diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1cd16e5d482b8cb11df17d4d0fb21f9cff3588 --- /dev/null +++ b/README.md @@ -0,0 +1,200 @@ +--- +license: apache-2.0 +task_categories: +- robotics +tags: +- LeRobot +configs: +- config_name: default + data_files: data/*/*.parquet +--- + +# Merged LeRobot Dataset + +This dataset was created by merging multiple LeRobot datasets using the [LeRobot Data Studio](https://github.com/jackvial/assembler0/packages/lerobot-data-studio) merge tool. + +## Source Datasets + +This merged dataset combines the following 3 datasets: + +- [BobShan/pick_hellokitty_v2.1](https://huggingface.co/datasets/BobShan/pick_hellokitty_v2.1) +- [BobShan/pick_wet_wipes_v2.1](https://huggingface.co/datasets/BobShan/pick_wet_wipes_v2.1) +- [BobShan/pick_tapeline_v2.1](https://huggingface.co/datasets/BobShan/pick_tapeline_v2.1) + +## Merge Details + +- **Merge Date**: Generated automatically +- **Source Count**: 3 datasets +- **Episode Renumbering**: Episodes are renumbered sequentially starting from 0 + +## Dataset Description + +- **Homepage:** [More Information Needed] +- **Paper:** [More Information Needed] +- **License:** apache-2.0 + +## Dataset Structure + +[meta/info.json](meta/info.json): +```json +{ + "codebase_version": "v2.1", + "robot_type": "FRarm", + "total_episodes": 90, + "total_frames": 17174, + "total_tasks": 3, + "total_videos": 0, + "total_chunks": 0, + "chunks_size": 1000, + "fps": 10, + "splits": { + "train": "0:90" + }, + "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": [ + 7 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_1", + "main_wrist_2", + "main_wrist_3", + "main_gripper" + ] + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 7 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_1", + "main_wrist_2", + "main_wrist_3", + "main_gripper" + ] + }, + "observation.images.top": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 10, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.left_wrist": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 10, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.angle": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 10, + "video.channels": 3, + "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 + } + } +} +``` + +## Citation + +**BibTeX:** + +```bibtex +[More Information Needed] +``` diff --git a/data/chunk-000/episode_000000.parquet b/data/chunk-000/episode_000000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15a0d14b175abbd94e6a9281b7cc0d903017c7a6 --- /dev/null +++ b/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea9d876915217f2fd1c16ba15e95dd11444664bf917bb87115718db54b80b5c +size 15921 diff --git a/data/chunk-000/episode_000001.parquet b/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6d1a7ba51849b1e7226bdaabe2cd7cda7930dde --- /dev/null +++ b/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2fd61a5567c5cd40ec3994d58310846b7b607a697e3fb59e96691898af36ff +size 15657 diff --git a/data/chunk-000/episode_000002.parquet b/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2789c0e9547aff702c5bd65aa690008ebfc962a --- /dev/null +++ b/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c831e5320251408c78e73128b2522a592bef648b7d65127454841e3154f86d3 +size 16397 diff --git a/data/chunk-000/episode_000003.parquet b/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d30da3957fc0f921c6a7041e28048d848d9dcf13 --- /dev/null +++ b/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779d3a47aa8b01458db07983669d67d20d1a1ddca557b000f5af4aacdbc5b49e +size 15841 diff --git a/data/chunk-000/episode_000004.parquet b/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9b580ed816ce143fd88d5d39628a7f329c526ea --- /dev/null +++ b/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd698510649243373dd50f10e49d2842222b654724d64468c65f99d2dbdccaf +size 15208 diff --git a/data/chunk-000/episode_000005.parquet b/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a925676fc070ed75d248df809426e72d6bc0f69 --- /dev/null +++ b/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d4fedf3fa61f485274b26b082328b5d522578ba4e36233c59b4c1ce6138127 +size 16014 diff --git a/data/chunk-000/episode_000006.parquet b/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f25c467687f11e5675baacd07cc61f99cb860962 --- /dev/null +++ b/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1d41d43cca964422f5b75d278ac9bb6ebf491cdbb4b2c65ea7b2cd6bed8840 +size 16116 diff --git a/data/chunk-000/episode_000007.parquet b/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..530f4b453a40a5f36f47d06f33a0ad03a82ffc0c --- /dev/null +++ b/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdf7b540977d8f79fca46f9f4d4e9a53bfd08ba1c77dccf015da3addd1276f5 +size 16206 diff --git a/data/chunk-000/episode_000008.parquet b/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c74bc42a5fc658042f33372e4f93477e3d6ef91 --- /dev/null +++ b/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fc52dbfba8633e0cc934efbe389249eadb6c7a844428a8c7cd154e8e65d014 +size 16393 diff --git a/data/chunk-000/episode_000009.parquet b/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ece0030e47646827cddb15837fb0ce1a3562ade --- /dev/null +++ b/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712aa379a7a3e7477487d78be230d278f8b0c91b08810315a96628f9b148cff1 +size 16046 diff --git a/data/chunk-000/episode_000010.parquet b/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1e71b73d9e2688edfaa3d6fa9f97d1e589aa0bc --- /dev/null +++ b/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b908a46531bea819777b59b9c7b4ec9aadefa4848deb1b52ce3f30630d5f49 +size 16030 diff --git a/data/chunk-000/episode_000011.parquet b/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c95034baf5c9244c70f8abfa26081593504e213 --- /dev/null +++ b/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9cf53681b226e69fe0093ae9a50f670dff19c5f5c661a2a226387908f68b58 +size 15753 diff --git a/data/chunk-000/episode_000012.parquet b/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4dbcd7c50f0dae9d6602bf60573086894f26aec6 --- /dev/null +++ b/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4497abc3764b30a8964b91a8cf24e460f80cd36d361cfce6669a3c36ab141635 +size 15527 diff --git a/data/chunk-000/episode_000013.parquet b/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9f01e2e9378fd5fa5cc4a920b7ba055419cda1a --- /dev/null +++ b/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f61fa37780bc474c7c022c9333eab6733a3041f900faa55d9143de84ab17c3d +size 15486 diff --git a/data/chunk-000/episode_000014.parquet b/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60640f9ed30a619f886f7e56f255866a6956a478 --- /dev/null +++ b/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79813ac703e42c56cf10044781c1080d9c273d0c7287bc97616ac112ac74b7d +size 15393 diff --git a/data/chunk-000/episode_000015.parquet b/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc08a799695ba81d9370ba2d78372c8849a60a17 --- /dev/null +++ b/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23f692b79bcacceb6d4fb78299ae39ad55134ce3d725b9567ecefefae799c29 +size 14503 diff --git a/data/chunk-000/episode_000016.parquet b/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b193144d5062f3691b091fa14f6e59c2e17b1be --- /dev/null +++ b/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d0449fad826bec87c4b078d563a30a8346fe6d40c055af50db6e25adaad6f6 +size 15008 diff --git a/data/chunk-000/episode_000017.parquet b/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b175f4a86996ad074f064d94c7dceb7526b7038 --- /dev/null +++ b/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0351e349f424ac1c6966bc3752ddfd2fea139e11921cb6b79d3a34a0721ca879 +size 15743 diff --git a/data/chunk-000/episode_000018.parquet b/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9708ebb86f8ee421f8e47d3d851c6111fbf8b65 --- /dev/null +++ b/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ddec0015708962034d01be62126708ffd1f263060aee9cd2a178367fa87bba +size 14640 diff --git a/data/chunk-000/episode_000019.parquet b/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1f4eee5b2672491be1d439f2970c081b1fdb86f --- /dev/null +++ b/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997044dbbce3c8ad763fc31ae78be9522b5b151887672d937120aa4d78a8fb25 +size 14214 diff --git a/data/chunk-000/episode_000020.parquet b/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16180b610084767ee54b263d508632080a6ad530 --- /dev/null +++ b/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a25fed2579dbf4543a7f1133d36d9205a6d33ecfca896902452894429f8d90 +size 15834 diff --git a/data/chunk-000/episode_000021.parquet b/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9938f45b3819d1716f0d40b723d108b3b2900799 --- /dev/null +++ b/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2434975555348205425bbd2c2437cc07fed9cbfd46cdcd30a13e26a7f2cd44 +size 15072 diff --git a/data/chunk-000/episode_000022.parquet b/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f5c662da5a0db7f38d065a31fef3c34c57afaf4 --- /dev/null +++ b/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79ea1be4bc4344b5c474978f9856782b4139d206e121bf6f02eae19c0d38948 +size 15358 diff --git a/data/chunk-000/episode_000023.parquet b/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80ef7d6b2c5afddf9dd8373d50dd40166e419679 --- /dev/null +++ b/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138ed0721261ad7fff1276f98361b790c587a1c4807b1d727caa9b49ad2d59e4 +size 15906 diff --git a/data/chunk-000/episode_000024.parquet b/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..711836ea8e0cc169f943b60c403b1ab2382d8f7f --- /dev/null +++ b/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3303debbb644e3aecb477723811d20d539f7231fd918ce6801e804f746f6e38b +size 15467 diff --git a/data/chunk-000/episode_000025.parquet b/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6eb18a408126b0252c44864e7c126b0608993993 --- /dev/null +++ b/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b1f6f524baf968ecea68aea43d0f5d528ba606060a175c0097f0e4b78d4551 +size 15258 diff --git a/data/chunk-000/episode_000026.parquet b/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08a733769325a78950f9fd8992aaf395b5436572 --- /dev/null +++ b/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a77ffe323f632db90b69e30885f1285f48531f13db48d79aab370137ac577b +size 16927 diff --git a/data/chunk-000/episode_000027.parquet b/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be55b9f96e61da860efff65618d50e9a711f7ccb --- /dev/null +++ b/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ab463518f18c21fcfd5e2776ae174471fcb0364dafc12f5848cc23ba32419d +size 16210 diff --git a/data/chunk-000/episode_000028.parquet b/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71d1a35a2a5a6d97acf043aacb93fa113e3ad673 --- /dev/null +++ b/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08595eac344471591f2c233327d8e23d8282d20b9211976ef47eb0e3feac077c +size 13719 diff --git a/data/chunk-000/episode_000029.parquet b/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97f862b9cf9e9815f0c80cdccf9ddf35e4934547 --- /dev/null +++ b/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41831c69035d319ae95e3d790c9d31b337763fafa63cdbb57e312613ad501a7 +size 15506 diff --git a/data/chunk-000/episode_000030.parquet b/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9fa986366bc3ee26e4b70493ec008620ca6a880d --- /dev/null +++ b/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874b14898b8a9feb74e0bc373db1fa2002bfe8ca963e9793c41b5ca5f670b3cc +size 13326 diff --git a/data/chunk-000/episode_000031.parquet b/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98b65f5d4c26591ee10ac9c1b4735503a491eba1 --- /dev/null +++ b/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b5ec118c0155f756e2eb77e07345cf747ed15815563c82a04653d69fc81ac0 +size 14646 diff --git a/data/chunk-000/episode_000032.parquet b/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b0195685bf082c69fa0d2aeca31eba87a2e79ea --- /dev/null +++ b/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2833674f35fb084144d5c4cc66c9dfa60600ee43b5dfb7199e0cecd50adcdd4 +size 15370 diff --git a/data/chunk-000/episode_000033.parquet b/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b694f8e4b90931707442fbf2d39f3ff2fec3fffc --- /dev/null +++ b/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b4f8c015f7be52451972c007ea8f82bda8a58d276cb711ccc43c60a8f334ce +size 15137 diff --git a/data/chunk-000/episode_000034.parquet b/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83c12bd9802eca84d76fac9fd68966140be44cb9 --- /dev/null +++ b/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e2f7c12dcf8cfd7464c1bc63ab8c703d599e4a165a02130c638112aa1d1f47 +size 15272 diff --git a/data/chunk-000/episode_000035.parquet b/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19d3ff346ef1f4a0ed09f513e04b080639b528b8 --- /dev/null +++ b/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02fa06c4aba6173c13bbb896af4f9eb60cbcfc86f651f2c954fa8be525d0a0d1 +size 14037 diff --git a/data/chunk-000/episode_000036.parquet b/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3fb427aee862b8dd690cd355dbc1d93ef9219f4 --- /dev/null +++ b/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65fafa27665ab63000dffb989429e00d98d9dbaeabb99a64300507d8e9b4526 +size 13754 diff --git a/data/chunk-000/episode_000037.parquet b/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..973756e8d535519db8769d7971560e3b58dc45b1 --- /dev/null +++ b/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c330d30b5b5a90fbf9337e5ef7f6fcd4489189c8d3d89bb15331f37c9c01aae +size 15034 diff --git a/data/chunk-000/episode_000038.parquet b/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..302e679bfa2a19c3b368a24f7046e116fbb45502 --- /dev/null +++ b/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b445579384bfbeaf4f219548df0d730a19bd5d709b325bf0138c755c55fb36a +size 14779 diff --git a/data/chunk-000/episode_000039.parquet b/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..afe8b241b4ceacbf7c43c9e674792eb9b5d45999 --- /dev/null +++ b/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ff1b295bd36b65650d832a105d11b52aacb48b0166289763530645e8dd2a89 +size 15540 diff --git a/data/chunk-000/episode_000040.parquet b/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78176daa1c91fbe5f1e1ba8da3e85962b62b0f8d --- /dev/null +++ b/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772eda1d8b77deaf063b85e7aef5c8e387aedd02eec2cddc3db2550e2ecd6627 +size 14340 diff --git a/data/chunk-000/episode_000041.parquet b/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8bad1bc1fb892a2d83942c1cf0945a5238398409 --- /dev/null +++ b/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7684f22ba26c803b069c75b7f4582642f54133c0d95cfb32105be5fa784c32 +size 14811 diff --git a/data/chunk-000/episode_000042.parquet b/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8c28e98ec385b772c21ffb4ae88cd7e98ead6ad --- /dev/null +++ b/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90f585ce390f95e104a540d4d6e67986f45acf97fd2b5a4d307c791fe2a1ac8 +size 14608 diff --git a/data/chunk-000/episode_000043.parquet b/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3009ffe5c3973f2e5711e8379163b93833e116dc --- /dev/null +++ b/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7b1b5e3e1d5f238ea303ab016012394cf822e79738b6c8d09dd82c8066442b +size 14771 diff --git a/data/chunk-000/episode_000044.parquet b/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..962790f7eb12536ac65a9d3078735b89d6e00d52 --- /dev/null +++ b/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9056a3da8d63b3002419c82bac17f66eeb32fa00180993bead9eed8eed39a0a5 +size 14522 diff --git a/data/chunk-000/episode_000045.parquet b/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..143ecf13c23b78a01d3bb0e0487a7452710900e7 --- /dev/null +++ b/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a1242424aaf77efd9f26ed677efa47d9327f30147db72be211cb067fd4dbcb +size 15106 diff --git a/data/chunk-000/episode_000046.parquet b/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f227191a856459deed3f22a3f576f9038bc66488 --- /dev/null +++ b/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41fad07a7c0abd7e06e1bc343bf5677abd44e39c5abe523c52e3a790d024f19d +size 15981 diff --git a/data/chunk-000/episode_000047.parquet b/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1c4fdf8e947ecf09b261a020a0318ab5e6223f6 --- /dev/null +++ b/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8def6d35d07a7cf548d9695c68c6dbf83bd4ba807e79896712f8382e00e95485 +size 14798 diff --git a/data/chunk-000/episode_000048.parquet b/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5814926e75d1b59fbbcf91fda925eb8c4882c191 --- /dev/null +++ b/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828bcc825072d0bf27cca02a01d856a87fe9cc188bcd3b60a02003025fc583c4 +size 15046 diff --git a/data/chunk-000/episode_000049.parquet b/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f17ec7b2a1980c34ee86425a2c24df806e8f71bb --- /dev/null +++ b/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c2e6c5bac8852538c93322a683ab3e28012e6776d5bae0d12d26318a05728f +size 15983 diff --git a/data/chunk-000/episode_000050.parquet b/data/chunk-000/episode_000050.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a321a8c5add66be4c956e860acf34676396cae66 --- /dev/null +++ b/data/chunk-000/episode_000050.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5cd3ade6ca17a34eeb16c470eefd46ac90c3f3b205cc643461a5a5336407d30 +size 15699 diff --git a/data/chunk-000/episode_000051.parquet b/data/chunk-000/episode_000051.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dae510cb8306f9e7fafae7d16e1be00e5e831876 --- /dev/null +++ b/data/chunk-000/episode_000051.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f989af5e82159bee21cf444a337259ab9f10cd62e62aa1eb589613fd75952d5 +size 16912 diff --git a/data/chunk-000/episode_000052.parquet b/data/chunk-000/episode_000052.parquet new file mode 100644 index 0000000000000000000000000000000000000000..149fb5d29eb6aa3ba69b0f4d7d75ee4a2f072b01 --- /dev/null +++ b/data/chunk-000/episode_000052.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e56f0406bbb058481380daefba717b761d4003b7100d1e7a63b93d5da6108c5 +size 17288 diff --git a/data/chunk-000/episode_000053.parquet b/data/chunk-000/episode_000053.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e24f054548d49cb416374d882ec1d1266c89010 --- /dev/null +++ b/data/chunk-000/episode_000053.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38539125f70b185a2118c99625bb238bd447a0da455e03813805e85f9ad4e66f +size 17445 diff --git a/data/chunk-000/episode_000054.parquet b/data/chunk-000/episode_000054.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b4251508c39b841e82ba3e9cd3b9cfa7d290aad --- /dev/null +++ b/data/chunk-000/episode_000054.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4afc33493ae43938e2efe0c74211ea74f7f8bc74adf4e11078f73bfff6f1291 +size 17521 diff --git a/data/chunk-000/episode_000055.parquet b/data/chunk-000/episode_000055.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6caf612905dfc0c3a0b56e0b823c5ee11094d16 --- /dev/null +++ b/data/chunk-000/episode_000055.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a760d51698fcb3300da854d8efdac0b30e6b392de2a7f93a31d3c175f13249 +size 17311 diff --git a/data/chunk-000/episode_000056.parquet b/data/chunk-000/episode_000056.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58bdf7bf284db3a519f42f7dcae82a0947ef2f07 --- /dev/null +++ b/data/chunk-000/episode_000056.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25125731ed0c9441e3165868a87302b91eb1a41f0df12517ed6827ed5f75600a +size 14888 diff --git a/data/chunk-000/episode_000057.parquet b/data/chunk-000/episode_000057.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b118f7ff6905edc1b6e7e33a9bc77ccf7e150632 --- /dev/null +++ b/data/chunk-000/episode_000057.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f437b2c69c56f548b86e747ad0998914ae0dd09e241c389a7c4c1f15ea2e60 +size 16221 diff --git a/data/chunk-000/episode_000058.parquet b/data/chunk-000/episode_000058.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dcc51fbe515742a8e11aae2787ddbc306dbdbe33 --- /dev/null +++ b/data/chunk-000/episode_000058.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f61d167df1a8602e16f14a58ad8bf802d09fac90e7893f8e5b216f3341e730 +size 15490 diff --git a/data/chunk-000/episode_000059.parquet b/data/chunk-000/episode_000059.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1970952b020d56116e9c353ae3f12c2d708641e4 --- /dev/null +++ b/data/chunk-000/episode_000059.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f56f5d2da89388b41bd34218591cd2a6f71a82c28954d099bf4b74e9bb030ab +size 15106 diff --git a/data/chunk-000/episode_000060.parquet b/data/chunk-000/episode_000060.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8c5f12adf107c4c28a6952f290ec7eb365b4394 --- /dev/null +++ b/data/chunk-000/episode_000060.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1958eee1300e1b4b0eb5f4a0acb5973b6543e42def4b2c77ed24d7885e442df0 +size 16687 diff --git a/data/chunk-000/episode_000061.parquet b/data/chunk-000/episode_000061.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83dedd777602ad008b10cb0c89c19a85dd6165be --- /dev/null +++ b/data/chunk-000/episode_000061.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb565abf85ecfdbc73f01b1317220297499b0ad88c684aedb7a452f292ba4f74 +size 16000 diff --git a/data/chunk-000/episode_000062.parquet b/data/chunk-000/episode_000062.parquet new file mode 100644 index 0000000000000000000000000000000000000000..085015fa4fa987c3617a3b504860e4355a628e14 --- /dev/null +++ b/data/chunk-000/episode_000062.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9508e5cb700866cfed9e3167a7d7d4acb3f45b425d3f3034d386d6145efd9b +size 15113 diff --git a/data/chunk-000/episode_000063.parquet b/data/chunk-000/episode_000063.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7088a61fd058de3bf4c29825629fe5aaff9258f --- /dev/null +++ b/data/chunk-000/episode_000063.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4cc0c06e487b73e79f941bce5acbb0581a9b1fa1f178cfa0a721c02f769e00 +size 15842 diff --git a/data/chunk-000/episode_000064.parquet b/data/chunk-000/episode_000064.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6db2e5caee8d130be5a906b237a8ce4eafe03d8 --- /dev/null +++ b/data/chunk-000/episode_000064.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce58275c1ef57f5102a7754ffa201420567a889df0ed6593890d229abbf586fa +size 16796 diff --git a/data/chunk-000/episode_000065.parquet b/data/chunk-000/episode_000065.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc056a7f11df55ca252609781e8593168761fc6d --- /dev/null +++ b/data/chunk-000/episode_000065.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f14abd1b736c4d18192446735c01c5787a34a99d63a44f67c7d9fbb5f978a9 +size 15211 diff --git a/data/chunk-000/episode_000066.parquet b/data/chunk-000/episode_000066.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bca1c80023481fc68db2d9e344c30f2ff493ea6c --- /dev/null +++ b/data/chunk-000/episode_000066.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89527fc22a1affcc609072f20c9d93fe408fe79b7e0bec7367220429ea0c39aa +size 17588 diff --git a/data/chunk-000/episode_000067.parquet b/data/chunk-000/episode_000067.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be492c12b691fd1abea782d1cfd313a2e5122736 --- /dev/null +++ b/data/chunk-000/episode_000067.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7131b5eeb8e8578bd9104d647f6bf6a115445fd7c79ef9c3f1beba2d20a32f65 +size 15178 diff --git a/data/chunk-000/episode_000068.parquet b/data/chunk-000/episode_000068.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56c378d685a9c5dbb062ac05c2f30e3f421d350f --- /dev/null +++ b/data/chunk-000/episode_000068.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b8b28b1c8a3bccda5eba61f24d39b4830bf9968e6c8844056b49c09f92b044 +size 16596 diff --git a/data/chunk-000/episode_000069.parquet b/data/chunk-000/episode_000069.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22b3d526291077077a8a66a2d55e8bcaad2a5a8b --- /dev/null +++ b/data/chunk-000/episode_000069.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc55fc948dfc53d16fac8d568570dc0a81689cdbc306a986ac97cc7e8ab889f +size 14709 diff --git a/data/chunk-000/episode_000070.parquet b/data/chunk-000/episode_000070.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db75db4e025935a4df876fd00bae2bdf764f33fa --- /dev/null +++ b/data/chunk-000/episode_000070.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27166690d655cc8470855503ffba4239ef32999f55477934a2b2e8d9486636d +size 19258 diff --git a/data/chunk-000/episode_000071.parquet b/data/chunk-000/episode_000071.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f06d7c9f05486d9d9528d525a52c08ccd7a5aaa0 --- /dev/null +++ b/data/chunk-000/episode_000071.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59dc59ebff0938dd6e7347d5b12e0be4b5bb5a1e06310a99c26036a10d20160e +size 16324 diff --git a/data/chunk-000/episode_000072.parquet b/data/chunk-000/episode_000072.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d92b08880e9702ff68e5179996fbc6acc2e4ae1 --- /dev/null +++ b/data/chunk-000/episode_000072.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a30433c85c5f741dd804a665d74683e6d98a4871d955bedc19215f3597ddab +size 15974 diff --git a/data/chunk-000/episode_000073.parquet b/data/chunk-000/episode_000073.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e2bd1ac3edc39bb1b04a60ae3a8760e23588eb9 --- /dev/null +++ b/data/chunk-000/episode_000073.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6926c65ef346c5d4812509cf5f5dbed2488eb7c902c5faebb8e5599af098d9 +size 16078 diff --git a/data/chunk-000/episode_000074.parquet b/data/chunk-000/episode_000074.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7be46481f86b080b74ea3832c1f81b30cdfae87a --- /dev/null +++ b/data/chunk-000/episode_000074.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74628a7a2bc13eb0d3b7e810b2e17a1040b0e1f347988366eb4574a5012eefb5 +size 16493 diff --git a/data/chunk-000/episode_000075.parquet b/data/chunk-000/episode_000075.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dee91e58e4f5b45cf6457eb272239adfb3ef337d --- /dev/null +++ b/data/chunk-000/episode_000075.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f785453c5011ccdb014634ea6518db45791922ab29db658548216d0733fa88 +size 17743 diff --git a/data/chunk-000/episode_000076.parquet b/data/chunk-000/episode_000076.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc0eb19baf78d3150f26e4e717992c69ed812572 --- /dev/null +++ b/data/chunk-000/episode_000076.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab37e5f3f2f247be7ae42f0d02f9f804d6e1932ae80b56466d039de9e5226c4f +size 14049 diff --git a/data/chunk-000/episode_000077.parquet b/data/chunk-000/episode_000077.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5ac7ecb3f7b8f40ea616d3ceb2d7181847fc9b1 --- /dev/null +++ b/data/chunk-000/episode_000077.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5708cf5e87ede49b73ff03ad516ccc16b84f6523edee29ceca193b7e27b8507 +size 15901 diff --git a/data/chunk-000/episode_000078.parquet b/data/chunk-000/episode_000078.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6cc1b62f9a9d49c356f3802f0df70cef08b184fd --- /dev/null +++ b/data/chunk-000/episode_000078.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2083a95083c656fa52cfd96906b484923ba603a6c507da315b2922a3b3c326c9 +size 15366 diff --git a/data/chunk-000/episode_000079.parquet b/data/chunk-000/episode_000079.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b39fbfde8869e86ea36707d35e3160390034fe86 --- /dev/null +++ b/data/chunk-000/episode_000079.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52abfdc89c89b46852fbf76a0e8a1dc33c3c96110968a01ed4245180e6ce376a +size 14533 diff --git a/data/chunk-000/episode_000080.parquet b/data/chunk-000/episode_000080.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfe8b5ea15f61e152c32299fd59c33f0ae17fbe6 --- /dev/null +++ b/data/chunk-000/episode_000080.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902b2fe132817d69a016457f95f1ac1680a43e3c65fb594cfdb0a6e00292c740 +size 16757 diff --git a/data/chunk-000/episode_000081.parquet b/data/chunk-000/episode_000081.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58115e1a565adcd8ccf37bb83039742a03cae357 --- /dev/null +++ b/data/chunk-000/episode_000081.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854f50c7d0caf41d1c4d4cc7c75268eadb306a4f280d1dc95e51d598ad741ff6 +size 17264 diff --git a/data/chunk-000/episode_000082.parquet b/data/chunk-000/episode_000082.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0390e8d70e6e056b7d1007f7e382b71e27cb5544 --- /dev/null +++ b/data/chunk-000/episode_000082.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20faa0f4a2d80d4b2c2e92d512140913a286a98b70e32edcd44496bbd837148 +size 15488 diff --git a/data/chunk-000/episode_000083.parquet b/data/chunk-000/episode_000083.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d60209a4c973dad28eaefffa782c2ba714cd7b2b --- /dev/null +++ b/data/chunk-000/episode_000083.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977192b85e089430ca053d3d9e79cbc13ec1a9c572ecc072c140db89b7090491 +size 16225 diff --git a/data/chunk-000/episode_000084.parquet b/data/chunk-000/episode_000084.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb72240adb6c4c4be38db4184ca30a8078ca4fff --- /dev/null +++ b/data/chunk-000/episode_000084.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9da8c0eec4778fa6889d373ed3f81acc4418df7984f8f41354202b766496786 +size 14916 diff --git a/data/chunk-000/episode_000085.parquet b/data/chunk-000/episode_000085.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3f6f9b95c7bde0e81545eb8ab995f88b611b8c8 --- /dev/null +++ b/data/chunk-000/episode_000085.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c26d673a47d50b22d959e9b24538933eba74046206b619f2a42783279b0138 +size 15540 diff --git a/data/chunk-000/episode_000086.parquet b/data/chunk-000/episode_000086.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e79b848b2dba0815f272c6f7efa52ebf16a38d2 --- /dev/null +++ b/data/chunk-000/episode_000086.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319bc80f4193ba8f782d72731c59031cf6bb1e552b48df52f568b89b7e61d9b1 +size 15980 diff --git a/data/chunk-000/episode_000087.parquet b/data/chunk-000/episode_000087.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f36e088784013b7a0d7909c503fa6e12280075f7 --- /dev/null +++ b/data/chunk-000/episode_000087.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9788fbffde00c2cb0cc593b00856f567dd758867ec8e9de1acc07cf359793923 +size 16018 diff --git a/data/chunk-000/episode_000088.parquet b/data/chunk-000/episode_000088.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c829fd228453a3305b414ad9d926319d5e0e0822 --- /dev/null +++ b/data/chunk-000/episode_000088.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dec6a2347cb036e3a0068b81ba0bee91f45a65210e1c5c3a9f8a1b854fdf9cd +size 16010 diff --git a/data/chunk-000/episode_000089.parquet b/data/chunk-000/episode_000089.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d50ea90850020abae6652f5a4c00d6584933c41 --- /dev/null +++ b/data/chunk-000/episode_000089.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ab64efd856f4a1c602da914da61fd8f80db9d53fcf6c637b9931aa1e046742 +size 16419 diff --git a/meta/episodes.jsonl b/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4cf4a654852af4743b6f527d77707c8b9dac6c29 --- /dev/null +++ b/meta/episodes.jsonl @@ -0,0 +1,90 @@ +{"episode_index": 0, "tasks": ["pick_hellokitty"], "length": 195} +{"episode_index": 1, "tasks": ["pick_hellokitty"], "length": 189} +{"episode_index": 2, "tasks": ["pick_hellokitty"], "length": 202} +{"episode_index": 3, "tasks": ["pick_hellokitty"], "length": 197} +{"episode_index": 4, "tasks": ["pick_hellokitty"], "length": 191} +{"episode_index": 5, "tasks": ["pick_hellokitty"], "length": 200} +{"episode_index": 6, "tasks": ["pick_hellokitty"], "length": 193} +{"episode_index": 7, "tasks": ["pick_hellokitty"], "length": 203} +{"episode_index": 8, "tasks": ["pick_hellokitty"], "length": 204} +{"episode_index": 9, "tasks": ["pick_hellokitty"], "length": 195} +{"episode_index": 10, "tasks": ["pick_hellokitty"], "length": 199} +{"episode_index": 11, "tasks": ["pick_hellokitty"], "length": 192} +{"episode_index": 12, "tasks": ["pick_hellokitty"], "length": 189} +{"episode_index": 13, "tasks": ["pick_hellokitty"], "length": 187} +{"episode_index": 14, "tasks": ["pick_hellokitty"], "length": 184} +{"episode_index": 15, "tasks": ["pick_hellokitty"], "length": 165} +{"episode_index": 16, "tasks": ["pick_hellokitty"], "length": 177} +{"episode_index": 17, "tasks": ["pick_hellokitty"], "length": 194} +{"episode_index": 18, "tasks": ["pick_hellokitty"], "length": 172} +{"episode_index": 19, "tasks": ["pick_hellokitty"], "length": 160} +{"episode_index": 20, "tasks": ["pick_hellokitty"], "length": 195} +{"episode_index": 21, "tasks": ["pick_hellokitty"], "length": 178} +{"episode_index": 22, "tasks": ["pick_hellokitty"], "length": 182} +{"episode_index": 23, "tasks": ["pick_hellokitty"], "length": 191} +{"episode_index": 24, "tasks": ["pick_hellokitty"], "length": 184} +{"episode_index": 25, "tasks": ["pick_hellokitty"], "length": 185} +{"episode_index": 26, "tasks": ["pick_hellokitty"], "length": 208} +{"episode_index": 27, "tasks": ["pick_hellokitty"], "length": 194} +{"episode_index": 28, "tasks": ["pick_hellokitty"], "length": 163} +{"episode_index": 29, "tasks": ["pick_hellokitty"], "length": 195} +{"episode_index": 30, "tasks": ["pick_wet_wipes"], "length": 154} +{"episode_index": 31, "tasks": ["pick_wet_wipes"], "length": 170} +{"episode_index": 32, "tasks": ["pick_wet_wipes"], "length": 191} +{"episode_index": 33, "tasks": ["pick_wet_wipes"], "length": 178} +{"episode_index": 34, "tasks": ["pick_wet_wipes"], "length": 186} +{"episode_index": 35, "tasks": ["pick_wet_wipes"], "length": 158} +{"episode_index": 36, "tasks": ["pick_wet_wipes"], "length": 156} +{"episode_index": 37, "tasks": ["pick_wet_wipes"], "length": 173} +{"episode_index": 38, "tasks": ["pick_wet_wipes"], "length": 182} +{"episode_index": 39, "tasks": ["pick_wet_wipes"], "length": 182} +{"episode_index": 40, "tasks": ["pick_wet_wipes"], "length": 169} +{"episode_index": 41, "tasks": ["pick_wet_wipes"], "length": 179} +{"episode_index": 42, "tasks": ["pick_wet_wipes"], "length": 174} +{"episode_index": 43, "tasks": ["pick_wet_wipes"], "length": 173} +{"episode_index": 44, "tasks": ["pick_wet_wipes"], "length": 164} +{"episode_index": 45, "tasks": ["pick_wet_wipes"], "length": 180} +{"episode_index": 46, "tasks": ["pick_wet_wipes"], "length": 193} +{"episode_index": 47, "tasks": ["pick_wet_wipes"], "length": 185} +{"episode_index": 48, "tasks": ["pick_wet_wipes"], "length": 174} +{"episode_index": 49, "tasks": ["pick_wet_wipes"], "length": 202} +{"episode_index": 50, "tasks": ["pick_wet_wipes"], "length": 197} +{"episode_index": 51, "tasks": ["pick_wet_wipes"], "length": 212} +{"episode_index": 52, "tasks": ["pick_wet_wipes"], "length": 214} +{"episode_index": 53, "tasks": ["pick_wet_wipes"], "length": 219} +{"episode_index": 54, "tasks": ["pick_wet_wipes"], "length": 224} +{"episode_index": 55, "tasks": ["pick_wet_wipes"], "length": 220} +{"episode_index": 56, "tasks": ["pick_wet_wipes"], "length": 177} +{"episode_index": 57, "tasks": ["pick_wet_wipes"], "length": 208} +{"episode_index": 58, "tasks": ["pick_wet_wipes"], "length": 193} +{"episode_index": 59, "tasks": ["pick_wet_wipes"], "length": 185} +{"episode_index": 60, "tasks": ["pick_tapeline"], "length": 212} +{"episode_index": 61, "tasks": ["pick_tapeline"], "length": 199} +{"episode_index": 62, "tasks": ["pick_tapeline"], "length": 188} +{"episode_index": 63, "tasks": ["pick_tapeline"], "length": 204} +{"episode_index": 64, "tasks": ["pick_tapeline"], "length": 204} +{"episode_index": 65, "tasks": ["pick_tapeline"], "length": 192} +{"episode_index": 66, "tasks": ["pick_tapeline"], "length": 246} +{"episode_index": 67, "tasks": ["pick_tapeline"], "length": 191} +{"episode_index": 68, "tasks": ["pick_tapeline"], "length": 213} +{"episode_index": 69, "tasks": ["pick_tapeline"], "length": 177} +{"episode_index": 70, "tasks": ["pick_tapeline"], "length": 256} +{"episode_index": 71, "tasks": ["pick_tapeline"], "length": 191} +{"episode_index": 72, "tasks": ["pick_tapeline"], "length": 191} +{"episode_index": 73, "tasks": ["pick_tapeline"], "length": 191} +{"episode_index": 74, "tasks": ["pick_tapeline"], "length": 205} +{"episode_index": 75, "tasks": ["pick_tapeline"], "length": 252} +{"episode_index": 76, "tasks": ["pick_tapeline"], "length": 159} +{"episode_index": 77, "tasks": ["pick_tapeline"], "length": 188} +{"episode_index": 78, "tasks": ["pick_tapeline"], "length": 185} +{"episode_index": 79, "tasks": ["pick_tapeline"], "length": 167} +{"episode_index": 80, "tasks": ["pick_tapeline"], "length": 206} +{"episode_index": 81, "tasks": ["pick_tapeline"], "length": 212} +{"episode_index": 82, "tasks": ["pick_tapeline"], "length": 183} +{"episode_index": 83, "tasks": ["pick_tapeline"], "length": 200} +{"episode_index": 84, "tasks": ["pick_tapeline"], "length": 172} +{"episode_index": 85, "tasks": ["pick_tapeline"], "length": 184} +{"episode_index": 86, "tasks": ["pick_tapeline"], "length": 190} +{"episode_index": 87, "tasks": ["pick_tapeline"], "length": 195} +{"episode_index": 88, "tasks": ["pick_tapeline"], "length": 188} +{"episode_index": 89, "tasks": ["pick_tapeline"], "length": 198} diff --git a/meta/episodes_stats.jsonl b/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8da998fb5e81f762cba24355ea8e850ff8416f8d --- /dev/null +++ b/meta/episodes_stats.jsonl @@ -0,0 +1,90 @@ +{"episode_index": 0, "stats": {"action": {"min": [-4.39453125, -76.46484375, 51.416015625, -115.13671875, -94.130859375, 78.046875, 145.810546875], "max": [47.373046875, -41.923828125, 71.103515625, -81.5625, -72.7734375, 130.166015625, 199.599609375], "mean": [25.984525680541992, -59.70703125, 64.306640625, -101.17337799072266, -86.41361236572266, 109.189453125, 183.72650146484375], "std": [17.332578659057617, 12.647332191467285, 7.4393839836120605, 12.268238067626953, 8.210572242736816, 17.7633056640625, 24.055727005004883], "count": [195]}, "observation.state": {"min": [-4.400000095367432, -76.47000122070312, 51.38999938964844, -115.06999969482422, -94.13999938964844, 78.05000305175781, 0.20999999344348907], "max": [47.369998931884766, -41.93000030517578, 71.05000305175781, -81.52999877929688, -72.77999877929688, 130.1300048828125, 0.7599999904632568], "mean": [25.98744010925293, -59.70502853393555, 64.3065185546875, -101.13629150390625, -86.42388153076172, 109.18743896484375, 0.38071757555007935], "std": [17.318485260009766, 12.643316268920898, 7.4341206550598145, 12.276591300964355, 8.20608139038086, 17.754676818847656, 0.24021238088607788], "count": [195]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1466471058006536]], [[0.12832699346405227]], [[0.14773036968954248]]], "std": [[[0.28996674224461166]], [[0.2931787187020099]], [[0.2778319420678404]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2633549897875817]], [[0.3077282781862745]], [[0.3415782046568628]]], "std": [[[0.37647525999988485]], [[0.40626669769142376]], [[0.3747134905727436]]], "count": [100]}, "observation.images.angle": {"min": [[[0.00784313725490196]], [[0.027450980392156862]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2899514910130719]], [[0.2955258047385621]], [[0.2770684089052287]]], "std": [[[0.26525706955760325]], [[0.26377024029749785]], [[0.2731172732356541]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.4], "mean": [9.7], "std": [5.629091104846915], "count": [195]}, "frame_index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [195]}, "index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [195]}}} +{"episode_index": 1, "stats": {"action": {"min": [-5.2734375, -75.146484375, 54.052734375, -120.41015625, -93.8671875, 78.134765625, 145.72265625], "max": [47.4609375, -41.923828125, 83.408203125, -81.5625, -71.54296875, 131.396484375, 199.951171875], "mean": [21.243024826049805, -62.1484375, 67.84272766113281, -102.69391632080078, -85.14974212646484, 106.26395416259766, 184.60231018066406], "std": [18.51842498779297, 11.945244789123535, 8.568603515625, 14.664441108703613, 8.317115783691406, 18.279020309448242, 23.85210418701172], "count": [189]}, "observation.state": {"min": [-5.28000020980835, -75.1500015258789, 54.06999969482422, -120.37999725341797, -93.87999725341797, 78.12999725341797, 0.20999999344348907], "max": [47.459999084472656, -41.959999084472656, 83.41000366210938, -81.56999969482422, -71.55000305175781, 131.35000610351562, 0.7400000095367432], "mean": [21.251850128173828, -62.148128509521484, 67.85011291503906, -102.66917419433594, -85.1716537475586, 106.23904418945312, 0.36253949999809265], "std": [18.50206756591797, 11.9397554397583, 8.56454086303711, 14.656326293945312, 8.326481819152832, 18.314241409301758, 0.22769387066364288], "count": [189]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13291597017973855]], [[0.1271890522875817]], [[0.15993605392156862]]], "std": [[[0.2843943406597089]], [[0.29500312411645957]], [[0.2788775037886861]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2518577430555555]], [[0.2991971078431373]], [[0.33209883374183]]], "std": [[[0.36417584093930316]], [[0.39384783994740347]], [[0.3614342280035958]]], "count": [100]}, "observation.images.angle": {"min": [[[0.00392156862745098]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2839660049019608]], [[0.28953195057189546]], [[0.27169731413398696]]], "std": [[[0.26350538250049543]], [[0.2622787635411697]], [[0.2719723585879626]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.8], "mean": [9.4], "std": [5.455883674224246], "count": [189]}, "frame_index": {"min": [0], "max": [188], "mean": [94.0], "std": [54.55883674224247], "count": [189]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [189]}, "index": {"min": [195], "max": [383], "mean": [289.0], "std": [54.55883674224247], "count": [189]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [189]}}} +{"episode_index": 2, "stats": {"action": {"min": [-5.2734375, -75.234375, 54.84375, -130.341796875, -92.197265625, 78.046875, 145.72265625], "max": [45.087890625, -43.9453125, 93.955078125, -81.650390625, -63.544921875, 126.650390625, 200.0390625], "mean": [19.611356735229492, -63.872554779052734, 70.68146514892578, -103.105712890625, -83.18325805664062, 102.90382385253906, 182.42352294921875], "std": [16.75505256652832, 10.948817253112793, 13.157276153564453, 16.150043487548828, 11.451292991638184, 16.19384002685547, 24.880014419555664], "count": [202]}, "observation.state": {"min": [-5.269999980926514, -75.23999786376953, 54.84000015258789, -130.30999755859375, -92.19999694824219, 78.08000183105469, 0.20999999344348907], "max": [45.09000015258789, -43.939998626708984, 93.94999694824219, -81.62000274658203, -63.54999923706055, 126.6500015258789, 0.7799999713897705], "mean": [19.600357055664062, -63.870304107666016, 70.68433380126953, -103.08628845214844, -83.2020034790039, 102.92311096191406, 0.4043065309524536], "std": [16.75949478149414, 10.940711975097656, 13.152159690856934, 16.130399703979492, 11.451927185058594, 16.155027389526367, 0.25607430934906006], "count": [202]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13186566789215687]], [[0.12534019812091504]], [[0.1664900551470588]]], "std": [[[0.27995268737804]], [[0.29253569480899366]], [[0.27835123012048757]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.22678522875816992]], [[0.2716877900326798]], [[0.30795093954248365]]], "std": [[[0.3471215838648027]], [[0.37680452135912995]], [[0.3465284683943847]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28452968954248364]], [[0.2867400428921569]], [[0.2687645200163398]]], "std": [[[0.26272786380518]], [[0.26149591505911746]], [[0.2707461343131754]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [20.1], "mean": [10.049999999999999], "std": [5.83116626413619], "count": [202]}, "frame_index": {"min": [0], "max": [201], "mean": [100.5], "std": [58.31166264136189], "count": [202]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [202]}, "index": {"min": [384], "max": [585], "mean": [484.5], "std": [58.31166264136189], "count": [202]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [202]}}} +{"episode_index": 3, "stats": {"action": {"min": [-4.306640625, -75.41015625, 51.328125, -120.76171875, -91.318359375, 78.310546875, 145.810546875], "max": [46.93359375, -40.78125, 85.25390625, -81.5625, -67.060546875, 131.1328125, 199.951171875], "mean": [23.728683471679688, -61.9035530090332, 67.81720733642578, -101.91207885742188, -82.62120056152344, 108.26786804199219, 184.73716735839844], "std": [18.73855972290039, 12.032443046569824, 10.691686630249023, 14.988226890563965, 9.231703758239746, 19.6920108795166, 23.692596435546875], "count": [197]}, "observation.state": {"min": [-4.309999942779541, -75.36000061035156, 51.380001068115234, -120.68000030517578, -91.29000091552734, 78.30999755859375, 0.20999999344348907], "max": [46.93000030517578, -40.779998779296875, 85.26000213623047, -81.52999877929688, -67.06999969482422, 131.1300048828125, 0.7300000190734863], "mean": [23.731266021728516, -61.90007019042969, 67.8167953491211, -101.87433624267578, -82.62582397460938, 108.24825286865234, 0.3554311692714691], "std": [18.733545303344727, 12.030073165893555, 10.68488597869873, 14.987598419189453, 9.224309921264648, 19.713289260864258, 0.22083719074726105], "count": [197]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14281554534313726]], [[0.1233892769607843]], [[0.1607331086601307]]], "std": [[[0.2862960561409019]], [[0.2881549287481959]], [[0.271921730115188]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26610819035947714]], [[0.30768508986928106]], [[0.34240695465686277]]], "std": [[[0.3807708580054254]], [[0.4054517125902283]], [[0.3766637384903333]]], "count": [100]}, "observation.images.angle": {"min": [[[0.00784313725490196]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29058578431372545]], [[0.29633345383986925]], [[0.27838050040849677]]], "std": [[[0.2675821577511371]], [[0.2659229958972291]], [[0.2760975287451037]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.6], "mean": [9.799999999999999], "std": [5.686826883245172], "count": [197]}, "frame_index": {"min": [0], "max": [196], "mean": [98.0], "std": [56.868268832451726], "count": [197]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [197]}, "index": {"min": [586], "max": [782], "mean": [684.0], "std": [56.868268832451726], "count": [197]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [197]}}} +{"episode_index": 4, "stats": {"action": {"min": [-4.130859375, -75.146484375, 49.74609375, -127.265625, -91.7578125, 80.859375, 145.810546875], "max": [50.009765625, -40.78125, 98.4375, -82.44140625, -80.68359375, 130.25390625, 200.126953125], "mean": [23.956867218017578, -64.4178466796875, 71.86508178710938, -103.61430358886719, -88.1147232055664, 106.92699432373047, 181.96580505371094], "std": [17.95439910888672, 11.646930694580078, 16.592239379882812, 16.058874130249023, 3.387333631515503, 15.811797142028809, 25.03351593017578], "count": [191]}, "observation.state": {"min": [-4.130000114440918, -75.13999938964844, 49.779998779296875, -127.19999694824219, -91.72000122070312, 81.12000274658203, 0.20999999344348907], "max": [50.0099983215332, -40.779998779296875, 98.4000015258789, -82.41000366210938, -80.7300033569336, 130.2100067138672, 0.7599999904632568], "mean": [23.955018997192383, -64.4159164428711, 71.8646240234375, -103.57723236083984, -88.11883544921875, 106.90589904785156, 0.3825128376483917], "std": [17.94721031188965, 11.640674591064453, 16.586870193481445, 16.057889938354492, 3.3815393447875977, 15.836414337158203, 0.2415783554315567], "count": [191]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1346484640522876]], [[0.12637551879084968]], [[0.1658380780228758]]], "std": [[[0.28407497103894847]], [[0.2921976754156635]], [[0.2756302645641286]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33362272875816995]], [[0.38284266135620915]], [[0.4141071303104575]]], "std": [[[0.4015838800065909]], [[0.4219442736065147]], [[0.393097705885549]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2855201409313725]], [[0.29060088031045755]], [[0.2736304922385621]]], "std": [[[0.26353826647331]], [[0.26198054831008444]], [[0.27092230854294325]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.0], "mean": [9.5], "std": [5.513619500836088], "count": [191]}, "frame_index": {"min": [0], "max": [190], "mean": [95.0], "std": [55.136195008360886], "count": [191]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [191]}, "index": {"min": [783], "max": [973], "mean": [878.0], "std": [55.136195008360886], "count": [191]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [191]}}} +{"episode_index": 5, "stats": {"action": {"min": [-5.80078125, -75.234375, 52.470703125, -134.208984375, -94.39453125, 84.0234375, 145.810546875], "max": [47.548828125, -41.30859375, 105.556640625, -82.353515625, -72.509765625, 138.251953125, 199.86328125], "mean": [20.370410919189453, -65.493896484375, 73.12060546875, -104.5995101928711, -85.484619140625, 109.0691909790039, 183.09947204589844], "std": [18.114744186401367, 12.075736045837402, 17.48208236694336, 17.412551879882812, 7.50020170211792, 18.55541229248047, 24.447668075561523], "count": [200]}, "observation.state": {"min": [-5.800000190734863, -75.22000122070312, 52.470001220703125, -134.1699981689453, -94.41000366210938, 84.06999969482422, 0.20999999344348907], "max": [47.54999923706055, -41.349998474121094, 105.55000305175781, -82.56999969482422, -72.5199966430664, 138.25, 0.8199999928474426], "mean": [20.384857177734375, -65.4942855834961, 73.11891174316406, -104.56600952148438, -85.4749526977539, 109.04902648925781, 0.4036997854709625], "std": [18.08609390258789, 12.066507339477539, 17.473093032836914, 17.396638870239258, 7.475719928741455, 18.57335662841797, 0.2677074372768402], "count": [200]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1371455004084967]], [[0.1260655841503268]], [[0.1648089236111111]]], "std": [[[0.28755453325434105]], [[0.2925005833603228]], [[0.27702176452033483]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30001548406862744]], [[0.34851170751633986]], [[0.380157506127451]]], "std": [[[0.388356730241208]], [[0.40852101562332294]], [[0.3792347431054893]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28700750408496734]], [[0.29174072303921567]], [[0.27431945874183006]]], "std": [[[0.2635850492493715]], [[0.2626035767440373]], [[0.271825945575308]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.773430522661549], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [200]}, "index": {"min": [974], "max": [1173], "mean": [1073.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [200]}}} +{"episode_index": 6, "stats": {"action": {"min": [-5.9765625, -75.498046875, 46.669921875, -135.791015625, -94.130859375, 80.419921875, 145.810546875], "max": [48.955078125, -38.935546875, 105.029296875, -82.265625, -77.607421875, 130.95703125, 200.0390625], "mean": [28.324460983276367, -65.63607788085938, 72.69647979736328, -104.8261947631836, -86.39147186279297, 113.6712646484375, 184.8666229248047], "std": [19.557218551635742, 13.197468757629395, 19.72307586669922, 17.7903995513916, 5.222891330718994, 18.92061996459961, 23.5251522064209], "count": [193]}, "observation.state": {"min": [-5.980000019073486, -75.5, 46.66999816894531, -135.75999450683594, -94.13999938964844, 80.41999816894531, 0.20999999344348907], "max": [48.95000076293945, -38.970001220703125, 105.02999877929688, -82.27999877929688, -77.62000274658203, 130.9600067138672, 0.8100000023841858], "mean": [28.31398582458496, -65.63092803955078, 72.69713592529297, -104.80442810058594, -86.42134857177734, 113.72314453125, 0.37917083501815796], "std": [19.576263427734375, 13.190910339355469, 19.716941833496094, 17.774059295654297, 5.24595832824707, 18.840316772460938, 0.25465887784957886], "count": [193]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1393297528594771]], [[0.12969079656862745]], [[0.1515168014705882]]], "std": [[[0.2879060048204128]], [[0.2955392573894852]], [[0.2819194490400445]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25093807189542483]], [[0.2909758067810458]], [[0.3247777369281046]]], "std": [[[0.37203500996319894]], [[0.3949261913650413]], [[0.3655286614661837]]], "count": [100]}, "observation.images.angle": {"min": [[[0.011764705882352941]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2844730739379085]], [[0.28902887663398696]], [[0.2725207005718954]]], "std": [[[0.2662407701358504]], [[0.26501785386543447]], [[0.27456564808777706]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.2], "mean": [9.6], "std": [5.571355310873648], "count": [193]}, "frame_index": {"min": [0], "max": [192], "mean": [96.0], "std": [55.71355310873648], "count": [193]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [193]}, "index": {"min": [1174], "max": [1366], "mean": [1270.0], "std": [55.71355310873648], "count": [193]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [193]}}} +{"episode_index": 7, "stats": {"action": {"min": [-4.74609375, -83.583984375, 52.646484375, -136.93359375, -93.69140625, 81.03515625, 145.810546875], "max": [49.921875, -43.41796875, 115.400390625, -82.08984375, -76.11328125, 132.5390625, 200.126953125], "mean": [23.792381286621094, -69.8453369140625, 77.01167297363281, -105.45403289794922, -86.63677978515625, 107.96822357177734, 184.21331787109375], "std": [19.80655288696289, 12.78522777557373, 20.735246658325195, 19.189332962036133, 5.869277000427246, 18.479084014892578, 24.20490074157715], "count": [203]}, "observation.state": {"min": [-4.75, -83.58999633789062, 52.65999984741211, -136.8699951171875, -93.69999694824219, 81.02999877929688, 0.20999999344348907], "max": [49.91999816894531, -43.45000076293945, 115.33000183105469, -82.05999755859375, -76.12000274658203, 132.52999877929688, 0.8299999833106995], "mean": [23.80190658569336, -69.8392562866211, 77.00711822509766, -105.4134750366211, -86.62786865234375, 107.94480895996094, 0.39113301038742065], "std": [19.7890625, 12.778189659118652, 20.727867126464844, 19.184267044067383, 5.852649688720703, 18.500579833984375, 0.26565685868263245], "count": [203]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13780844975490195]], [[0.12656945874183007]], [[0.16563001225490195]]], "std": [[[0.2880242722668367]], [[0.29500831237818764]], [[0.2779189935327179]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2538135620915033]], [[0.29787436887254903]], [[0.3306753084150327]]], "std": [[[0.3711521746559806]], [[0.39442007854034605]], [[0.3649412226474448]]], "count": [100]}, "observation.images.angle": {"min": [[[0.00784313725490196]], [[0.0392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27771123774509804]], [[0.28226985294117646]], [[0.2661631107026144]]], "std": [[[0.2639842570325648]], [[0.2627062969486324]], [[0.27152433783075214]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [20.2], "mean": [10.100000000000001], "std": [5.860034129593444], "count": [203]}, "frame_index": {"min": [0], "max": [202], "mean": [101.0], "std": [58.60034129593445], "count": [203]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [203]}, "index": {"min": [1367], "max": [1569], "mean": [1468.0], "std": [58.60034129593445], "count": [203]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [203]}}} +{"episode_index": 8, "stats": {"action": {"min": [-4.74609375, -89.560546875, 50.2734375, -135.703125, -93.251953125, 82.08984375, 145.810546875], "max": [50.888671875, -41.923828125, 119.00390625, -81.38671875, -80.419921875, 139.39453125, 200.7421875], "mean": [22.33412742614746, -70.57272338867188, 77.0628433227539, -104.8216323852539, -86.90831756591797, 110.74520111083984, 181.91505432128906], "std": [19.199636459350586, 15.39116096496582, 23.988075256347656, 18.590429306030273, 4.342557430267334, 19.88871192932129, 25.135334014892578], "count": [204]}, "observation.state": {"min": [-4.739999771118164, -89.55999755859375, 50.2599983215332, -135.6699981689453, -93.26000213623047, 82.08999633789062, 0.20999999344348907], "max": [50.88999938964844, -41.91999816894531, 119.0, -81.36000061035156, -80.43000030517578, 139.38999938964844, 0.8199999928474426], "mean": [22.329071044921875, -70.5691909790039, 77.06718444824219, -104.79596710205078, -86.92843627929688, 110.75543975830078, 0.417548805475235], "std": [19.19757080078125, 15.383935928344727, 23.98233985900879, 18.579818725585938, 4.352103233337402, 19.863447189331055, 0.27454042434692383], "count": [204]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13846800449346405]], [[0.1270581964869281]], [[0.16586255923202614]]], "std": [[[0.2902454728882493]], [[0.294896699828445]], [[0.27906757608741617]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2716000428921569]], [[0.316459272875817]], [[0.3496806658496732]]], "std": [[[0.37778190434912384]], [[0.397897709058191]], [[0.3685101186481549]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.027450980392156862]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2796726429738562]], [[0.28387570874183005]], [[0.26763732230392157]]], "std": [[[0.2636987609787388]], [[0.2628497984681725]], [[0.27164156662858413]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [20.3], "mean": [10.15], "std": [5.888901991599679], "count": [204]}, "frame_index": {"min": [0], "max": [203], "mean": [101.5], "std": [58.88901991599679], "count": [204]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [204]}, "index": {"min": [1570], "max": [1773], "mean": [1671.5], "std": [58.88901991599679], "count": [204]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [204]}}} +{"episode_index": 9, "stats": {"action": {"min": [-4.482421875, -76.025390625, 58.18359375, -125.947265625, -92.373046875, 33.92578125, 145.810546875], "max": [49.921875, -44.736328125, 77.080078125, -82.353515625, -79.62890625, 135.615234375, 200.126953125], "mean": [25.740234375, -61.769081115722656, 65.45462799072266, -102.59359741210938, -87.54988098144531, 78.14152526855469, 183.7764434814453], "std": [18.18876838684082, 11.00683307647705, 6.380949020385742, 14.866374969482422, 4.55268669128418, 36.1365852355957, 24.218271255493164], "count": [195]}, "observation.state": {"min": [-4.480000019073486, -76.02999877929688, 58.27000045776367, -125.91999816894531, -92.37999725341797, 33.93000030517578, 0.20999999344348907], "max": [49.91999816894531, -44.72999954223633, 77.08000183105469, -82.37000274658203, -79.66999816894531, 135.57000732421875, 0.7300000190734863], "mean": [25.73655128479004, -61.77199172973633, 65.46224212646484, -102.57418060302734, -87.55728149414062, 78.13744354248047, 0.37184593081474304], "std": [18.185081481933594, 11.008379936218262, 6.375576496124268, 14.845514297485352, 4.547126293182373, 36.121429443359375, 0.22835592925548553], "count": [195]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1528320955882353]], [[0.12674220588235294]], [[0.1630162704248366]]], "std": [[[0.2906353976307888]], [[0.2915664720416771]], [[0.2755746339990349]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25435335375817]], [[0.3021561437908497]], [[0.3375919628267974]]], "std": [[[0.36787588435029883]], [[0.3929373590168116]], [[0.3638284434590383]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.282626352124183]], [[0.287282391748366]], [[0.2692823937908497]]], "std": [[[0.26169974217698694]], [[0.2603377313072206]], [[0.2694467011667395]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.4], "mean": [9.7], "std": [5.629091104846915], "count": [195]}, "frame_index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [195]}, "index": {"min": [1774], "max": [1968], "mean": [1871.0], "std": [56.290911048469155], "count": [195]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [195]}}} +{"episode_index": 10, "stats": {"action": {"min": [-4.39453125, -75.234375, 54.052734375, -119.70703125, -92.109375, 22.060546875, 145.810546875], "max": [49.39453125, -43.154296875, 81.474609375, -82.529296875, -77.6953125, 132.36328125, 199.86328125], "mean": [23.236249923706055, -61.55435562133789, 66.19445037841797, -102.45573425292969, -85.654052734375, 74.03526306152344, 183.76649475097656], "std": [18.13692855834961, 11.312125205993652, 9.467296600341797, 13.38010025024414, 5.248781681060791, 40.91864013671875, 24.30358123779297], "count": [199]}, "observation.state": {"min": [-4.360000133514404, -75.23999786376953, 54.04999923706055, -119.68000030517578, -92.06999969482422, 22.100000381469727, 0.20999999344348907], "max": [49.38999938964844, -43.16999816894531, 81.47000122070312, -82.5, -77.69999694824219, 132.32000732421875, 0.7699999809265137], "mean": [23.22401237487793, -61.55677795410156, 66.19254302978516, -102.41777038574219, -85.6760482788086, 74.0457992553711, 0.3773364722728729], "std": [18.13785743713379, 11.306849479675293, 9.460590362548828, 13.371915817260742, 5.255712985992432, 40.9031982421875, 0.24286918342113495], "count": [199]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1384715584150327]], [[0.12852510212418303]], [[0.16640539215686273]]], "std": [[[0.2873377191952785]], [[0.29447698144957885]], [[0.27780662077277957]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28687706903594773]], [[0.33965154820261434]], [[0.37269877655228756]]], "std": [[[0.37909870312777055]], [[0.4030894718000926]], [[0.3734595899633279]]], "count": [100]}, "observation.images.angle": {"min": [[[0.00784313725490196]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2797441727941176]], [[0.284487493872549]], [[0.2670161315359477]]], "std": [[[0.2609436640958281]], [[0.25981186194793976]], [[0.26924645786970275]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.8], "mean": [9.9], "std": [5.744562646538029], "count": [199]}, "frame_index": {"min": [0], "max": [198], "mean": [99.0], "std": [57.445626465380286], "count": [199]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [199]}, "index": {"min": [1969], "max": [2167], "mean": [2068.0], "std": [57.445626465380286], "count": [199]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [199]}}} +{"episode_index": 11, "stats": {"action": {"min": [-3.603515625, -75.234375, 53.61328125, -128.671875, -95.712890625, 18.017578125, 146.513671875], "max": [51.064453125, -43.41796875, 98.349609375, -82.880859375, -81.03515625, 137.98828125, 200.126953125], "mean": [20.942230224609375, -65.53619384765625, 70.32119750976562, -103.72329711914062, -88.24859619140625, 74.59625244140625, 183.4346923828125], "std": [19.531970977783203, 11.556824684143066, 14.640460968017578, 17.177867889404297, 4.8230977058410645, 44.65715026855469, 24.22553062438965], "count": [192]}, "observation.state": {"min": [-3.569999933242798, -75.2300033569336, 53.599998474121094, -128.64999389648438, -95.72000122070312, 18.020000457763672, 0.20999999344348907], "max": [51.060001373291016, -43.41999816894531, 98.30999755859375, -82.8499984741211, -81.04000091552734, 137.99000549316406, 0.8199999928474426], "mean": [20.944116592407227, -65.53267669677734, 70.32306671142578, -103.6914291381836, -88.21837615966797, 74.60627746582031, 0.38864561915397644], "std": [19.523094177246094, 11.547356605529785, 14.632426261901855, 17.162866592407227, 4.780401706695557, 44.641807556152344, 0.26071885228157043], "count": [192]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13564235294117646]], [[0.1262360968137255]], [[0.16036866217320261]]], "std": [[[0.2842624908191101]], [[0.2946405736059719]], [[0.27938640444313645]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2247880535130719]], [[0.2727485661764706]], [[0.30824398080065357]]], "std": [[[0.34607376072379503]], [[0.3703147088432037]], [[0.339620436985106]]], "count": [100]}, "observation.images.angle": {"min": [[[0.011764705882352941]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2791902818627451]], [[0.28166100285947715]], [[0.26469557189542486]]], "std": [[[0.2604233751327408]], [[0.2593468931869886]], [[0.2682481752022909]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.1], "mean": [9.549999999999999], "std": [5.542487407894281], "count": [192]}, "frame_index": {"min": [0], "max": [191], "mean": [95.5], "std": [55.42487407894281], "count": [192]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [192]}, "index": {"min": [2168], "max": [2359], "mean": [2263.5], "std": [55.42487407894281], "count": [192]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [192]}}} +{"episode_index": 12, "stats": {"action": {"min": [-4.74609375, -75.322265625, 53.525390625, -128.671875, -95.361328125, 35.419921875, 147.12890625], "max": [50.44921875, -41.8359375, 91.494140625, -81.2109375, -79.1015625, 139.5703125, 199.599609375], "mean": [28.104074478149414, -62.7492561340332, 68.43424224853516, -105.29947662353516, -88.4281997680664, 82.14471435546875, 181.07608032226562], "std": [19.51529312133789, 11.99911117553711, 12.217459678649902, 18.20341682434082, 5.566973686218262, 39.119346618652344, 24.777225494384766], "count": [189]}, "observation.state": {"min": [-4.75, -75.27999877929688, 53.5099983215332, -128.64999389648438, -95.37000274658203, 35.41999816894531, 0.20999999344348907], "max": [50.45000076293945, -41.83000183105469, 91.44000244140625, -81.22000122070312, -79.11000061035156, 139.52999877929688, 0.8100000023841858], "mean": [28.11522674560547, -62.74712371826172, 68.43994140625, -105.27679443359375, -88.47099304199219, 82.12206268310547, 0.4155553877353668], "std": [19.49216651916504, 11.99013614654541, 12.211337089538574, 18.18181800842285, 5.5892109870910645, 39.10251235961914, 0.2707845866680145], "count": [189]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13849048815359477]], [[0.12697502859477125]], [[0.15136025326797387]]], "std": [[[0.2838066831119092]], [[0.29162319341757637]], [[0.27794815801891976]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25887440972222225]], [[0.30825023897058823]], [[0.34111444035947713]]], "std": [[[0.3657459650265973]], [[0.39254832716972066]], [[0.3627265512351007]]], "count": [100]}, "observation.images.angle": {"min": [[[0.00784313725490196]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2886550612745098]], [[0.29311273488562095]], [[0.2758449857026144]]], "std": [[[0.2657430021564518]], [[0.2642870320845479]], [[0.27384006039631903]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.8], "mean": [9.4], "std": [5.455883674224246], "count": [189]}, "frame_index": {"min": [0], "max": [188], "mean": [94.0], "std": [54.55883674224247], "count": [189]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [189]}, "index": {"min": [2360], "max": [2548], "mean": [2454.0], "std": [54.55883674224247], "count": [189]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [189]}}} +{"episode_index": 13, "stats": {"action": {"min": [-5.625, -76.81640625, 53.61328125, -127.353515625, -93.779296875, 27.158203125, 145.72265625], "max": [50.888671875, -43.41796875, 98.349609375, -78.92578125, -80.859375, 138.955078125, 200.126953125], "mean": [25.058698654174805, -66.13323211669922, 71.9504623413086, -104.08599853515625, -88.01282501220703, 78.48961639404297, 182.14797973632812], "std": [19.44744300842285, 11.658318519592285, 14.885882377624512, 18.306142807006836, 4.466587066650391, 41.74580383300781, 24.756183624267578], "count": [187]}, "observation.state": {"min": [-5.539999961853027, -76.83000183105469, 53.59000015258789, -127.29000091552734, -93.79000091552734, 27.15999984741211, 0.20999999344348907], "max": [50.88999938964844, -43.41999816894531, 98.3499984741211, -78.9000015258789, -80.87000274658203, 138.9499969482422, 0.8199999928474426], "mean": [25.044710159301758, -66.1298828125, 71.9561538696289, -104.05944061279297, -88.00407409667969, 78.4964828491211, 0.41475909948349], "std": [19.458576202392578, 11.648625373840332, 14.881091117858887, 18.292760848999023, 4.444860935211182, 41.73147201538086, 0.2706584632396698], "count": [187]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14005935049019608]], [[0.12758965890522875]], [[0.1671763991013072]]], "std": [[[0.2885111339485671]], [[0.29335836256084336]], [[0.27992637138584486]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29230587214052284]], [[0.3430021486928104]], [[0.3743110723039216]]], "std": [[[0.38448747549911133]], [[0.40895882658265975]], [[0.37961008185754846]]], "count": [100]}, "observation.images.angle": {"min": [[[0.00784313725490196]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.282258870506536]], [[0.28747342524509806]], [[0.27073446078431374]]], "std": [[[0.2626734100113436]], [[0.261323812665209]], [[0.27033705831836724]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.6], "mean": [9.299999999999999], "std": [5.3981478305063115], "count": [187]}, "frame_index": {"min": [0], "max": [186], "mean": [93.0], "std": [53.98147830506312], "count": [187]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [187]}, "index": {"min": [2549], "max": [2735], "mean": [2642.0], "std": [53.98147830506312], "count": [187]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [187]}}} +{"episode_index": 14, "stats": {"action": {"min": [-3.69140625, -84.19921875, 56.513671875, -131.30859375, -94.39453125, 16.083984375, 145.810546875], "max": [50.625, -43.9453125, 109.86328125, -82.880859375, -79.8046875, 136.669921875, 199.951171875], "mean": [23.050748825073242, -69.02758026123047, 76.96973419189453, -105.7754135131836, -88.802490234375, 72.4008560180664, 182.39979553222656], "std": [18.706104278564453, 12.739034652709961, 18.834877014160156, 18.48320770263672, 5.308603286743164, 44.8620719909668, 24.81780242919922], "count": [184]}, "observation.state": {"min": [-3.6500000953674316, -84.20999908447266, 56.5099983215332, -131.27999877929688, -94.4000015258789, 16.1200008392334, 0.20999999344348907], "max": [50.630001068115234, -43.970001220703125, 109.81999969482422, -82.8499984741211, -79.87999725341797, 136.6699981689453, 0.7799999713897705], "mean": [23.054244995117188, -69.02484893798828, 76.97400665283203, -105.75138854980469, -88.8069076538086, 72.41626739501953, 0.3944562077522278], "std": [18.69371795654297, 12.729997634887695, 18.829030990600586, 18.46487808227539, 5.2961506843566895, 44.85645294189453, 0.2501603364944458], "count": [184]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13833194444444444]], [[0.12797611928104574]], [[0.16754745506535948]]], "std": [[[0.2914758658575564]], [[0.29739315458424953]], [[0.28014777146385483]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25644705678104573]], [[0.3045962214052288]], [[0.3380652655228758]]], "std": [[[0.3681437141486636]], [[0.3951059668376788]], [[0.36555227264195217]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28192527982026144]], [[0.2847945261437908]], [[0.2679609987745098]]], "std": [[[0.262254572277303]], [[0.2616203957823708]], [[0.26980449722918226]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.3], "mean": [9.15], "std": [5.311544031635246], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [184]}, "index": {"min": [2736], "max": [2919], "mean": [2827.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [184]}}} +{"episode_index": 15, "stats": {"action": {"min": [-3.515625, -78.22265625, 57.216796875, -134.560546875, -94.39453125, 35.244140625, 145.72265625], "max": [50.9765625, -43.41796875, 105.1171875, -81.03515625, -80.244140625, 139.921875, 199.951171875], "mean": [27.566761016845703, -67.07439422607422, 74.27770233154297, -105.609375, -88.68643188476562, 80.02201843261719, 182.7240753173828], "std": [19.464399337768555, 11.597234725952148, 16.63285255432129, 19.446273803710938, 4.690601825714111, 38.53257369995117, 24.37374496459961], "count": [165]}, "observation.state": {"min": [-3.5199999809265137, -78.2300033569336, 57.189998626708984, -134.49000549316406, -94.4000015258789, 35.2400016784668, 0.20999999344348907], "max": [50.970001220703125, -43.45000076293945, 105.08000183105469, -81.0, -80.25, 139.9199981689453, 0.75], "mean": [27.562849044799805, -67.06928253173828, 74.27903747558594, -105.58540344238281, -88.6981430053711, 79.99146270751953, 0.3850300908088684], "std": [19.459280014038086, 11.591147422790527, 16.62686538696289, 19.430679321289062, 4.6894378662109375, 38.52340316772461, 0.23777680099010468], "count": [165]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1367966033496732]], [[0.12889902777777779]], [[0.15674141544117645]]], "std": [[[0.2908127076305071]], [[0.2972126289413684]], [[0.2838629409394776]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28220691380718954]], [[0.3323156331699347]], [[0.36418250204248365]]], "std": [[[0.3795078372304542]], [[0.40766563672179124]], [[0.378416278968618]]], "count": [100]}, "observation.images.angle": {"min": [[[0.00784313725490196]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2846550163398693]], [[0.28988275326797386]], [[0.27386181168300655]]], "std": [[[0.2642150350704132]], [[0.2628882580755186]], [[0.27178416139134326]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [16.4], "mean": [8.2], "std": [4.763052242697603], "count": [165]}, "frame_index": {"min": [0], "max": [164], "mean": [82.0], "std": [47.63052242697603], "count": [165]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [165]}, "index": {"min": [2920], "max": [3084], "mean": [3002.0], "std": [47.63052242697603], "count": [165]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [165]}}} +{"episode_index": 16, "stats": {"action": {"min": [-3.955078125, -82.529296875, 53.61328125, -134.12109375, -93.955078125, 22.236328125, 152.05078125], "max": [51.6796875, -44.384765625, 113.994140625, -75.146484375, -84.0234375, 138.251953125, 200.21484375], "mean": [23.80495262145996, -69.66002655029297, 76.35411071777344, -104.40115356445312, -89.48059844970703, 76.93756866455078, 184.20037841796875], "std": [19.390426635742188, 12.521799087524414, 20.355684280395508, 18.855117797851562, 3.538728713989258, 43.17732238769531, 22.31385040283203], "count": [177]}, "observation.state": {"min": [-3.950000047683716, -82.52999877929688, 53.650001525878906, -134.0800018310547, -93.95999908447266, 22.229999542236328, 0.20999999344348907], "max": [51.68000030517578, -44.40999984741211, 114.0, -75.12000274658203, -84.02999877929688, 138.2100067138672, 0.8100000023841858], "mean": [23.809385299682617, -69.65705108642578, 76.35334777832031, -104.36981201171875, -89.49114227294922, 76.94694519042969, 0.4144071936607361], "std": [19.37364387512207, 12.514015197753906, 20.350921630859375, 18.843921661376953, 3.5352237224578857, 43.16415786743164, 0.26499295234680176], "count": [177]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13164560253267973]], [[0.13002843137254902]], [[0.16900553513071898]]], "std": [[[0.29036421088763426]], [[0.2982348296111124]], [[0.28096135233250324]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27016275735294115]], [[0.32035245302287585]], [[0.3525814399509804]]], "std": [[[0.3732748621295793]], [[0.4016719200058782]], [[0.37153739832436433]]], "count": [100]}, "observation.images.angle": {"min": [[[0.01568627450980392]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2799703635620915]], [[0.2827512193627451]], [[0.26630627655228756]]], "std": [[[0.2617654687809208]], [[0.26098164119818595]], [[0.2693199042575005]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [17.6], "mean": [8.799999999999999], "std": [5.109468335029259], "count": [177]}, "frame_index": {"min": [0], "max": [176], "mean": [88.0], "std": [51.094683350292584], "count": [177]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [177]}, "index": {"min": [3085], "max": [3261], "mean": [3173.0], "std": [51.094683350292584], "count": [177]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [177]}}} +{"episode_index": 17, "stats": {"action": {"min": [-3.955078125, -76.201171875, 52.998046875, -125.33203125, -94.21875, 21.005859375, 145.810546875], "max": [51.767578125, -43.9453125, 98.4375, -81.650390625, -82.177734375, 133.154296875, 200.126953125], "mean": [23.593196868896484, -67.0369873046875, 72.15638732910156, -102.3200912475586, -89.1836166381836, 70.97394561767578, 182.63929748535156], "std": [18.361852645874023, 10.901165962219238, 15.86177921295166, 16.566774368286133, 3.813133955001831, 42.71083450317383, 24.995803833007812], "count": [194]}, "observation.state": {"min": [-3.950000047683716, -76.20999908447266, 52.9900016784668, -125.30000305175781, -94.18000030517578, 21.0, 0.20999999344348907], "max": [51.77000045776367, -43.939998626708984, 98.41999816894531, -81.70999908447266, -82.19000244140625, 133.14999389648438, 0.8199999928474426], "mean": [23.58989906311035, -67.03614044189453, 72.16316223144531, -102.28484344482422, -89.19698333740234, 70.9356460571289, 0.4088142514228821], "std": [18.359066009521484, 10.895404815673828, 15.848870277404785, 16.55609703063965, 3.812919855117798, 42.689414978027344, 0.2691454589366913], "count": [194]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1294948774509804]], [[0.12786064338235295]], [[0.1642334477124183]]], "std": [[[0.2858647798632577]], [[0.29454358226463156]], [[0.2778352582677202]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29701319852941177]], [[0.34744984681372554]], [[0.3787230085784314]]], "std": [[[0.3879607260628978]], [[0.41116766586838355]], [[0.38157585298319135]]], "count": [100]}, "observation.images.angle": {"min": [[[0.00784313725490196]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2800457802287582]], [[0.2847721200980392]], [[0.2700331658496732]]], "std": [[[0.25987553679286796]], [[0.2588890786201907]], [[0.26736254677491417]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.3], "mean": [9.65], "std": [5.6002232098372655], "count": [194]}, "frame_index": {"min": [0], "max": [193], "mean": [96.5], "std": [56.00223209837265], "count": [194]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [194]}, "index": {"min": [3262], "max": [3455], "mean": [3358.5], "std": [56.00223209837265], "count": [194]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [194]}}} +{"episode_index": 18, "stats": {"action": {"min": [-3.515625, -75.41015625, 52.998046875, -128.671875, -94.482421875, 75.5859375, 145.8984375], "max": [50.537109375, -42.275390625, 84.287109375, -81.5625, -78.57421875, 136.494140625, 199.775390625], "mean": [26.840877532958984, -61.34458923339844, 67.53168487548828, -105.37370300292969, -87.49818420410156, 96.33221435546875, 181.9187774658203], "std": [18.33582878112793, 11.688116073608398, 9.987293243408203, 18.007675170898438, 5.646536350250244, 24.26513671875, 24.658599853515625], "count": [172]}, "observation.state": {"min": [-3.5199999809265137, -75.4000015258789, 52.9900016784668, -128.64999389648438, -94.48999786376953, 75.58999633789062, 0.20999999344348907], "max": [50.540000915527344, -42.27000045776367, 84.23999786376953, -81.52999877929688, -78.58000183105469, 136.49000549316406, 0.8100000023841858], "mean": [26.834291458129883, -61.345333099365234, 67.54234313964844, -105.37183380126953, -87.4989242553711, 96.3551254272461, 0.41401153802871704], "std": [18.339244842529297, 11.682332992553711, 9.983681678771973, 17.960813522338867, 5.634796142578125, 24.245637893676758, 0.2665751278400421], "count": [172]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1407411785130719]], [[0.12745415236928104]], [[0.15761931168300652]]], "std": [[[0.28868811257141413]], [[0.2931173929915059]], [[0.277465889557603]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2817072487745098]], [[0.3288192075163399]], [[0.3613850040849673]]], "std": [[[0.38211421063941314]], [[0.41025020710973836]], [[0.3802195418442617]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.283864560866013]], [[0.29038792892156867]], [[0.2749627696078431]]], "std": [[[0.26397814603818104]], [[0.2632293808254938]], [[0.2732242189846511]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [17.1], "mean": [8.549999999999999], "std": [4.965128397131337], "count": [172]}, "frame_index": {"min": [0], "max": [171], "mean": [85.5], "std": [49.65128397131337], "count": [172]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [172]}, "index": {"min": [3456], "max": [3627], "mean": [3541.5], "std": [49.65128397131337], "count": [172]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [172]}}} +{"episode_index": 19, "stats": {"action": {"min": [-3.076171875, -75.41015625, 57.12890625, -129.990234375, -93.69140625, 68.73046875, 145.810546875], "max": [50.888671875, -43.505859375, 94.39453125, -81.5625, -79.27734375, 142.822265625, 200.0390625], "mean": [24.67144775390625, -63.80035400390625, 71.15350341796875, -107.65228271484375, -86.838134765625, 95.5338134765625, 183.144287109375], "std": [18.49945068359375, 11.413540840148926, 12.776100158691406, 18.756031036376953, 4.762513160705566, 28.231809616088867, 24.500995635986328], "count": [160]}, "observation.state": {"min": [-3.069999933242798, -75.38999938964844, 57.130001068115234, -129.9600067138672, -93.69999694824219, 68.76000213623047, 0.20999999344348907], "max": [50.88999938964844, -43.52000045776367, 94.4000015258789, -81.52999877929688, -79.33000183105469, 142.82000732421875, 0.75], "mean": [24.676061630249023, -63.79301834106445, 71.14750671386719, -107.61143493652344, -86.86399841308594, 95.54888153076172, 0.38262465596199036], "std": [18.488494873046875, 11.399385452270508, 12.765129089355469, 18.754037857055664, 4.778548240661621, 28.21315574645996, 0.2350332885980606], "count": [160]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13726436070261439]], [[0.1278559579248366]], [[0.16338300857843135]]], "std": [[[0.2881210068349231]], [[0.29492031893711396]], [[0.2789064946134807]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2991537050653595]], [[0.34821448529411764]], [[0.3812745220588235]]], "std": [[[0.3867590404413617]], [[0.4101279470657959]], [[0.37975444385886864]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27935398692810454]], [[0.2848780412581699]], [[0.2696643892973856]]], "std": [[[0.26239169765034615]], [[0.2615514695335311]], [[0.2713658985331393]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [15.9], "mean": [7.95], "std": [4.6187119416564615], "count": [160]}, "frame_index": {"min": [0], "max": [159], "mean": [79.5], "std": [46.18711941656461], "count": [160]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [160]}, "index": {"min": [3628], "max": [3787], "mean": [3707.5], "std": [46.18711941656461], "count": [160]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [160]}}} +{"episode_index": 20, "stats": {"action": {"min": [-3.603515625, -77.080078125, 58.974609375, -137.109375, -95.9765625, 69.78515625, 145.810546875], "max": [48.8671875, -45.703125, 108.28125, -81.5625, -74.53125, 137.98828125, 199.951171875], "mean": [20.977914810180664, -68.24008178710938, 76.54417419433594, -106.95162200927734, -86.99774932861328, 91.40670013427734, 180.8195037841797], "std": [17.299842834472656, 10.563743591308594, 16.846834182739258, 20.6373233795166, 7.139504432678223, 25.03481674194336, 25.254512786865234], "count": [195]}, "observation.state": {"min": [-3.609999895095825, -77.08000183105469, 59.09000015258789, -137.0800018310547, -95.98999786376953, 69.77999877929688, 0.20999999344348907], "max": [48.869998931884766, -45.70000076293945, 108.27999877929688, -81.56999969482422, -74.55000305175781, 137.88999938964844, 0.8199999928474426], "mean": [20.982574462890625, -68.23722076416016, 76.54363250732422, -106.9210205078125, -86.97611236572266, 91.42247772216797, 0.4226664900779724], "std": [17.284629821777344, 10.55587100982666, 16.836593627929688, 20.613779067993164, 7.104648590087891, 25.014404296875, 0.2745627760887146], "count": [195]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1313893790849673]], [[0.12425428717320261]], [[0.164298641748366]]], "std": [[[0.28434736155321083]], [[0.2944114809388972]], [[0.27719712060023094]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2752265808823529]], [[0.32518313521241826]], [[0.3598544689542484]]], "std": [[[0.3757169006764372]], [[0.39820733441637574]], [[0.3692765293661646]]], "count": [100]}, "observation.images.angle": {"min": [[[0.00784313725490196]], [[0.0392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2831489297385621]], [[0.28926395220588236]], [[0.27600604779411764]]], "std": [[[0.26139574022543227]], [[0.261350057221656]], [[0.26971494019748143]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.4], "mean": [9.7], "std": [5.629091104846915], "count": [195]}, "frame_index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [195]}, "index": {"min": [3788], "max": [3982], "mean": [3885.0], "std": [56.290911048469155], "count": [195]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [195]}}} +{"episode_index": 21, "stats": {"action": {"min": [-5.537109375, -83.49609375, 59.150390625, -137.109375, -95.625, 71.71875, 145.810546875], "max": [51.943359375, -44.736328125, 111.796875, -81.5625, -82.265625, 134.736328125, 199.86328125], "mean": [25.5327205657959, -69.87798309326172, 79.65359497070312, -109.2811279296875, -89.66374206542969, 92.49501037597656, 183.1383819580078], "std": [18.646188735961914, 11.64929485321045, 19.47893714904785, 20.73682403564453, 3.7976467609405518, 23.28074073791504, 24.190025329589844], "count": [178]}, "observation.state": {"min": [-5.539999961853027, -83.51000213623047, 59.20000076293945, -137.0399932861328, -95.62999725341797, 71.72000122070312, 0.20999999344348907], "max": [51.95000076293945, -44.72999954223633, 111.80000305175781, -81.52999877929688, -82.31999969482422, 134.69000244140625, 0.8100000023841858], "mean": [25.54954719543457, -69.87915802001953, 79.65664672851562, -109.2469482421875, -89.68292999267578, 92.48304748535156, 0.3979777693748474], "std": [18.60820198059082, 11.641351699829102, 19.47123908996582, 20.724851608276367, 3.803797483444214, 23.27413558959961, 0.26026421785354614], "count": [178]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13027287173202615]], [[0.12915539624183006]], [[0.16843986928104573]]], "std": [[[0.28864676785229276]], [[0.297595614230211]], [[0.2810219530268093]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3263373427287582]], [[0.3836969383169934]], [[0.4112562173202614]]], "std": [[[0.393736305272172]], [[0.4222879441319829]], [[0.3917734808911301]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.027450980392156862]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27912002246732026]], [[0.28412174019607844]], [[0.26820821895424835]]], "std": [[[0.2622647666162176]], [[0.2614703518417634]], [[0.2703786196009563]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [17.7], "mean": [8.85], "std": [5.138336306626884], "count": [178]}, "frame_index": {"min": [0], "max": [177], "mean": [88.5], "std": [51.383363066268835], "count": [178]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [178]}, "index": {"min": [3983], "max": [4160], "mean": [4071.5], "std": [51.383363066268835], "count": [178]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [178]}}} +{"episode_index": 22, "stats": {"action": {"min": [-5.537109375, -75.849609375, 52.998046875, -120.5859375, -94.5703125, -12.12890625, 145.810546875], "max": [52.55859375, -42.01171875, 82.177734375, -83.3203125, -85.95703125, 135.17578125, 199.51171875], "mean": [26.770421981811523, -62.770809173583984, 68.36827850341797, -103.7220458984375, -89.37993621826172, 57.214866638183594, 181.30917358398438], "std": [18.66899299621582, 11.444215774536133, 10.009469032287598, 13.799909591674805, 2.3899197578430176, 56.60806655883789, 25.0008602142334], "count": [182]}, "observation.state": {"min": [-5.539999961853027, -75.8499984741211, 52.9900016784668, -120.55000305175781, -94.58000183105469, -12.130000114440918, 0.20999999344348907], "max": [52.560001373291016, -42.029998779296875, 82.1500015258789, -83.29000091552734, -85.97000122070312, 135.10000610351562, 0.800000011920929], "mean": [26.770816802978516, -62.76552963256836, 68.37030792236328, -103.69673156738281, -89.40526580810547, 57.1904411315918, 0.41807666420936584], "std": [18.669893264770508, 11.436568260192871, 10.0057954788208, 13.788869857788086, 2.413933038711548, 56.58174133300781, 0.2658350169658661], "count": [182]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1349422324346405]], [[0.12872252859477123]], [[0.1676419199346405]]], "std": [[[0.2880956886320052]], [[0.294115153739499]], [[0.27661761675207047]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3127606678921569]], [[0.3656087357026144]], [[0.3963095179738562]]], "std": [[[0.39263323823557233]], [[0.4167895280787115]], [[0.3871736489279428]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2777774632352941]], [[0.28330174019607846]], [[0.26619031658496733]]], "std": [[[0.2605917637617388]], [[0.2589308321867626]], [[0.26836016916427896]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.1], "mean": [9.049999999999999], "std": [5.253808142671371], "count": [182]}, "frame_index": {"min": [0], "max": [181], "mean": [90.5], "std": [52.53808142671371], "count": [182]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [182]}, "index": {"min": [4161], "max": [4342], "mean": [4251.5], "std": [52.53808142671371], "count": [182]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [182]}}} +{"episode_index": 23, "stats": {"action": {"min": [-5.009765625, -75.498046875, 59.326171875, -135.087890625, -92.724609375, -12.216796875, 145.810546875], "max": [49.658203125, -44.736328125, 90.966796875, -82.96875, -75.76171875, 137.021484375, 199.775390625], "mean": [22.486656188964844, -64.17120361328125, 71.82918548583984, -108.02770233154297, -86.82121276855469, 62.90069580078125, 182.31460571289062], "std": [18.559186935424805, 11.086410522460938, 9.601061820983887, 19.186336517333984, 5.147139549255371, 56.48554229736328, 24.771589279174805], "count": [191]}, "observation.state": {"min": [-5.010000228881836, -75.48999786376953, 59.41999816894531, -135.05999755859375, -92.69000244140625, -12.220000267028809, 0.20999999344348907], "max": [49.630001068115234, -44.72999954223633, 90.97000122070312, -82.94000244140625, -75.7699966430664, 137.02000427246094, 0.8199999928474426], "mean": [22.48320198059082, -64.17404174804688, 71.83679962158203, -107.99851989746094, -86.83122253417969, 62.89741897583008, 0.41455480456352234], "std": [18.54576301574707, 11.075063705444336, 9.594324111938477, 19.166168212890625, 5.1410088539123535, 56.460750579833984, 0.2723826467990875], "count": [191]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13957386029411767]], [[0.12720363153594771]], [[0.14817610089869282]]], "std": [[[0.29043247676528816]], [[0.2966795881604019]], [[0.2815919911172342]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2785774489379085]], [[0.32831921772875816]], [[0.36085054125816995]]], "std": [[[0.37696269793230863]], [[0.3988305688797716]], [[0.36897603166407644]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.03137254901960784]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2842353431372549]], [[0.2885112275326797]], [[0.27206149918300654]]], "std": [[[0.26059995521306706]], [[0.259690278761161]], [[0.2692841060580005]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.0], "mean": [9.5], "std": [5.513619500836088], "count": [191]}, "frame_index": {"min": [0], "max": [190], "mean": [95.0], "std": [55.136195008360886], "count": [191]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [191]}, "index": {"min": [4343], "max": [4533], "mean": [4438.0], "std": [55.136195008360886], "count": [191]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [191]}}} +{"episode_index": 24, "stats": {"action": {"min": [-5.09765625, -76.904296875, 57.568359375, -127.265625, -92.373046875, -18.10546875, 145.810546875], "max": [50.44921875, -44.208984375, 98.349609375, -82.880859375, -80.947265625, 137.109375, 200.0390625], "mean": [24.435026168823242, -67.00179290771484, 74.55131530761719, -105.89339447021484, -86.59041595458984, 60.560462951660156, 182.81727600097656], "std": [17.96102523803711, 10.492853164672852, 13.361923217773438, 16.522018432617188, 3.3543949127197266, 55.12672805786133, 24.596588134765625], "count": [184]}, "observation.state": {"min": [-5.099999904632568, -76.9000015258789, 57.56999969482422, -127.1500015258789, -92.37999725341797, -18.110000610351562, 0.20999999344348907], "max": [50.45000076293945, -44.209999084472656, 98.33999633789062, -82.8499984741211, -80.94999694824219, 137.0, 0.800000011920929], "mean": [24.420530319213867, -67.00269317626953, 74.55601501464844, -105.85906982421875, -86.61121368408203, 60.599815368652344, 0.4011954963207245], "std": [17.96509552001953, 10.483747482299805, 13.354405403137207, 16.51279067993164, 3.36749267578125, 55.1140022277832, 0.2613377571105957], "count": [184]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13412688316993462]], [[0.12788920343137256]], [[0.1494568892973856]]], "std": [[[0.28690320403536224]], [[0.2953059450487309]], [[0.28195818282211543]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3166681964869281]], [[0.3631611397058823]], [[0.3959211008986928]]], "std": [[[0.40102277077627735]], [[0.4203697551355778]], [[0.3927495452305968]]], "count": [100]}, "observation.images.angle": {"min": [[[0.011764705882352941]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2835320343137255]], [[0.2890155330882353]], [[0.2738125142973856]]], "std": [[[0.26112399137650955]], [[0.26021730375658836]], [[0.26892510497220096]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.3], "mean": [9.15], "std": [5.311544031635246], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [184]}, "index": {"min": [4534], "max": [4717], "mean": [4625.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [184]}}} +{"episode_index": 25, "stats": {"action": {"min": [-4.5703125, -88.330078125, 58.623046875, -133.2421875, -91.845703125, -27.59765625, 145.8984375], "max": [50.888671875, -45.791015625, 116.279296875, -82.880859375, -82.001953125, 136.93359375, 199.86328125], "mean": [25.286846160888672, -70.70159149169922, 78.35758209228516, -107.50591278076172, -87.1751480102539, 57.71943664550781, 180.16058349609375], "std": [18.997570037841797, 13.455634117126465, 19.762632369995117, 19.05406379699707, 3.2735140323638916, 62.20011901855469, 25.50248908996582], "count": [185]}, "observation.state": {"min": [-4.570000171661377, -88.29000091552734, 58.65999984741211, -133.2100067138672, -91.80999755859375, -27.600000381469727, 0.20999999344348907], "max": [50.88999938964844, -45.81999969482422, 116.27999877929688, -82.8499984741211, -82.01000213623047, 136.88999938964844, 0.7599999904632568], "mean": [25.28517723083496, -70.69654083251953, 78.35839080810547, -107.47705078125, -87.17822265625, 57.68287658691406, 0.41659414768218994], "std": [18.986970901489258, 13.448784828186035, 19.760847091674805, 19.041942596435547, 3.2612521648406982, 62.17158889770508, 0.25358763337135315], "count": [185]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13887976919934641]], [[0.13061359477124182]], [[0.17099444035947714]]], "std": [[[0.29103982098787023]], [[0.3004432891305428]], [[0.2841574961759229]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2781706066176471]], [[0.322668118872549]], [[0.3566279861111111]]], "std": [[[0.38472713131510333]], [[0.40831601059161543]], [[0.38054348227105816]]], "count": [100]}, "observation.images.angle": {"min": [[[0.01568627450980392]], [[0.027450980392156862]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2814657883986928]], [[0.28700588031045754]], [[0.27156978758169936]]], "std": [[[0.2623706410301493]], [[0.26149620637978765]], [[0.2702640954827799]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.4], "mean": [9.2], "std": [5.340411969127475], "count": [185]}, "frame_index": {"min": [0], "max": [184], "mean": [92.0], "std": [53.40411969127476], "count": [185]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [185]}, "index": {"min": [4718], "max": [4902], "mean": [4810.0], "std": [53.40411969127476], "count": [185]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [185]}}} +{"episode_index": 26, "stats": {"action": {"min": [-4.833984375, -77.34375, 62.666015625, -132.01171875, -91.669921875, 0.703125, 145.810546875], "max": [50.80078125, -45.966796875, 97.3828125, -83.056640625, -79.541015625, 138.779296875, 199.951171875], "mean": [28.989961624145508, -67.08759307861328, 75.57664489746094, -108.66492462158203, -88.02034759521484, 68.15538024902344, 182.7357635498047], "std": [19.21807289123535, 10.707196235656738, 12.135358810424805, 17.482358932495117, 4.2590861320495605, 50.541996002197266, 24.68160057067871], "count": [208]}, "observation.state": {"min": [-4.800000190734863, -77.29000091552734, 62.65999984741211, -131.94000244140625, -91.68000030517578, 0.699999988079071, 0.20999999344348907], "max": [50.79999923706055, -45.9900016784668, 97.38999938964844, -83.02999877929688, -79.55000305175781, 138.77999877929688, 0.7300000190734863], "mean": [28.984376907348633, -67.08385467529297, 75.57537078857422, -108.62865447998047, -88.03285217285156, 68.16073608398438, 0.3708650469779968], "std": [19.22313117980957, 10.703375816345215, 12.131148338317871, 17.484392166137695, 4.258152484893799, 50.52783966064453, 0.22964923083782196], "count": [208]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14764244076797386]], [[0.12850907475490195]], [[0.15426711805555557]]], "std": [[[0.29105874264514087]], [[0.2960056982082082]], [[0.2826441634708414]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27227986519607844]], [[0.32026740196078435]], [[0.353741045751634]]], "std": [[[0.3757687879018952]], [[0.4018409040996005]], [[0.37286583376596305]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2844523304738562]], [[0.29005715482026145]], [[0.27450834763071896]]], "std": [[[0.2635127260218345]], [[0.26271745726143947]], [[0.27207675900273753]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [20.7], "mean": [10.350000000000001], "std": [6.004373406109916], "count": [208]}, "frame_index": {"min": [0], "max": [207], "mean": [103.5], "std": [60.043734061099165], "count": [208]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [208]}, "index": {"min": [4903], "max": [5110], "mean": [5006.5], "std": [60.043734061099165], "count": [208]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [208]}}} +{"episode_index": 27, "stats": {"action": {"min": [-5.712890625, -84.990234375, 57.919921875, -132.978515625, -95.185546875, 81.474609375, 145.810546875], "max": [48.603515625, -46.0546875, 110.390625, -82.96875, -74.00390625, 152.578125, 199.86328125], "mean": [25.191537857055664, -69.29541778564453, 77.87516784667969, -108.88697052001953, -86.17947387695312, 124.00415802001953, 181.1289825439453], "std": [18.559871673583984, 12.09046745300293, 17.860828399658203, 18.804668426513672, 7.082731246948242, 24.885738372802734, 25.062049865722656], "count": [194]}, "observation.state": {"min": [-5.71999979019165, -85.0, 57.95000076293945, -132.9499969482422, -95.19000244140625, 81.51000213623047, 0.20999999344348907], "max": [48.599998474121094, -46.060001373291016, 110.36000061035156, -82.94000244140625, -74.01000213623047, 152.57000732421875, 0.8199999928474426], "mean": [25.19936752319336, -69.29203033447266, 77.8762435913086, -108.85588836669922, -86.16132354736328, 124.00786590576172, 0.4285564720630646], "std": [18.53137969970703, 12.084383010864258, 17.856964111328125, 18.790637969970703, 7.051437854766846, 24.861421585083008, 0.277464359998703], "count": [194]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13455473447712418]], [[0.1258366809640523]], [[0.1641100735294118]]], "std": [[[0.2855642992034879]], [[0.293999813988389]], [[0.276797587502708]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3091804452614379]], [[0.3604669873366013]], [[0.3895431556372549]]], "std": [[[0.3908383220005651]], [[0.4142626627005117]], [[0.3835354758494673]]], "count": [100]}, "observation.images.angle": {"min": [[[0.00392156862745098]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28107506331699345]], [[0.28709690563725493]], [[0.27125200571895425]]], "std": [[[0.26361065431348585]], [[0.26290245714545135]], [[0.2722124300078079]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.3], "mean": [9.65], "std": [5.6002232098372655], "count": [194]}, "frame_index": {"min": [0], "max": [193], "mean": [96.5], "std": [56.00223209837265], "count": [194]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [194]}, "index": {"min": [5111], "max": [5304], "mean": [5207.5], "std": [56.00223209837265], "count": [194]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [194]}}} +{"episode_index": 28, "stats": {"action": {"min": [-5.9765625, -76.376953125, 64.86328125, -134.912109375, -94.921875, 60.380859375, 145.810546875], "max": [48.427734375, -45.87890625, 100.8984375, -82.96875, -73.037109375, 135.703125, 200.126953125], "mean": [20.049306869506836, -68.60267639160156, 76.92532348632812, -107.71346282958984, -86.8553466796875, 88.10792541503906, 182.499755859375], "std": [18.57530403137207, 10.026415824890137, 12.976156234741211, 19.739974975585938, 7.2412428855896, 27.01551628112793, 24.765361785888672], "count": [163]}, "observation.state": {"min": [-5.940000057220459, -76.37999725341797, 64.98999786376953, -134.83999633789062, -94.88999938964844, 60.380001068115234, 0.20999999344348907], "max": [48.43000030517578, -45.900001525878906, 100.9000015258789, -82.94000244140625, -73.04000091552734, 135.6999969482422, 0.7599999904632568], "mean": [20.037063598632812, -68.60301971435547, 76.92452239990234, -107.6869125366211, -86.87907409667969, 88.10447692871094, 0.37748441100120544], "std": [18.57500648498535, 10.009593963623047, 12.966944694519043, 19.70766830444336, 7.247556209564209, 26.995298385620117, 0.23720355331897736], "count": [163]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12805103145424837]], [[0.12368535743464053]], [[0.16133054738562091]]], "std": [[[0.2830199094902433]], [[0.293348485737982]], [[0.2758723752636484]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27398826184640523]], [[0.3282069301470588]], [[0.35804161560457515]]], "std": [[[0.3737728994027015]], [[0.4010923800138649]], [[0.3695642192152677]]], "count": [100]}, "observation.images.angle": {"min": [[[0.00392156862745098]], [[0.027450980392156862]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2761416462418301]], [[0.28188586601307186]], [[0.2652637152777778]]], "std": [[[0.2621048977437924]], [[0.261285751166206]], [[0.27098468571468837]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [16.2], "mean": [8.100000000000001], "std": [4.705316142407436], "count": [163]}, "frame_index": {"min": [0], "max": [162], "mean": [81.0], "std": [47.05316142407437], "count": [163]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [163]}, "index": {"min": [5305], "max": [5467], "mean": [5386.0], "std": [47.05316142407437], "count": [163]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [163]}}} +{"episode_index": 29, "stats": {"action": {"min": [-5.2734375, -76.2890625, 57.12890625, -132.36328125, -93.1640625, 81.474609375, 145.8984375], "max": [49.306640625, -44.296875, 102.3046875, -82.96875, -76.640625, 139.482421875, 199.951171875], "mean": [23.404146194458008, -67.73753356933594, 76.08714294433594, -105.93209075927734, -86.49564361572266, 99.19786834716797, 185.04808044433594], "std": [19.533935546875, 10.821561813354492, 15.422179222106934, 17.999799728393555, 5.453258037567139, 20.9456729888916, 23.66826057434082], "count": [195]}, "observation.state": {"min": [-5.28000020980835, -76.29000091552734, 57.13999938964844, -132.33999633789062, -93.16999816894531, 81.38999938964844, 0.20999999344348907], "max": [49.2599983215332, -44.29999923706055, 102.30999755859375, -82.94000244140625, -76.6500015258789, 139.47999572753906, 0.7400000095367432], "mean": [23.399494171142578, -67.7424545288086, 76.09280395507812, -105.8974838256836, -86.52782440185547, 99.18073272705078, 0.3552306294441223], "std": [19.518413543701172, 10.814213752746582, 15.413578987121582, 17.988649368286133, 5.470828533172607, 20.93782615661621, 0.2242896854877472], "count": [195]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13028503880718953]], [[0.1236503737745098]], [[0.16380605800653594]]], "std": [[[0.28263231547540363]], [[0.2919300676838832]], [[0.2743820740503182]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29987901960784313]], [[0.35288555759803925]], [[0.38316210784313726]]], "std": [[[0.3866097169169075]], [[0.41496340276109883]], [[0.3851223838913814]]], "count": [100]}, "observation.images.angle": {"min": [[[0.00392156862745098]], [[0.027450980392156862]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.281345625]], [[0.2878150224673202]], [[0.2725284987745098]]], "std": [[[0.26368732245762755]], [[0.2629776636074108]], [[0.272348570923759]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.4], "mean": [9.7], "std": [5.629091104846915], "count": [195]}, "frame_index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [195]}, "index": {"min": [5468], "max": [5662], "mean": [5565.0], "std": [56.290911048469155], "count": [195]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [195]}}} +{"episode_index": 30, "stats": {"action": {"min": [-5.185546875, -75.146484375, 58.623046875, -126.73828125, -92.548828125, 83.14453125, 147.83203125], "max": [52.119140625, -44.296875, 80.595703125, -84.990234375, -83.759765625, 139.74609375, 199.951171875], "mean": [26.42597198486328, -59.18006896972656, 67.83615112304688, -109.14360809326172, -87.4209213256836, 114.35997009277344, 183.42088317871094], "std": [19.192337036132812, 11.317350387573242, 7.577471733093262, 15.693734169006348, 2.561556577682495, 18.9195556640625, 23.757080078125], "count": [154]}, "observation.state": {"min": [-5.889999866485596, -75.2300033569336, 58.61000061035156, -126.69000244140625, -93.08000183105469, 82.97000122070312, 0.20999999344348907], "max": [52.119998931884766, -44.31999969482422, 80.58999633789062, -84.98999786376953, -83.76000213623047, 139.75, 0.8700000047683716], "mean": [26.419374465942383, -59.1778678894043, 67.83500671386719, -109.14768981933594, -87.43184661865234, 114.3577651977539, 0.42227253317832947], "std": [19.189138412475586, 11.309785842895508, 7.569077968597412, 15.673628807067871, 2.567563533782959, 18.91394805908203, 0.2863869369029999], "count": [154]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1622575714869281]], [[0.1523225571895425]], [[0.18723422181372548]]], "std": [[[0.3132950969314394]], [[0.3192322223602691]], [[0.30625156237399126]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3123037111928105]], [[0.30902549428104575]], [[0.3498920486111111]]], "std": [[[0.3782993793092249]], [[0.3929662331392144]], [[0.37729783539676975]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3012553594771242]], [[0.30516938929738563]], [[0.2886622201797386]]], "std": [[[0.2604605174555123]], [[0.260373960167876]], [[0.26975404396739766]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [15.3], "mean": [7.6499999999999995], "std": [4.445503346079047], "count": [154]}, "frame_index": {"min": [0], "max": [153], "mean": [76.5], "std": [44.45503346079047], "count": [154]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [154]}, "index": {"min": [0], "max": [153], "mean": [76.5], "std": [44.45503346079047], "count": [154]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [154]}}} +{"episode_index": 31, "stats": {"action": {"min": [-5.625, -75.673828125, 57.392578125, -127.880859375, -92.724609375, 80.68359375, 147.919921875], "max": [53.349609375, -45.791015625, 86.396484375, -84.990234375, -81.650390625, 149.94140625, 200.126953125], "mean": [21.38585662841797, -63.67107009887695, 70.4029769897461, -106.7054214477539, -88.46087646484375, 107.8154296875, 184.65716552734375], "std": [19.237529754638672, 10.177285194396973, 9.587313652038574, 15.904987335205078, 3.9768054485321045, 23.42949676513672, 22.924238204956055], "count": [170]}, "observation.state": {"min": [-5.610000133514404, -75.68000030517578, 57.38999938964844, -127.87999725341797, -92.68000030517578, 80.68000030517578, 0.20999999344348907], "max": [53.349998474121094, -45.86000061035156, 86.36000061035156, -84.98999786376953, -81.6500015258789, 149.85000610351562, 0.8700000047683716], "mean": [21.35659408569336, -63.67548751831055, 70.40165710449219, -106.6908187866211, -88.45806121826172, 107.83150482177734, 0.40752923488616943], "std": [19.256864547729492, 10.171196937561035, 9.577581405639648, 15.896370887756348, 3.96954607963562, 23.38727378845215, 0.28086593747138977], "count": [170]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15045125204248366]], [[0.1446478125]], [[0.16817554534313725]]], "std": [[[0.30419973444594856]], [[0.31378199927396055]], [[0.3024090722480895]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32888366421568627]], [[0.3222629881535948]], [[0.34667777573529407]]], "std": [[[0.3729724405069602]], [[0.38805878411824346]], [[0.37325613863336804]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.03137254901960784]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29770739379084965]], [[0.30026022058823526]], [[0.2847909517973856]]], "std": [[[0.25605441160024073]], [[0.2566915627569195]], [[0.2658672828180828]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [16.9], "mean": [8.45], "std": [4.907392382925988], "count": [170]}, "frame_index": {"min": [0], "max": [169], "mean": [84.5], "std": [49.073923829259876], "count": [170]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [170]}, "index": {"min": [154], "max": [323], "mean": [238.5], "std": [49.073923829259876], "count": [170]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [170]}}} +{"episode_index": 32, "stats": {"action": {"min": [-7.822265625, -77.958984375, 57.216796875, -132.890625, -94.658203125, 82.08984375, 148.0078125], "max": [50.361328125, -45.966796875, 93.251953125, -84.287109375, -80.947265625, 137.197265625, 199.775390625], "mean": [18.018959045410156, -64.54761505126953, 71.8126220703125, -107.09127807617188, -89.1031494140625, 105.64913177490234, 184.72032165527344], "std": [20.363636016845703, 10.560707092285156, 12.093514442443848, 17.078563690185547, 4.821181774139404, 20.2147274017334, 22.946847915649414], "count": [191]}, "observation.state": {"min": [-7.789999961853027, -77.95999908447266, 57.400001525878906, -132.89999389648438, -94.62000274658203, 82.19000244140625, 0.20999999344348907], "max": [50.36000061035156, -45.970001220703125, 93.25, -84.29000091552734, -80.94999694824219, 137.1999969482422, 0.8700000047683716], "mean": [18.019742965698242, -64.5423812866211, 71.80615234375, -107.0760726928711, -89.09347534179688, 105.65321350097656, 0.39916205406188965], "std": [20.348472595214844, 10.545211791992188, 12.084758758544922, 17.075626373291016, 4.808000564575195, 20.19704246520996, 0.27948951721191406], "count": [191]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1578652818627451]], [[0.14229919321895423]], [[0.16468906045751636]]], "std": [[[0.3059829597695966]], [[0.31227045014354754]], [[0.30244206203775587]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33408061070261436]], [[0.32675369485294115]], [[0.35546651960784315]]], "std": [[[0.36219122207045773]], [[0.3827407999264485]], [[0.3638940696795526]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2946284885620915]], [[0.29521409926470593]], [[0.2802269178921568]]], "std": [[[0.2590721180345227]], [[0.2599596838198068]], [[0.2692578952143699]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.0], "mean": [9.5], "std": [5.513619500836088], "count": [191]}, "frame_index": {"min": [0], "max": [190], "mean": [95.0], "std": [55.136195008360886], "count": [191]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [191]}, "index": {"min": [324], "max": [514], "mean": [419.0], "std": [55.136195008360886], "count": [191]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [191]}}} +{"episode_index": 33, "stats": {"action": {"min": [-7.3828125, -75.76171875, 55.283203125, -132.5390625, -95.9765625, 80.859375, 147.48046875], "max": [50.361328125, -43.505859375, 94.658203125, -85.4296875, -81.123046875, 140.9765625, 199.51171875], "mean": [24.561479568481445, -63.696510314941406, 71.86293029785156, -108.82341003417969, -88.40858459472656, 112.04326629638672, 184.43157958984375], "std": [19.447769165039062, 11.292208671569824, 13.467223167419434, 16.756391525268555, 4.894415855407715, 20.41654396057129, 23.221452713012695], "count": [178]}, "observation.state": {"min": [-7.380000114440918, -75.76000213623047, 55.279998779296875, -132.52999877929688, -95.9800033569336, 80.86000061035156, 0.20999999344348907], "max": [50.36000061035156, -43.529998779296875, 94.66000366210938, -85.43000030517578, -81.16000366210938, 140.8800048828125, 0.8799999952316284], "mean": [24.53972625732422, -63.69566345214844, 71.867919921875, -108.84517669677734, -88.39832305908203, 112.05215454101562, 0.40713492035865784], "std": [19.466339111328125, 11.288948059082031, 13.459683418273926, 16.717960357666016, 4.874936103820801, 20.389558792114258, 0.2824038565158844], "count": [178]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14765053717320262]], [[0.1432320751633987]], [[0.17342982230392157]]], "std": [[[0.3005224650756848]], [[0.3096820115362632]], [[0.29766568408052385]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3873788929738562]], [[0.37062692401960784]], [[0.40025102124183004]]], "std": [[[0.3920943051984213]], [[0.4086592003429079]], [[0.39299522591251373]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3034605147058823]], [[0.3045939644607843]], [[0.2885966544117647]]], "std": [[[0.26512989963790334]], [[0.26566446607251304]], [[0.27456074426966814]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [17.7], "mean": [8.85], "std": [5.138336306626884], "count": [178]}, "frame_index": {"min": [0], "max": [177], "mean": [88.5], "std": [51.383363066268835], "count": [178]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [178]}, "index": {"min": [515], "max": [692], "mean": [603.5], "std": [51.383363066268835], "count": [178]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [178]}}} +{"episode_index": 34, "stats": {"action": {"min": [-5.712890625, -75.76171875, 62.314453125, -134.912109375, -95.44921875, 80.859375, 148.0078125], "max": [49.74609375, -46.318359375, 103.88671875, -85.4296875, -78.57421875, 136.23046875, 200.0390625], "mean": [22.264680862426758, -67.294921875, 78.04356384277344, -110.9661636352539, -88.37071228027344, 108.8898696899414, 181.9464111328125], "std": [18.515743255615234, 10.319522857666016, 15.464611053466797, 19.343793869018555, 5.3282270431518555, 17.638704299926758, 24.23135757446289], "count": [186]}, "observation.state": {"min": [-5.710000038146973, -75.72000122070312, 62.29999923706055, -134.91000366210938, -95.44999694824219, 80.86000061035156, 0.20999999344348907], "max": [49.75, -46.31999969482422, 103.88999938964844, -85.43000030517578, -78.56999969482422, 136.22999572753906, 0.8799999952316284], "mean": [22.26709747314453, -67.29353332519531, 78.03915405273438, -110.960205078125, -88.38241577148438, 108.85635375976562, 0.43440842628479004], "std": [18.503267288208008, 10.31438159942627, 15.456786155700684, 19.331377029418945, 5.337092876434326, 17.68027687072754, 0.294231116771698], "count": [186]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1504124754901961]], [[0.1413800408496732]], [[0.1837685968137255]]], "std": [[[0.3028544711788195]], [[0.3105772690804419]], [[0.2973374237479185]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43071159313725493]], [[0.4037336785130719]], [[0.43014858864379085]]], "std": [[[0.3983189473988361]], [[0.4147262748343867]], [[0.3986395353766703]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30227202205882353]], [[0.3028777246732026]], [[0.2872459027777778]]], "std": [[[0.26225409187015764]], [[0.2628244855304801]], [[0.2718773305133314]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.5], "mean": [9.25], "std": [5.369279902060113], "count": [186]}, "frame_index": {"min": [0], "max": [185], "mean": [92.5], "std": [53.692799020601136], "count": [186]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [186]}, "index": {"min": [693], "max": [878], "mean": [785.5], "std": [53.692799020601136], "count": [186]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [186]}}} +{"episode_index": 35, "stats": {"action": {"min": [-5.625, -80.68359375, 60.64453125, -137.021484375, -98.26171875, 81.9140625, 146.77734375], "max": [52.03125, -45.87890625, 109.86328125, -85.4296875, -84.111328125, 139.21875, 200.0390625], "mean": [21.014759063720703, -68.31326293945312, 80.31756591796875, -113.01622009277344, -89.37531280517578, 108.99884033203125, 183.00440979003906], "std": [20.228981018066406, 11.73355770111084, 17.912248611450195, 19.833303451538086, 3.9073662757873535, 19.422088623046875, 24.26101303100586], "count": [158]}, "observation.state": {"min": [-5.619999885559082, -80.69000244140625, 60.720001220703125, -137.02000427246094, -98.26000213623047, 81.95999908447266, 0.20999999344348907], "max": [52.029998779296875, -45.93000030517578, 109.81999969482422, -85.43000030517578, -84.11000061035156, 139.1300048828125, 0.8799999952316284], "mean": [21.012155532836914, -68.30229187011719, 80.31163787841797, -113.01897430419922, -89.35983276367188, 109.02550506591797, 0.4181644022464752], "std": [20.22344207763672, 11.71889877319336, 17.908889770507812, 19.82172966003418, 3.88299298286438, 19.372926712036133, 0.2867181897163391], "count": [158]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15257132761437908]], [[0.14472162785947712]], [[0.18678726102941176]]], "std": [[[0.30781655366712024]], [[0.31490411227593273]], [[0.301608150183334]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4140376245915033]], [[0.4006136397058824]], [[0.42998408496732027]]], "std": [[[0.38980005887511704]], [[0.40664262830699754]], [[0.39210407647163154]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2984751776960784]], [[0.29971797794117644]], [[0.28456597630718955]]], "std": [[[0.26128390361949944]], [[0.2623425541634377]], [[0.2715284401947665]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [15.7], "mean": [7.85], "std": [4.560975772792484], "count": [158]}, "frame_index": {"min": [0], "max": [157], "mean": [78.5], "std": [45.609757727924844], "count": [158]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [158]}, "index": {"min": [879], "max": [1036], "mean": [957.5], "std": [45.609757727924844], "count": [158]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [158]}}} +{"episode_index": 36, "stats": {"action": {"min": [-7.03125, -81.123046875, 54.66796875, -140.625, -99.84375, 80.244140625, 145.810546875], "max": [49.21875, -43.330078125, 110.830078125, -84.55078125, -78.22265625, 136.0546875, 199.951171875], "mean": [28.100210189819336, -66.95687866210938, 78.36406707763672, -111.95293426513672, -88.23204803466797, 114.76205444335938, 182.7679901123047], "std": [20.13097381591797, 13.732673645019531, 19.213346481323242, 19.723243713378906, 5.959975719451904, 20.12884521484375, 24.549087524414062], "count": [156]}, "observation.state": {"min": [-7.019999980926514, -81.12999725341797, 54.68000030517578, -140.52000427246094, -99.79000091552734, 80.25, 0.20000000298023224], "max": [49.220001220703125, -43.36000061035156, 110.83000183105469, -84.72000122070312, -78.22000122070312, 135.9600067138672, 0.8999999761581421], "mean": [28.097949981689453, -66.95057678222656, 78.3587646484375, -111.9449462890625, -88.26256561279297, 114.78038787841797, 0.4298075735569], "std": [20.121620178222656, 13.722719192504883, 19.202131271362305, 19.710630416870117, 5.977130889892578, 20.077251434326172, 0.29849496483802795], "count": [156]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15575665441176473]], [[0.15115207107843137]], [[0.17380140114379086]]], "std": [[[0.30944154879846686]], [[0.3184899382532554]], [[0.30876268363878023]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3543646977124183]], [[0.3447660069444444]], [[0.3827450306372549]]], "std": [[[0.3885928996320335]], [[0.40180242719061904]], [[0.38482697949941436]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2984971119281046]], [[0.3029287234477124]], [[0.28767588439542485]]], "std": [[[0.2692418101023589]], [[0.26905436691489637]], [[0.279635614926091]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [15.5], "mean": [7.75], "std": [4.503239574646975], "count": [156]}, "frame_index": {"min": [0], "max": [155], "mean": [77.5], "std": [45.032395746469746], "count": [156]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [156]}, "index": {"min": [1037], "max": [1192], "mean": [1114.5], "std": [45.032395746469746], "count": [156]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [156]}}} +{"episode_index": 37, "stats": {"action": {"min": [-5.44921875, -92.373046875, 52.822265625, -144.140625, -100.283203125, 78.662109375, 148.7109375], "max": [50.09765625, -41.923828125, 123.837890625, -85.4296875, -79.365234375, 140.361328125, 201.357421875], "mean": [20.698495864868164, -72.34871673583984, 83.29033660888672, -109.32933044433594, -88.80763244628906, 106.78863525390625, 181.92445373535156], "std": [19.1446475982666, 15.87302017211914, 24.312284469604492, 18.621400833129883, 5.630745887756348, 20.172077178955078, 24.056970596313477], "count": [173]}, "observation.state": {"min": [-5.449999809265137, -92.37999725341797, 52.810001373291016, -144.13999938964844, -100.2300033569336, 78.80999755859375, 0.20999999344348907], "max": [50.099998474121094, -42.0099983215332, 123.83000183105469, -85.43000030517578, -79.36000061035156, 140.36000061035156, 0.8799999952316284], "mean": [20.705612182617188, -72.35015106201172, 83.28913116455078, -109.32830810546875, -88.76580810546875, 106.80465698242188, 0.44104039669036865], "std": [19.124910354614258, 15.862397193908691, 24.304336547851562, 18.610286712646484, 5.578075885772705, 20.136558532714844, 0.2961372137069702], "count": [173]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15334163602941175]], [[0.14365220588235295]], [[0.1861506760620915]]], "std": [[[0.30942730626224246]], [[0.31418012270947204]], [[0.301659238353294]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3388992953431373]], [[0.34093705473856206]], [[0.36637620710784313]]], "std": [[[0.38628637336540556]], [[0.3968774627133297]], [[0.38295301833144174]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.03137254901960784]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2985254922385621]], [[0.29945802900326796]], [[0.2850186968954248]]], "std": [[[0.2673001190360345]], [[0.2677111088950433]], [[0.2771037207719938]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [17.2], "mean": [8.6], "std": [4.993996395673509], "count": [173]}, "frame_index": {"min": [0], "max": [172], "mean": [86.0], "std": [49.93996395673509], "count": [173]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [173]}, "index": {"min": [1193], "max": [1365], "mean": [1279.0], "std": [49.93996395673509], "count": [173]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [173]}}} +{"episode_index": 38, "stats": {"action": {"min": [-5.44921875, -76.201171875, 52.734375, -125.244140625, -97.646484375, 23.203125, 146.689453125], "max": [50.80078125, -45.87890625, 85.341796875, -79.892578125, -83.056640625, 134.82421875, 200.390625], "mean": [22.463781356811523, -64.0263900756836, 68.30646514892578, -103.93163299560547, -89.18048858642578, 75.20636749267578, 184.63890075683594], "std": [19.36743927001953, 11.049786567687988, 9.968413352966309, 16.39975357055664, 4.644101619720459, 40.63706588745117, 23.745386123657227], "count": [182]}, "observation.state": {"min": [-5.449999809265137, -76.20999908447266, 52.72999954223633, -125.25, -97.6500015258789, 23.200000762939453, 0.20999999344348907], "max": [50.79999923706055, -45.869998931884766, 85.33999633789062, -79.88999938964844, -83.05000305175781, 134.72000122070312, 0.8799999952316284], "mean": [22.457210540771484, -64.02835845947266, 68.31143951416016, -103.93291473388672, -89.26532745361328, 75.24142456054688, 0.4065932035446167], "std": [19.366830825805664, 11.05074405670166, 9.959626197814941, 16.388301849365234, 4.6974945068359375, 40.61745071411133, 0.2847852110862732], "count": [182]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1520672998366013]], [[0.1396472385620915]], [[0.17396196895424834]]], "std": [[[0.30097259118568254]], [[0.3076121315501643]], [[0.2955972649286981]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33991883169934645]], [[0.319954573120915]], [[0.34393477328431377]]], "std": [[[0.3722385872256598]], [[0.3873635257452857]], [[0.36998917305709805]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.293454897875817]], [[0.29201073325163396]], [[0.2764144526143791]]], "std": [[[0.26005174384255586]], [[0.2609282319786525]], [[0.26881773814958343]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.1], "mean": [9.049999999999999], "std": [5.253808142671371], "count": [182]}, "frame_index": {"min": [0], "max": [181], "mean": [90.5], "std": [52.53808142671371], "count": [182]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [182]}, "index": {"min": [1366], "max": [1547], "mean": [1456.5], "std": [52.53808142671371], "count": [182]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [182]}}} +{"episode_index": 39, "stats": {"action": {"min": [-4.74609375, -84.990234375, 53.525390625, -139.5703125, -94.833984375, 73.564453125, 145.72265625], "max": [47.197265625, -43.2421875, 118.916015625, -84.7265625, -72.421875, 130.341796875, 199.951171875], "mean": [23.777311325073242, -70.09615325927734, 80.16059875488281, -107.77708435058594, -84.9810562133789, 107.49168395996094, 178.8680419921875], "std": [16.95357322692871, 14.239873886108398, 23.85334014892578, 19.477163314819336, 7.022928714752197, 17.99342155456543, 25.58685302734375], "count": [182]}, "observation.state": {"min": [-4.75, -85.0, 53.52000045776367, -139.52999877929688, -94.83000183105469, 73.6500015258789, 0.20999999344348907], "max": [47.20000076293945, -43.2400016784668, 118.87999725341797, -84.7699966430664, -72.41999816894531, 130.3000030517578, 0.8799999952316284], "mean": [23.76972770690918, -70.0887222290039, 80.15388488769531, -107.77847290039062, -84.92472839355469, 107.43781280517578, 0.46477991342544556], "std": [16.9611759185791, 14.232852935791016, 23.847396850585938, 19.458633422851562, 6.974176406860352, 18.073347091674805, 0.29839810729026794], "count": [182]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1508877757352941]], [[0.14072039624183008]], [[0.18075098856209149]]], "std": [[[0.302154603003221]], [[0.30840153457637415]], [[0.2948853433881209]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3656169301470588]], [[0.3512144628267974]], [[0.39298626838235295]]], "std": [[[0.3944590009364282]], [[0.4045824629222316]], [[0.3936724118498777]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2977719424019608]], [[0.298468443627451]], [[0.28366023692810455]]], "std": [[[0.26605031619805936]], [[0.2666761652543734]], [[0.274994556410399]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.1], "mean": [9.049999999999999], "std": [5.253808142671371], "count": [182]}, "frame_index": {"min": [0], "max": [181], "mean": [90.5], "std": [52.53808142671371], "count": [182]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [182]}, "index": {"min": [1548], "max": [1729], "mean": [1638.5], "std": [52.53808142671371], "count": [182]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [182]}}} +{"episode_index": 40, "stats": {"action": {"min": [-6.064453125, -76.201171875, 59.853515625, -131.572265625, -93.69140625, 18.984375, 145.8984375], "max": [49.5703125, -45.966796875, 95.2734375, -85.341796875, -81.298828125, 144.228515625, 199.599609375], "mean": [23.701345443725586, -63.55220413208008, 74.03042602539062, -111.53996276855469, -87.29463195800781, 75.9754638671875, 181.49102783203125], "std": [18.96788215637207, 10.82271671295166, 12.360675811767578, 18.244585037231445, 3.651761770248413, 49.50200653076172, 24.916152954101562], "count": [169]}, "observation.state": {"min": [-6.059999942779541, -76.16000366210938, 59.97999954223633, -131.5800018310547, -93.69000244140625, 19.020000457763672, 0.20999999344348907], "max": [49.540000915527344, -45.970001220703125, 95.2699966430664, -85.37999725341797, -81.38999938964844, 144.19000244140625, 0.8799999952316284], "mean": [23.718509674072266, -63.5528678894043, 74.03097534179688, -111.53832244873047, -87.32185363769531, 75.9701156616211, 0.4411833584308624], "std": [18.928022384643555, 10.813555717468262, 12.355111122131348, 18.228759765625, 3.6783828735351562, 49.47885513305664, 0.2952139675617218], "count": [169]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15119859477124184]], [[0.1446778839869281]], [[0.1855366401143791]]], "std": [[[0.3041524724491584]], [[0.3135722869203528]], [[0.2982895870165185]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.389799158496732]], [[0.3891020138888889]], [[0.41442976307189544]]], "std": [[[0.3986661401809716]], [[0.4118730336786824]], [[0.3941855603267481]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0196078431372549]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2996478390522876]], [[0.29857685049019606]], [[0.28325389705882353]]], "std": [[[0.26076585566471755]], [[0.2611686781597309]], [[0.26944063085933756]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [16.8], "mean": [8.399999999999999], "std": [4.878524367060187], "count": [169]}, "frame_index": {"min": [0], "max": [168], "mean": [84.0], "std": [48.78524367060187], "count": [169]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [169]}, "index": {"min": [1730], "max": [1898], "mean": [1814.0], "std": [48.78524367060187], "count": [169]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [169]}}} +{"episode_index": 41, "stats": {"action": {"min": [-6.50390625, -78.22265625, 62.40234375, -132.099609375, -93.1640625, 7.998046875, 145.810546875], "max": [48.427734375, -45.87890625, 100.01953125, -85.4296875, -78.134765625, 134.033203125, 200.0390625], "mean": [19.11989402770996, -66.58377838134766, 75.45680236816406, -107.82608795166016, -87.3676986694336, 70.22509765625, 182.00625610351562], "std": [19.02674674987793, 10.908102035522461, 13.383318901062012, 18.807918548583984, 5.492517948150635, 48.16899108886719, 24.92435073852539], "count": [179]}, "observation.state": {"min": [-6.480000019073486, -78.22000122070312, 62.400001525878906, -132.10000610351562, -93.16999816894531, 8.0, 0.20999999344348907], "max": [48.43000030517578, -45.880001068115234, 99.95999908447266, -85.43000030517578, -78.12999725341797, 133.9499969482422, 0.8700000047683716], "mean": [19.11899185180664, -66.57392120361328, 75.45159149169922, -107.82561492919922, -87.3556137084961, 70.21273803710938, 0.4315081238746643], "std": [19.01884651184082, 10.896506309509277, 13.37446403503418, 18.79654884338379, 5.477183818817139, 48.15717697143555, 0.29321449995040894], "count": [179]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14745546160130718]], [[0.14001293504901963]], [[0.18213153390522877]]], "std": [[[0.3030475026341384]], [[0.31047155429103807]], [[0.2966650797323163]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3258319158496732]], [[0.32413025939542484]], [[0.3634486131535948]]], "std": [[[0.37810422183508835]], [[0.39006374689365503]], [[0.37753166980394653]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29610315767973855]], [[0.29245447916666667]], [[0.2777721037581699]]], "std": [[[0.26085567374182506]], [[0.26191063705249495]], [[0.2693569216580336]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [17.8], "mean": [8.9], "std": [5.167204273105526], "count": [179]}, "frame_index": {"min": [0], "max": [178], "mean": [89.0], "std": [51.67204273105525], "count": [179]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [179]}, "index": {"min": [1899], "max": [2077], "mean": [1988.0], "std": [51.67204273105525], "count": [179]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [179]}}} +{"episode_index": 42, "stats": {"action": {"min": [-7.91015625, -79.27734375, 57.12890625, -128.3203125, -93.1640625, 24.169921875, 145.8984375], "max": [48.603515625, -44.560546875, 99.4921875, -84.0234375, -78.22265625, 133.154296875, 200.0390625], "mean": [25.25491714477539, -65.7098617553711, 73.89934539794922, -106.68810272216797, -87.49158477783203, 75.14547729492188, 182.70742797851562], "std": [19.336109161376953, 11.736205101013184, 14.170161247253418, 17.713146209716797, 6.080244541168213, 42.48299026489258, 24.708101272583008], "count": [174]}, "observation.state": {"min": [-7.869999885559082, -79.23999786376953, 57.18000030517578, -128.30999755859375, -93.16000366210938, 24.219999313354492, 0.20999999344348907], "max": [48.599998474121094, -44.560001373291016, 99.48999786376953, -84.06999969482422, -78.26000213623047, 133.14999389648438, 0.8899999856948853], "mean": [25.252368927001953, -65.7149429321289, 73.90458679199219, -106.68328857421875, -87.48814392089844, 75.14606475830078, 0.44264349341392517], "std": [19.320642471313477, 11.73324203491211, 14.159971237182617, 17.693729400634766, 6.068119049072266, 42.45896911621094, 0.3021567463874817], "count": [174]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1432536580882353]], [[0.142466970996732]], [[0.1656958803104575]]], "std": [[[0.2966118926787442]], [[0.30993430857680354]], [[0.2995198387060786]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3619764746732026]], [[0.3660318831699347]], [[0.39824003267973856]]], "std": [[[0.3973655207825081]], [[0.4097552858418528]], [[0.3918838080951224]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.027450980392156862]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30438905841503267]], [[0.3019675531045752]], [[0.286754699754902]]], "std": [[[0.26488414417743567]], [[0.2652349027776688]], [[0.2726101709864741]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [17.3], "mean": [8.65], "std": [5.02286438863988], "count": [174]}, "frame_index": {"min": [0], "max": [173], "mean": [86.5], "std": [50.22864388639879], "count": [174]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [174]}, "index": {"min": [2078], "max": [2251], "mean": [2164.5], "std": [50.22864388639879], "count": [174]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [174]}}} +{"episode_index": 43, "stats": {"action": {"min": [-6.85546875, -77.51953125, 62.2265625, -137.548828125, -92.98828125, 12.12890625, 147.216796875], "max": [47.98828125, -47.548828125, 111.357421875, -84.19921875, -73.828125, 136.845703125, 199.86328125], "mean": [23.0679874420166, -69.29845428466797, 80.93862915039062, -111.94319152832031, -85.73806762695312, 69.6444320678711, 181.56678771972656], "std": [17.72684669494629, 10.763641357421875, 17.60248374938965, 20.65386390686035, 7.439755439758301, 47.67118453979492, 24.69878387451172], "count": [173]}, "observation.state": {"min": [-6.849999904632568, -77.52999877929688, 62.2599983215332, -137.5500030517578, -92.94999694824219, 12.130000114440918, 0.20999999344348907], "max": [47.97999954223633, -47.54999923706055, 111.3499984741211, -84.23999786376953, -73.87000274658203, 136.75999450683594, 0.8899999856948853], "mean": [23.06024169921875, -69.29660034179688, 80.93733978271484, -111.94097900390625, -85.7622299194336, 69.6594009399414, 0.46023106575012207], "std": [17.727781295776367, 10.755777359008789, 17.59730339050293, 20.635610580444336, 7.447888374328613, 47.65220642089844, 0.3069896996021271], "count": [173]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1430172120098039]], [[0.14294024305555555]], [[0.18255367238562092]]], "std": [[[0.30273739625529283]], [[0.3101444457530125]], [[0.29594352382885863]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40073024918300654]], [[0.38420496119281045]], [[0.41023618055555555]]], "std": [[[0.4071545000383168]], [[0.4190899041585204]], [[0.4057102930554199]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0196078431372549]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29957247140522875]], [[0.29749916870915033]], [[0.282722595996732]]], "std": [[[0.2629446484596268]], [[0.2638599917754597]], [[0.27143358510301924]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [17.2], "mean": [8.6], "std": [4.993996395673509], "count": [173]}, "frame_index": {"min": [0], "max": [172], "mean": [86.0], "std": [49.93996395673509], "count": [173]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [173]}, "index": {"min": [2252], "max": [2424], "mean": [2338.0], "std": [49.93996395673509], "count": [173]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [173]}}} +{"episode_index": 44, "stats": {"action": {"min": [-6.064453125, -89.033203125, 59.853515625, -137.021484375, -94.04296875, 5.185546875, 147.3046875], "max": [48.69140625, -47.4609375, 114.169921875, -85.25390625, -77.607421875, 141.85546875, 200.126953125], "mean": [20.096940994262695, -72.25895690917969, 82.57752990722656, -110.89974975585938, -87.95547485351562, 68.21170043945312, 180.81138610839844], "std": [18.682926177978516, 12.323493957519531, 18.993932723999023, 20.403072357177734, 5.501316547393799, 50.975128173828125, 25.00094223022461], "count": [164]}, "observation.state": {"min": [-6.010000228881836, -89.02999877929688, 59.869998931884766, -136.99000549316406, -94.05000305175781, 5.190000057220459, 0.20999999344348907], "max": [48.65999984741211, -47.45000076293945, 114.16000366210938, -85.25, -77.61000061035156, 141.85000610351562, 0.9100000262260437], "mean": [20.082080841064453, -72.25286102294922, 82.57378387451172, -110.89845275878906, -87.9321517944336, 68.21927642822266, 0.4521948993206024], "std": [18.689586639404297, 12.310227394104004, 18.985240936279297, 20.385517120361328, 5.478629112243652, 50.942176818847656, 0.3070593774318695], "count": [164]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14846231821895425]], [[0.14097903390522878]], [[0.18307876429738562]]], "std": [[[0.3050147205846537]], [[0.31121057441619426]], [[0.29905639326497296]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3235881107026144]], [[0.324854579248366]], [[0.3318520179738562]]], "std": [[[0.3827836207935855]], [[0.39504722353922744]], [[0.38231933410451086]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.027450980392156862]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2974030126633987]], [[0.2931988194444444]], [[0.27873548611111115]]], "std": [[[0.26123226261825827]], [[0.26252006532188554]], [[0.26937448099326666]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [16.3], "mean": [8.149999999999999], "std": [4.734184195825085], "count": [164]}, "frame_index": {"min": [0], "max": [163], "mean": [81.5], "std": [47.341841958250846], "count": [164]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [164]}, "index": {"min": [2425], "max": [2588], "mean": [2506.5], "std": [47.341841958250846], "count": [164]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [164]}}} +{"episode_index": 45, "stats": {"action": {"min": [-7.294921875, -82.265625, 58.798828125, -136.669921875, -93.69140625, 21.884765625, 145.8984375], "max": [49.658203125, -46.845703125, 114.2578125, -85.4296875, -79.27734375, 134.912109375, 200.126953125], "mean": [27.27978515625, -69.2861328125, 79.69775390625, -111.44482421875, -88.5078125, 75.87890625, 181.17919921875], "std": [19.888851165771484, 12.381175994873047, 18.711153030395508, 20.48769760131836, 5.717458248138428, 42.594215393066406, 25.00122833251953], "count": [180]}, "observation.state": {"min": [-7.239999771118164, -82.2699966430664, 58.779998779296875, -136.6699981689453, -93.68000030517578, 21.889999389648438, 0.20999999344348907], "max": [49.65999984741211, -46.84000015258789, 114.26000213623047, -85.43000030517578, -79.30999755859375, 134.91000366210938, 0.8999999761581421], "mean": [27.297775268554688, -69.286865234375, 79.7017822265625, -111.42710876464844, -88.50702667236328, 75.89896392822266, 0.45616641640663147], "std": [19.841947555541992, 12.372665405273438, 18.705049514770508, 20.489652633666992, 5.708829879760742, 42.577980041503906, 0.30837270617485046], "count": [180]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15986174428104574]], [[0.14821940767973857]], [[0.1883819566993464]]], "std": [[[0.30966852091470265]], [[0.3150271990795373]], [[0.30167287499015394]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3474948345588236]], [[0.3455024530228758]], [[0.360186977124183]]], "std": [[[0.3964408043076746]], [[0.4068268419079238]], [[0.38855269870851517]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30009669526143795]], [[0.2977088051470588]], [[0.283068335375817]]], "std": [[[0.26466872143953796]], [[0.26548594075745574]], [[0.2725278350430588]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [17.9], "mean": [8.95], "std": [5.196072234550504], "count": [180]}, "frame_index": {"min": [0], "max": [179], "mean": [89.5], "std": [51.96072234550504], "count": [180]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [180]}, "index": {"min": [2589], "max": [2768], "mean": [2678.5], "std": [51.96072234550504], "count": [180]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [180]}}} +{"episode_index": 46, "stats": {"action": {"min": [-7.03125, -92.4609375, 58.271484375, -139.04296875, -93.251953125, 7.55859375, 147.83203125], "max": [49.921875, -43.857421875, 122.34375, -87.1875, -77.607421875, 140.2734375, 200.126953125], "mean": [19.831403732299805, -72.24563598632812, 80.50462341308594, -109.4538803100586, -86.70660400390625, 67.56785583496094, 183.5894012451172], "std": [20.05252456665039, 14.750067710876465, 22.213193893432617, 19.646228790283203, 5.655869483947754, 49.8851203918457, 23.98038101196289], "count": [193]}, "observation.state": {"min": [-7.03000020980835, -92.45999908447266, 58.400001525878906, -139.0399932861328, -93.20999908447266, 7.590000152587891, 0.20999999344348907], "max": [49.91999816894531, -43.849998474121094, 122.30000305175781, -87.22000122070312, -77.63999938964844, 140.27000427246094, 0.8799999952316284], "mean": [19.82834243774414, -72.2476577758789, 80.50827026367188, -109.44022369384766, -86.72296905517578, 67.5374755859375, 0.43103617429733276], "std": [20.04573631286621, 14.740735054016113, 22.203479766845703, 19.640724182128906, 5.665853500366211, 49.863365173339844, 0.2951681911945343], "count": [193]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14416181576797385]], [[0.142986568627451]], [[0.18582279411764707]]], "std": [[[0.30690570853282667]], [[0.3124092875536906]], [[0.3002569204706217]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3396023345588235]], [[0.3236661233660131]], [[0.3605785743464052]]], "std": [[[0.38368207158828166]], [[0.39672827357461965]], [[0.3791625598907627]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3008488296568627]], [[0.2953220486111111]], [[0.2806360702614379]]], "std": [[[0.26295332385843356]], [[0.2641090910608318]], [[0.27017412529163193]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.2], "mean": [9.6], "std": [5.571355310873648], "count": [193]}, "frame_index": {"min": [0], "max": [192], "mean": [96.0], "std": [55.71355310873648], "count": [193]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [193]}, "index": {"min": [2769], "max": [2961], "mean": [2865.0], "std": [55.71355310873648], "count": [193]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [193]}}} +{"episode_index": 47, "stats": {"action": {"min": [-7.20703125, -76.81640625, 61.962890625, -127.529296875, -91.93359375, 61.5234375, 145.8984375], "max": [49.921875, -45.87890625, 89.384765625, -86.748046875, -79.892578125, 137.109375, 200.126953125], "mean": [22.371726989746094, -64.72312927246094, 73.14923095703125, -107.6712417602539, -87.76472473144531, 86.85018920898438, 184.46621704101562], "std": [19.301776885986328, 10.51943302154541, 9.648850440979004, 15.727263450622559, 4.619615077972412, 28.856964111328125, 23.71657371520996], "count": [185]}, "observation.state": {"min": [-7.130000114440918, -76.83000183105469, 61.959999084472656, -127.52999877929688, -91.8499984741211, 61.52000045776367, 0.20999999344348907], "max": [49.93000030517578, -45.900001525878906, 89.33999633789062, -86.8499984741211, -79.93000030517578, 137.02000427246094, 0.8700000047683716], "mean": [22.37096405029297, -64.71452331542969, 73.14852142333984, -107.70634460449219, -87.75823974609375, 86.84709167480469, 0.4031888246536255], "std": [19.296079635620117, 10.508031845092773, 9.644801139831543, 15.676597595214844, 4.611516952514648, 28.844757080078125, 0.27832531929016113], "count": [185]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15041504697712418]], [[0.14000875612745098]], [[0.1811018178104575]]], "std": [[[0.3032675596633717]], [[0.30905179819248124]], [[0.29496875159255337]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38594073529411765]], [[0.3759570996732026]], [[0.409600318627451]]], "std": [[[0.3989156348621479]], [[0.4135810951603146]], [[0.3956112183284348]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29497217933006536]], [[0.296582385620915]], [[0.28133016544117645]]], "std": [[[0.2625085556940872]], [[0.26263068926486577]], [[0.27232366363941757]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.4], "mean": [9.2], "std": [5.340411969127475], "count": [185]}, "frame_index": {"min": [0], "max": [184], "mean": [92.0], "std": [53.40411969127476], "count": [185]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [185]}, "index": {"min": [2962], "max": [3146], "mean": [3054.0], "std": [53.40411969127476], "count": [185]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [185]}}} +{"episode_index": 48, "stats": {"action": {"min": [-6.85546875, -80.33203125, 64.423828125, -135.87890625, -97.91015625, 58.798828125, 145.810546875], "max": [48.33984375, -47.548828125, 100.8984375, -82.96875, -71.54296875, 145.1953125, 200.0390625], "mean": [21.363988876342773, -66.58674621582031, 76.41130065917969, -111.57462310791016, -85.14732360839844, 94.7051773071289, 178.83570861816406], "std": [18.765159606933594, 10.515511512756348, 13.442761421203613, 20.752363204956055, 7.360775947570801, 33.28374099731445, 25.559680938720703], "count": [174]}, "observation.state": {"min": [-6.860000133514404, -80.30000305175781, 64.44999694824219, -135.8800048828125, -97.9000015258789, 58.880001068115234, 0.20999999344348907], "max": [48.34000015258789, -47.56999969482422, 100.86000061035156, -83.01000213623047, -71.55000305175781, 145.14999389648438, 0.8799999952316284], "mean": [21.357646942138672, -66.58293151855469, 76.41608428955078, -111.5849380493164, -85.15962982177734, 94.6570816040039, 0.466953843832016], "std": [18.76626205444336, 10.506357192993164, 13.432374000549316, 20.720157623291016, 7.3570733070373535, 33.28898239135742, 0.2996598184108734], "count": [174]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14742688316993463]], [[0.14226605596405228]], [[0.1836389195261438]]], "std": [[[0.30217069001796243]], [[0.3112829450753181]], [[0.29794664266628973]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34812020629084967]], [[0.34705988357843137]], [[0.3726448284313726]]], "std": [[[0.3834289690073188]], [[0.3992526590327775]], [[0.38154786169113414]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2971987806372549]], [[0.2971760232843137]], [[0.2821078431372549]]], "std": [[[0.26049410567151016]], [[0.26147268258237627]], [[0.27022810940580083]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [17.3], "mean": [8.65], "std": [5.02286438863988], "count": [174]}, "frame_index": {"min": [0], "max": [173], "mean": [86.5], "std": [50.22864388639879], "count": [174]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [174]}, "index": {"min": [3147], "max": [3320], "mean": [3233.5], "std": [50.22864388639879], "count": [174]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [174]}}} +{"episode_index": 49, "stats": {"action": {"min": [-6.15234375, -82.353515625, 54.228515625, -137.109375, -93.603515625, 61.962890625, 145.810546875], "max": [47.98828125, -43.76953125, 110.302734375, -85.4296875, -75.5859375, 130.25390625, 199.86328125], "mean": [27.862197875976562, -67.60746765136719, 78.05818939208984, -109.8023681640625, -87.03565216064453, 92.52925109863281, 177.5547332763672], "std": [17.65208625793457, 12.871685028076172, 20.13636589050293, 18.484790802001953, 6.977231025695801, 24.859500885009766, 26.05939483642578], "count": [202]}, "observation.state": {"min": [-6.139999866485596, -82.36000061035156, 54.27000045776367, -137.11000061035156, -93.5999984741211, 62.0099983215332, 0.20999999344348907], "max": [47.9900016784668, -43.790000915527344, 110.30000305175781, -85.43000030517578, -75.58000183105469, 130.22000122070312, 0.8799999952316284], "mean": [27.840547561645508, -67.61058807373047, 78.06166076660156, -109.80370330810547, -87.01863098144531, 92.53831481933594, 0.47287124395370483], "std": [17.6815128326416, 12.865694999694824, 20.1301212310791, 18.469392776489258, 6.959199905395508, 24.846471786499023, 0.302120566368103], "count": [202]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1574284109477124]], [[0.14536734477124183]], [[0.1858739644607843]]], "std": [[[0.3058029053462574]], [[0.311639241687133]], [[0.29863115049237077]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39446897263071895]], [[0.3904095138888889]], [[0.43279113562091504]]], "std": [[[0.41159046149948364]], [[0.4212512682425906]], [[0.40624718094024603]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29996177083333336]], [[0.298564375]], [[0.283749987745098]]], "std": [[[0.2646731034161594]], [[0.26535513264360594]], [[0.2737748282816123]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [20.1], "mean": [10.049999999999999], "std": [5.83116626413619], "count": [202]}, "frame_index": {"min": [0], "max": [201], "mean": [100.5], "std": [58.31166264136189], "count": [202]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [202]}, "index": {"min": [3321], "max": [3522], "mean": [3421.5], "std": [58.31166264136189], "count": [202]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [202]}}} +{"episode_index": 50, "stats": {"action": {"min": [-6.50390625, -87.01171875, 59.765625, -136.142578125, -93.69140625, 50.712890625, 146.6015625], "max": [48.076171875, -45.17578125, 116.630859375, -85.4296875, -75.234375, 133.330078125, 199.951171875], "mean": [20.726572036743164, -70.73500061035156, 80.71839141845703, -110.76404571533203, -85.8883285522461, 87.10719299316406, 184.0268096923828], "std": [18.713947296142578, 13.528573989868164, 20.614641189575195, 20.302345275878906, 6.636252403259277, 30.335216522216797, 23.790122985839844], "count": [197]}, "observation.state": {"min": [-6.5, -87.01000213623047, 59.810001373291016, -136.14999389648438, -93.68000030517578, 50.79999923706055, 0.20999999344348907], "max": [48.08000183105469, -45.18000030517578, 116.5999984741211, -85.43000030517578, -75.2699966430664, 133.3300018310547, 0.8799999952316284], "mean": [20.750762939453125, -70.73078918457031, 80.71253967285156, -110.75904846191406, -85.9070816040039, 87.15324401855469, 0.4113703966140747], "std": [18.67205810546875, 13.51779556274414, 20.610145568847656, 20.28839874267578, 6.650041103363037, 30.308242797851562, 0.28738752007484436], "count": [197]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14988369281045752]], [[0.14121512050653595]], [[0.18220630923202616]]], "std": [[[0.30493105094630446]], [[0.310302345094541]], [[0.2980414570839921]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35648296160130716]], [[0.35975522671568627]], [[0.3858492034313726]]], "std": [[[0.39438833904775866]], [[0.40649430270465325]], [[0.3922400803126324]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3001977839052288]], [[0.2985446772875817]], [[0.2837337234477124]]], "std": [[[0.2634786135239688]], [[0.26431137932677234]], [[0.2720603678463648]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.6], "mean": [9.799999999999999], "std": [5.686826883245172], "count": [197]}, "frame_index": {"min": [0], "max": [196], "mean": [98.0], "std": [56.868268832451726], "count": [197]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [197]}, "index": {"min": [3523], "max": [3719], "mean": [3621.0], "std": [56.868268832451726], "count": [197]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [197]}}} +{"episode_index": 51, "stats": {"action": {"min": [-6.591796875, -76.81640625, 56.513671875, -125.68359375, -94.130859375, -24.2578125, 145.8984375], "max": [50.09765625, -43.59375, 90.17578125, -85.341796875, -78.310546875, 139.5703125, 200.390625], "mean": [24.24910545349121, -64.89603424072266, 72.92061614990234, -106.57360076904297, -87.50589752197266, 52.49516296386719, 181.2602081298828], "std": [18.42470932006836, 11.432781219482422, 10.8832368850708, 15.767335891723633, 5.060177803039551, 59.37055969238281, 25.259599685668945], "count": [212]}, "observation.state": {"min": [-6.550000190734863, -76.83000183105469, 56.5099983215332, -125.69999694824219, -94.08000183105469, -24.110000610351562, 0.20999999344348907], "max": [50.099998474121094, -43.599998474121094, 90.18000030517578, -85.3499984741211, -78.30999755859375, 139.55999755859375, 0.8700000047683716], "mean": [24.239957809448242, -64.8957748413086, 72.92352294921875, -106.57292175292969, -87.48352813720703, 52.50575637817383, 0.44212278723716736], "std": [18.432092666625977, 11.424360275268555, 10.878789901733398, 15.758638381958008, 5.0359954833984375, 59.34463882446289, 0.2963979244232178], "count": [212]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14814245710784316]], [[0.14325801879084968]], [[0.18351700367647059]]], "std": [[[0.30311282110638266]], [[0.31156925982625167]], [[0.29720385051812864]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37674846609477125]], [[0.37472625204248367]], [[0.3816702859477124]]], "std": [[[0.4033054909541093]], [[0.41259434744960566]], [[0.3995389066404257]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.027450980392156862]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29793310253267974]], [[0.3004082066993464]], [[0.28537280433006534]]], "std": [[[0.2595666275004762]], [[0.26011029429454874]], [[0.2695144005106728]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [21.1], "mean": [10.549999999999999], "std": [6.119844769273155], "count": [212]}, "frame_index": {"min": [0], "max": [211], "mean": [105.5], "std": [61.198447692731555], "count": [212]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [212]}, "index": {"min": [3720], "max": [3931], "mean": [3825.5], "std": [61.198447692731555], "count": [212]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [212]}}} +{"episode_index": 52, "stats": {"action": {"min": [-5.537109375, -80.859375, 57.392578125, -131.220703125, -93.955078125, -35.068359375, 145.810546875], "max": [52.03125, -43.41796875, 100.986328125, -84.814453125, -84.0234375, 145.634765625, 200.126953125], "mean": [21.84451675415039, -67.68112182617188, 76.9063491821289, -108.99957275390625, -88.69560241699219, 51.693241119384766, 179.63580322265625], "std": [19.634605407714844, 11.667915344238281, 15.547160148620605, 18.043359756469727, 3.5073323249816895, 68.72882080078125, 25.3760929107666], "count": [214]}, "observation.state": {"min": [-5.539999961853027, -80.81999969482422, 57.38999938964844, -131.24000549316406, -93.87999725341797, -35.029998779296875, 0.20999999344348907], "max": [52.029998779296875, -43.41999816894531, 100.98999786376953, -84.80999755859375, -84.0199966430664, 145.58999633789062, 0.8799999952316284], "mean": [21.85341453552246, -67.68264770507812, 76.90965270996094, -108.99581146240234, -88.70034790039062, 51.703086853027344, 0.4552801251411438], "std": [19.617828369140625, 11.658882141113281, 15.541467666625977, 18.032957077026367, 3.5123085975646973, 68.71178436279297, 0.3022724986076355], "count": [214]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15307116625816994]], [[0.14583515318627452]], [[0.187892079248366]]], "std": [[[0.3078705615334396]], [[0.31570100073309654]], [[0.3019927892298193]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36543139910130723]], [[0.35394025326797385]], [[0.3508570669934641]]], "std": [[[0.39393567871593094]], [[0.40622655969416205]], [[0.38941937831505297]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29226573733660133]], [[0.29104927287581694]], [[0.27668475285947713]]], "std": [[[0.25957090802551414]], [[0.2605506261996939]], [[0.26939379663750646]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [21.3], "mean": [10.65], "std": [6.177580432499442], "count": [214]}, "frame_index": {"min": [0], "max": [213], "mean": [106.5], "std": [61.775804324994425], "count": [214]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [214]}, "index": {"min": [3932], "max": [4145], "mean": [4038.5], "std": [61.775804324994425], "count": [214]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [214]}}} +{"episode_index": 53, "stats": {"action": {"min": [-6.064453125, -85.25390625, 54.404296875, -130.869140625, -92.900390625, -21.357421875, 145.810546875], "max": [52.03125, -43.330078125, 106.69921875, -84.111328125, -83.935546875, 145.72265625, 200.21484375], "mean": [27.18990707397461, -67.6300277709961, 75.92826843261719, -107.72621154785156, -88.56525421142578, 60.99769973754883, 183.47171020507812], "std": [18.67327117919922, 13.2560453414917, 17.411787033081055, 18.2709903717041, 3.2537665367126465, 63.434879302978516, 24.1729679107666], "count": [219]}, "observation.state": {"min": [-6.010000228881836, -85.23999786376953, 54.38999938964844, -130.8800048828125, -92.9000015258789, -21.270000457763672, 0.20999999344348907], "max": [52.029998779296875, -43.33000183105469, 106.69999694824219, -84.11000061035156, -84.01000213623047, 145.72000122070312, 0.8899999856948853], "mean": [27.193466186523438, -67.62332916259766, 75.92172241210938, -107.72847747802734, -88.5813980102539, 60.95989990234375, 0.42520514130592346], "std": [18.664525985717773, 13.24864387512207, 17.40910530090332, 18.26091194152832, 3.266242265701294, 63.412681579589844, 0.298963338136673], "count": [219]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1525874183006536]], [[0.14638331290849674]], [[0.18661468545751633]]], "std": [[[0.3065745341224868]], [[0.3136992109096048]], [[0.3004701076388638]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3956999223856209]], [[0.3907291952614379]], [[0.39491901756535946]]], "std": [[[0.4073829264184084]], [[0.41768105931236105]], [[0.3987398595733374]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29662513888888886]], [[0.2990478717320261]], [[0.28371106209150326]]], "std": [[[0.26315192957490574]], [[0.2633933536624801]], [[0.2725329266362905]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [21.8], "mean": [10.9], "std": [6.321919539717875], "count": [219]}, "frame_index": {"min": [0], "max": [218], "mean": [109.0], "std": [63.219195397178744], "count": [219]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [219]}, "index": {"min": [4146], "max": [4364], "mean": [4255.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [219]}}} +{"episode_index": 54, "stats": {"action": {"min": [-5.9765625, -89.6484375, 59.501953125, -134.82421875, -90.263671875, -30.673828125, 147.83203125], "max": [47.4609375, -43.41796875, 113.818359375, -85.341796875, -73.388671875, 137.724609375, 200.21484375], "mean": [21.666608810424805, -69.92131042480469, 78.38274383544922, -108.79093933105469, -84.4903564453125, 59.12096405029297, 181.04605102539062], "std": [18.13503646850586, 12.74783706665039, 18.5570011138916, 20.030710220336914, 6.1674580574035645, 64.06502532958984, 24.735870361328125], "count": [224]}, "observation.state": {"min": [-5.980000019073486, -89.63999938964844, 59.4900016784668, -134.8300018310547, -90.26000213623047, -30.670000076293945, 0.20999999344348907], "max": [47.459999084472656, -43.41999816894531, 113.81999969482422, -85.3499984741211, -73.44000244140625, 137.72000122070312, 0.8799999952316284], "mean": [21.670902252197266, -69.91761016845703, 78.38492584228516, -108.79631042480469, -84.50187683105469, 59.115478515625, 0.4470980167388916], "std": [18.127471923828125, 12.742563247680664, 18.551904678344727, 20.017263412475586, 6.174170017242432, 64.04911041259766, 0.3045928180217743], "count": [224]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14630178921568626]], [[0.14192914828431372]], [[0.17303267565359476]]], "std": [[[0.29942219774322065]], [[0.3095839533790366]], [[0.29870233284491554]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36140775326797386]], [[0.35132428104575164]], [[0.4051316625816993]]], "std": [[[0.39846661015107]], [[0.40702330650988394]], [[0.3959125758280049]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.027450980392156862]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2979409926470588]], [[0.2989051327614379]], [[0.2841125469771242]]], "std": [[[0.26371056782101115]], [[0.26443853581179333]], [[0.2733983346512542]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [22.3], "mean": [11.15], "std": [6.466258578188781], "count": [224]}, "frame_index": {"min": [0], "max": [223], "mean": [111.5], "std": [64.66258578188781], "count": [224]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [224]}, "index": {"min": [4365], "max": [4588], "mean": [4476.5], "std": [64.66258578188781], "count": [224]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [224]}}} +{"episode_index": 55, "stats": {"action": {"min": [-5.9765625, -82.96875, 57.3046875, -124.453125, -90.52734375, -37.880859375, 147.48046875], "max": [48.427734375, -43.681640625, 99.052734375, -84.55078125, -74.00390625, 131.30859375, 200.21484375], "mean": [19.726652145385742, -68.82994842529297, 75.16885375976562, -103.71772766113281, -84.69619750976562, 49.5335578918457, 183.39218139648438], "std": [19.05577850341797, 10.973193168640137, 13.05673885345459, 15.484210968017578, 5.376043796539307, 64.0951156616211, 23.88909149169922], "count": [220]}, "observation.state": {"min": [-5.980000019073486, -82.91000366210938, 57.29999923706055, -124.41999816894531, -90.52999877929688, -37.880001068115234, 0.20999999344348907], "max": [48.43000030517578, -43.689998626708984, 99.05000305175781, -84.55000305175781, -74.0, 131.3000030517578, 0.8999999761581421], "mean": [19.727815628051758, -68.82791137695312, 75.16900634765625, -103.7226333618164, -84.7105941772461, 49.57066345214844, 0.42749983072280884], "std": [19.049253463745117, 10.958110809326172, 13.050544738769531, 15.46556568145752, 5.380230903625488, 64.09722900390625, 0.302092045545578], "count": [220]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14654075980392156]], [[0.14004619076797387]], [[0.18280227941176472]]], "std": [[[0.3026968636972472]], [[0.31042963064855505]], [[0.2973786351516911]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32880598856209153]], [[0.3382451491013072]], [[0.35906108660130714]]], "std": [[[0.3948934727555773]], [[0.4089217371421088]], [[0.39409238570963206]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2947200653594771]], [[0.2967976531862745]], [[0.28231655433006536]]], "std": [[[0.26104557131369754]], [[0.26227413802497357]], [[0.27115402448734205]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [21.9], "mean": [10.95], "std": [6.35078735276186], "count": [220]}, "frame_index": {"min": [0], "max": [219], "mean": [109.5], "std": [63.50787352761861], "count": [220]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [220]}, "index": {"min": [4589], "max": [4808], "mean": [4698.5], "std": [63.50787352761861], "count": [220]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [220]}}} +{"episode_index": 56, "stats": {"action": {"min": [-7.734375, -78.92578125, 52.294921875, -136.93359375, -94.04296875, 57.744140625, 145.810546875], "max": [50.44921875, -41.396484375, 105.64453125, -84.55078125, -81.123046875, 138.33984375, 200.0390625], "mean": [23.309389114379883, -65.84894561767578, 73.1235122680664, -106.88343811035156, -87.65923309326172, 92.10589599609375, 181.52194213867188], "std": [19.85916519165039, 13.303547859191895, 18.525127410888672, 17.85552215576172, 4.576520919799805, 30.25253677368164, 25.157182693481445], "count": [177]}, "observation.state": {"min": [-7.690000057220459, -78.94000244140625, 52.279998779296875, -136.8800048828125, -94.04000091552734, 57.790000915527344, 0.20999999344348907], "max": [50.45000076293945, -41.41999816894531, 105.5999984741211, -84.55000305175781, -81.12000274658203, 138.2899932861328, 0.8799999952316284], "mean": [23.32422637939453, -65.84771728515625, 73.12694549560547, -106.8822021484375, -87.60009765625, 92.0598373413086, 0.4515252709388733], "std": [19.825210571289062, 13.29605770111084, 18.517602920532227, 17.84852409362793, 4.5389723777771, 30.259403228759766, 0.30203911662101746], "count": [177]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15190285539215687]], [[0.143747404003268]], [[0.1793140890522876]]], "std": [[[0.30406329114529357]], [[0.31126884233101715]], [[0.2983501384650198]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3782051674836601]], [[0.3946525163398693]], [[0.416164170751634]]], "std": [[[0.4060985253413603]], [[0.4156099044915423]], [[0.4037440135466076]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.027450980392156862]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29738727736928106]], [[0.2998510212418301]], [[0.2858478635620915]]], "std": [[[0.2641697093343984]], [[0.26492131231595717]], [[0.2739862433107579]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [17.6], "mean": [8.799999999999999], "std": [5.109468335029259], "count": [177]}, "frame_index": {"min": [0], "max": [176], "mean": [88.0], "std": [51.094683350292584], "count": [177]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [177]}, "index": {"min": [4809], "max": [4985], "mean": [4897.0], "std": [51.094683350292584], "count": [177]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [177]}}} +{"episode_index": 57, "stats": {"action": {"min": [-7.3828125, -81.38671875, 60.8203125, -129.287109375, -93.779296875, -22.236328125, 145.810546875], "max": [51.064453125, -45.703125, 102.041015625, -81.5625, -78.75, 132.626953125, 200.0390625], "mean": [23.126644134521484, -68.82976531982422, 75.07127380371094, -103.61797332763672, -88.91320037841797, 56.83861541748047, 182.34776306152344], "std": [20.311019897460938, 10.220094680786133, 14.260086059570312, 17.882373809814453, 4.211825370788574, 57.69994354248047, 24.544065475463867], "count": [208]}, "observation.state": {"min": [-7.380000114440918, -81.3499984741211, 60.79999923706055, -129.2899932861328, -93.73999786376953, -22.190000534057617, 0.20999999344348907], "max": [51.060001373291016, -45.709999084472656, 102.04000091552734, -81.55999755859375, -78.76000213623047, 132.6199951171875, 0.9100000262260437], "mean": [23.119234085083008, -68.82564544677734, 75.07875061035156, -103.63396453857422, -88.91957092285156, 56.84495162963867, 0.44451919198036194], "std": [20.318571090698242, 10.208744049072266, 14.257804870605469, 17.85606575012207, 4.21286153793335, 57.68988800048828, 0.3098132610321045], "count": [208]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14414705269607841]], [[0.13996124591503267]], [[0.17984466299019608]]], "std": [[[0.30079716426212905]], [[0.3087395291415116]], [[0.29605555212684037]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3274303165849673]], [[0.3234748202614379]], [[0.35302465890522877]]], "std": [[[0.38284480785843483]], [[0.39580873937562533]], [[0.378390937518724]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.027450980392156862]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29380246527777776]], [[0.2995300755718954]], [[0.2840741013071895]]], "std": [[[0.26248135410753815]], [[0.2632455114487351]], [[0.2724444611422893]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [20.7], "mean": [10.350000000000001], "std": [6.004373406109916], "count": [208]}, "frame_index": {"min": [0], "max": [207], "mean": [103.5], "std": [60.043734061099165], "count": [208]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [208]}, "index": {"min": [4986], "max": [5193], "mean": [5089.5], "std": [60.043734061099165], "count": [208]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [208]}}} +{"episode_index": 58, "stats": {"action": {"min": [-5.537109375, -91.845703125, 58.359375, -134.384765625, -92.724609375, -41.572265625, 147.919921875], "max": [52.470703125, -45.966796875, 121.2890625, -84.55078125, -84.90234375, 142.470703125, 199.86328125], "mean": [19.71209144592285, -73.38684844970703, 85.06446075439453, -110.0117416381836, -88.70805358886719, 51.5412483215332, 182.75320434570312], "std": [20.307483673095703, 14.319352149963379, 23.672183990478516, 18.81052017211914, 2.282444477081299, 70.66400146484375, 24.074737548828125], "count": [193]}, "observation.state": {"min": [-5.539999961853027, -91.79000091552734, 58.349998474121094, -134.38999938964844, -92.72000122070312, -41.56999969482422, 0.20999999344348907], "max": [52.470001220703125, -45.970001220703125, 121.23999786376953, -84.55000305175781, -84.94999694824219, 142.42999267578125, 0.8899999856948853], "mean": [19.718082427978516, -73.37757873535156, 85.06072998046875, -110.01075744628906, -88.71875762939453, 51.55508804321289, 0.43808263540267944], "std": [20.304494857788086, 14.313315391540527, 23.667936325073242, 18.808368682861328, 2.294215440750122, 70.64892578125, 0.3027350902557373], "count": [193]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14876843750000002]], [[0.14307826593137254]], [[0.18092383578431373]]], "std": [[[0.30824911688459555]], [[0.313847072738258]], [[0.3020955846414414]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29850900939542485]], [[0.29567012254901964]], [[0.32069904411764705]]], "std": [[[0.3809289825415935]], [[0.38912023372099447]], [[0.3762745462369954]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2981817361111111]], [[0.2986453533496732]], [[0.28428803921568624]]], "std": [[[0.2608655877039425]], [[0.26158997190448735]], [[0.26936483688500124]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.2], "mean": [9.6], "std": [5.571355310873648], "count": [193]}, "frame_index": {"min": [0], "max": [192], "mean": [96.0], "std": [55.71355310873648], "count": [193]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [193]}, "index": {"min": [5194], "max": [5386], "mean": [5290.0], "std": [55.71355310873648], "count": [193]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [193]}}} +{"episode_index": 59, "stats": {"action": {"min": [-5.185546875, -81.9140625, 54.4921875, -136.318359375, -91.58203125, 81.474609375, 149.326171875], "max": [47.197265625, -40.95703125, 113.37890625, -84.55078125, -70.400390625, 129.375, 199.86328125], "mean": [21.969806671142578, -67.57078552246094, 79.14954376220703, -109.48844146728516, -84.73274230957031, 106.80088806152344, 182.9317169189453], "std": [17.718185424804688, 14.058832168579102, 20.644168853759766, 18.81655502319336, 8.01464557647705, 16.05085563659668, 23.568523406982422], "count": [185]}, "observation.state": {"min": [-5.190000057220459, -81.91000366210938, 54.4900016784668, -136.3300018310547, -91.52999877929688, 81.47000122070312, 0.20999999344348907], "max": [47.20000076293945, -40.959999084472656, 113.37000274658203, -84.61000061035156, -70.4000015258789, 129.3800048828125, 0.8799999952316284], "mean": [21.974159240722656, -67.5648193359375, 79.14884185791016, -109.49581146240234, -84.72766876220703, 106.79109954833984, 0.4431350827217102], "std": [17.71825408935547, 14.048436164855957, 20.640432357788086, 18.793535232543945, 8.01087474822998, 16.066261291503906, 0.30001965165138245], "count": [185]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15635724673202614]], [[0.1412408047385621]], [[0.164634789624183]]], "std": [[[0.3048710203256298]], [[0.3110290195724279]], [[0.3029555300182236]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41817049019607844]], [[0.4091873243464052]], [[0.42367794526143787]]], "std": [[[0.40811086983191425]], [[0.4177022055763554]], [[0.40947579214483565]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2988406883169935]], [[0.30132657475490193]], [[0.28502947712418303]]], "std": [[[0.2657271026235404]], [[0.2661392118811875]], [[0.2750876467274173]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.4], "mean": [9.2], "std": [5.340411969127475], "count": [185]}, "frame_index": {"min": [0], "max": [184], "mean": [92.0], "std": [53.40411969127476], "count": [185]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [185]}, "index": {"min": [5387], "max": [5571], "mean": [5479.0], "std": [53.40411969127476], "count": [185]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [185]}}} +{"episode_index": 60, "stats": {"action": {"min": [-5.185546875, -76.025390625, 50.185546875, -116.630859375, -95.361328125, 82.705078125, 145.810546875], "max": [47.021484375, -39.0234375, 73.65234375, -85.25390625, -71.54296875, 132.36328125, 200.0390625], "mean": [21.90093421936035, -60.51642608642578, 65.85992431640625, -101.7765121459961, -85.70455169677734, 109.14979553222656, 184.2985382080078], "std": [17.761245727539062, 12.958425521850586, 7.862288951873779, 11.35804557800293, 8.693931579589844, 17.671327590942383, 23.65228843688965], "count": [212]}, "observation.state": {"min": [-5.190000057220459, -76.02999877929688, 50.18000030517578, -116.62999725341797, -95.36000061035156, 82.83000183105469, 0.20999999344348907], "max": [47.02000045776367, -39.040000915527344, 73.6500015258789, -85.25, -71.54000091552734, 132.3300018310547, 0.5600000023841858], "mean": [21.90311050415039, -60.51774215698242, 65.86441040039062, -101.78082275390625, -85.71441650390625, 109.15615844726562, 0.31825461983680725], "std": [17.7574462890625, 12.955720901489258, 7.85822057723999, 11.349786758422852, 8.701608657836914, 17.66263198852539, 0.1563689410686493], "count": [212]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15492434232026145]], [[0.1494112459150327]], [[0.18182191584967322]]], "std": [[[0.3111074248369831]], [[0.31663281424771217]], [[0.3014943752289351]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35256195874183005]], [[0.32654235906862744]], [[0.3536773406862745]]], "std": [[[0.4040366053815223]], [[0.4054561745021189]], [[0.3573087431330974]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3072882904411765]], [[0.30767812499999997]], [[0.2869411172385621]]], "std": [[[0.2673911017984167]], [[0.26457545792146786]], [[0.2701491578090034]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [21.1], "mean": [10.549999999999999], "std": [6.119844769273155], "count": [212]}, "frame_index": {"min": [0], "max": [211], "mean": [105.5], "std": [61.198447692731555], "count": [212]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [212]}, "index": {"min": [0], "max": [211], "mean": [105.5], "std": [61.198447692731555], "count": [212]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [212]}}} +{"episode_index": 61, "stats": {"action": {"min": [-5.09765625, -75.5859375, 56.77734375, -129.638671875, -93.779296875, 82.353515625, 145.810546875], "max": [45.52734375, -42.099609375, 90.263671875, -83.84765625, -68.90625, 130.4296875, 200.21484375], "mean": [20.484699249267578, -62.8788948059082, 73.65411376953125, -109.74005889892578, -85.96498107910156, 106.52696990966797, 186.55734252929688], "std": [16.066055297851562, 10.91402816772461, 11.59126091003418, 17.230857849121094, 9.660240173339844, 15.368969917297363, 22.429033279418945], "count": [199]}, "observation.state": {"min": [-5.099999904632568, -75.55000305175781, 56.77000045776367, -129.60000610351562, -93.77999877929688, 82.38999938964844, 0.20999999344348907], "max": [45.529998779296875, -42.130001068115234, 90.2300033569336, -83.8499984741211, -68.9000015258789, 130.42999267578125, 0.5600000023841858], "mean": [20.473255157470703, -62.8800163269043, 73.65530395507812, -109.74549865722656, -85.9833755493164, 106.52803039550781, 0.2965826392173767], "std": [16.07182502746582, 10.90571117401123, 11.584725379943848, 17.206022262573242, 9.669633865356445, 15.358455657958984, 0.14202553033828735], "count": [199]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15148551470588234]], [[0.14514659926470588]], [[0.17282719771241828]]], "std": [[[0.3068080753936336]], [[0.31299798152112035]], [[0.29922381207539417]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36809974673202617]], [[0.35945739991830067]], [[0.37979860294117646]]], "std": [[[0.4110859845407746]], [[0.4110970191717679]], [[0.3650840525557233]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3030332843137255]], [[0.29893627655228755]], [[0.2780034824346405]]], "std": [[[0.26485741718027667]], [[0.262375552382102]], [[0.2669697422070231]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.8], "mean": [9.9], "std": [5.744562646538029], "count": [199]}, "frame_index": {"min": [0], "max": [198], "mean": [99.0], "std": [57.445626465380286], "count": [199]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [199]}, "index": {"min": [212], "max": [410], "mean": [311.0], "std": [57.445626465380286], "count": [199]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [199]}}} +{"episode_index": 62, "stats": {"action": {"min": [-4.74609375, -77.16796875, 55.1953125, -129.90234375, -93.076171875, 81.474609375, 145.72265625], "max": [47.197265625, -43.681640625, 94.833984375, -83.84765625, -72.0703125, 134.560546875, 199.951171875], "mean": [16.899311065673828, -65.1428451538086, 73.78604888916016, -106.11016082763672, -85.75553894042969, 102.96854400634766, 185.9690399169922], "std": [18.231117248535156, 11.260588645935059, 12.98189926147461, 17.69534683227539, 7.743924140930176, 18.759706497192383, 22.279996871948242], "count": [188]}, "observation.state": {"min": [-4.710000038146973, -77.12999725341797, 55.25, -129.89999389648438, -93.06999969482422, 81.4800033569336, 0.20999999344348907], "max": [47.20000076293945, -43.709999084472656, 94.83000183105469, -83.8499984741211, -72.06999969482422, 134.52000427246094, 0.5], "mean": [16.898887634277344, -65.14170837402344, 73.78230285644531, -106.09532928466797, -85.74442291259766, 102.96455383300781, 0.29478710889816284], "std": [18.218582153320312, 11.249009132385254, 12.976409912109375, 17.696937561035156, 7.728492259979248, 18.747159957885742, 0.12582260370254517], "count": [188]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14027241625816994]], [[0.14477260416666668]], [[0.17028463235294117]]], "std": [[[0.2999907576451385]], [[0.3114426703483323]], [[0.29725720123027705]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31644367851307187]], [[0.3196493341503268]], [[0.340313106617647]]], "std": [[[0.3869021201459675]], [[0.3926496187185903]], [[0.3450371808529645]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29337882761437906]], [[0.29019368055555556]], [[0.26992094566993463]]], "std": [[[0.264932135381494]], [[0.2625656777116034]], [[0.2672423885295752]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.7], "mean": [9.35], "std": [5.4270157545376625], "count": [188]}, "frame_index": {"min": [0], "max": [187], "mean": [93.5], "std": [54.270157545376634], "count": [188]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [188]}, "index": {"min": [411], "max": [598], "mean": [504.5], "std": [54.270157545376634], "count": [188]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [188]}}} +{"episode_index": 63, "stats": {"action": {"min": [-5.712890625, -77.607421875, 47.021484375, -131.30859375, -95.361328125, 81.826171875, 145.8984375], "max": [49.39453125, -39.814453125, 95.2734375, -79.365234375, -75.05859375, 135.3515625, 199.951171875], "mean": [22.479320526123047, -64.11276245117188, 71.2525863647461, -104.30377197265625, -87.40808868408203, 110.44749450683594, 185.3966827392578], "std": [19.492122650146484, 12.719728469848633, 15.479736328125, 17.715864181518555, 6.530897617340088, 19.240676879882812, 22.9531192779541], "count": [204]}, "observation.state": {"min": [-5.710000038146973, -77.56999969482422, 47.0, -131.25, -95.36000061035156, 81.87999725341797, 0.20999999344348907], "max": [49.38999938964844, -39.81999969482422, 95.2699966430664, -79.36000061035156, -75.05999755859375, 135.35000610351562, 0.5099999904632568], "mean": [22.48984146118164, -64.11028289794922, 71.25503540039062, -104.3048324584961, -87.38945007324219, 110.41777038574219, 0.292107492685318], "std": [19.476266860961914, 12.713726043701172, 15.47269344329834, 17.702260971069336, 6.508949279785156, 19.277761459350586, 0.12683534622192383], "count": [204]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14962287785947712]], [[0.14343269403594772]], [[0.16141852328431372]]], "std": [[[0.3023133299819999]], [[0.30872806360750965]], [[0.29572006108893967]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37252227328431375]], [[0.3688746364379085]], [[0.3874678349673203]]], "std": [[[0.41366223120608947]], [[0.4152917792349355]], [[0.36905383089526167]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.027450980392156862]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29885693627450977]], [[0.2998881781045752]], [[0.279845408496732]]], "std": [[[0.2690068925499078]], [[0.2663330326353537]], [[0.27238430207829245]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [20.3], "mean": [10.15], "std": [5.888901991599679], "count": [204]}, "frame_index": {"min": [0], "max": [203], "mean": [101.5], "std": [58.88901991599679], "count": [204]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [204]}, "index": {"min": [599], "max": [802], "mean": [700.5], "std": [58.88901991599679], "count": [204]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [204]}}} +{"episode_index": 64, "stats": {"action": {"min": [-6.240234375, -80.33203125, 63.28125, -138.251953125, -95.185546875, 86.396484375, 145.810546875], "max": [45.966796875, -45.791015625, 111.533203125, -85.341796875, -66.97265625, 142.03125, 199.599609375], "mean": [17.588464736938477, -69.58180236816406, 81.78782653808594, -112.08079528808594, -83.0126953125, 110.0657730102539, 183.59494018554688], "std": [16.988174438476562, 11.130237579345703, 18.05739402770996, 19.846952438354492, 8.85556697845459, 18.682537078857422, 23.14940071105957], "count": [204]}, "observation.state": {"min": [-6.199999809265137, -80.30000305175781, 63.33000183105469, -138.25, -95.19000244140625, 86.43000030517578, 0.20999999344348907], "max": [45.970001220703125, -45.83000183105469, 111.52999877929688, -85.37999725341797, -66.97000122070312, 142.02999877929688, 0.5699999928474426], "mean": [17.593181610107422, -69.57511138916016, 81.7874755859375, -112.07058715820312, -83.05118560791016, 110.05323028564453, 0.3265688419342041], "std": [16.981246948242188, 11.12390422821045, 18.055885314941406, 19.85618782043457, 8.89265251159668, 18.69287109375, 0.15286792814731598], "count": [204]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13809357230392158]], [[0.1405412091503268]], [[0.1683614910130719]]], "std": [[[0.29899767825027584]], [[0.30834012491226337]], [[0.2940333094075419]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4047472181372549]], [[0.3726803737745098]], [[0.39853238766339866]]], "std": [[[0.40563815116974244]], [[0.41016247861773564]], [[0.3760170840529915]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2993717871732026]], [[0.29724151756535944]], [[0.278577073120915]]], "std": [[[0.2650290552431751]], [[0.2635788513623819]], [[0.2687481338306061]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [20.3], "mean": [10.15], "std": [5.888901991599679], "count": [204]}, "frame_index": {"min": [0], "max": [203], "mean": [101.5], "std": [58.88901991599679], "count": [204]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [204]}, "index": {"min": [803], "max": [1006], "mean": [904.5], "std": [58.88901991599679], "count": [204]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [204]}}} +{"episode_index": 65, "stats": {"action": {"min": [-6.15234375, -79.892578125, 62.2265625, -143.349609375, -94.833984375, 84.287109375, 145.810546875], "max": [47.4609375, -43.330078125, 111.357421875, -85.60546875, -69.78515625, 138.779296875, 199.951171875], "mean": [17.430267333984375, -68.66775512695312, 79.54055786132812, -112.672119140625, -83.81195068359375, 108.14117431640625, 184.0699920654297], "std": [18.963254928588867, 11.981054306030273, 17.288827896118164, 21.04326629638672, 8.392104148864746, 18.729825973510742, 23.938411712646484], "count": [192]}, "observation.state": {"min": [-6.139999866485596, -79.86000061035156, 62.22999954223633, -143.2899932861328, -94.83999633789062, 84.38999938964844, 0.20999999344348907], "max": [47.45000076293945, -43.369998931884766, 111.36000061035156, -85.5999984741211, -69.83000183105469, 138.77999877929688, 0.5], "mean": [17.426044464111328, -68.66976165771484, 79.54615783691406, -112.6876220703125, -83.77555084228516, 108.17671966552734, 0.2966665029525757], "std": [18.9599666595459, 11.969073295593262, 17.27961540222168, 21.010164260864258, 8.347712516784668, 18.680370330810547, 0.12759122252464294], "count": [192]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1490381290849673]], [[0.1414668014705882]], [[0.1823152716503268]]], "std": [[[0.3050687030560481]], [[0.31052610972944517]], [[0.29515364415487116]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4114582843137255]], [[0.38213386029411767]], [[0.4132604411764706]]], "std": [[[0.4070606431214968]], [[0.40540786009905533]], [[0.3627343497905212]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29749044321895424]], [[0.2995934946895425]], [[0.2841601123366013]]], "std": [[[0.2662307199991106]], [[0.2644376570311253]], [[0.2693801907254389]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.1], "mean": [9.549999999999999], "std": [5.542487407894281], "count": [192]}, "frame_index": {"min": [0], "max": [191], "mean": [95.5], "std": [55.42487407894281], "count": [192]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [192]}, "index": {"min": [1007], "max": [1198], "mean": [1102.5], "std": [55.42487407894281], "count": [192]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [192]}}} +{"episode_index": 66, "stats": {"action": {"min": [-5.888671875, -77.51953125, 53.96484375, -135.791015625, -94.921875, 80.68359375, 145.810546875], "max": [50.537109375, -41.1328125, 105.1171875, -85.517578125, -79.62890625, 147.041015625, 199.6875], "mean": [24.0041446685791, -67.25883483886719, 75.30619049072266, -108.0265121459961, -87.68626403808594, 114.05738067626953, 186.85118103027344], "std": [21.488300323486328, 12.412138938903809, 17.600618362426758, 18.927839279174805, 5.486117362976074, 24.2418155670166, 21.8677921295166], "count": [246]}, "observation.state": {"min": [-5.739999771118164, -77.52999877929688, 54.02000045776367, -135.75, -94.93000030517578, 80.72000122070312, 0.20999999344348907], "max": [50.529998779296875, -41.130001068115234, 105.12000274658203, -85.5199966430664, -79.62999725341797, 146.99000549316406, 0.5099999904632568], "mean": [24.00020980834961, -67.25831604003906, 75.30584716796875, -108.01322937011719, -87.68904113769531, 114.07321166992188, 0.2893897593021393], "std": [21.48331642150879, 12.407828330993652, 17.594663619995117, 18.93211555480957, 5.484981536865234, 24.21038055419922, 0.1259954571723938], "count": [246]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1626174080882353]], [[0.14535379901960785]], [[0.18328969566993464]]], "std": [[[0.3080049256695984]], [[0.31155931108365503]], [[0.2960848705739259]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32103293709150327]], [[0.29959157883986925]], [[0.33434437908496734]]], "std": [[[0.38024589336786485]], [[0.38524214714580524]], [[0.3410177579610384]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2934790032679739]], [[0.2953352696078432]], [[0.2769876531862745]]], "std": [[[0.2685094365421225]], [[0.2665633805791564]], [[0.2727036078425471]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [24.5], "mean": [12.25], "std": [7.101349636982161], "count": [246]}, "frame_index": {"min": [0], "max": [245], "mean": [122.5], "std": [71.01349636982161], "count": [246]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [246]}, "index": {"min": [1199], "max": [1444], "mean": [1321.5], "std": [71.01349636982161], "count": [246]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [246]}}} +{"episode_index": 67, "stats": {"action": {"min": [-5.44921875, -80.771484375, 53.525390625, -131.8359375, -94.04296875, 80.859375, 145.810546875], "max": [48.33984375, -41.8359375, 112.763671875, -85.4296875, -74.00390625, 133.76953125, 199.951171875], "mean": [22.604915618896484, -68.82066345214844, 78.64922332763672, -107.15201568603516, -86.96570587158203, 108.58771514892578, 185.6393585205078], "std": [19.04364013671875, 13.10591983795166, 20.35916519165039, 16.762069702148438, 7.135607719421387, 18.530351638793945, 22.96221351623535], "count": [191]}, "observation.state": {"min": [-5.449999809265137, -80.77999877929688, 53.529998779296875, -131.8000030517578, -94.04000091552734, 80.9000015258789, 0.20999999344348907], "max": [48.34000015258789, -41.83000183105469, 112.76000213623047, -85.47000122070312, -74.0, 133.77000427246094, 0.5600000023841858], "mean": [22.59743309020996, -68.81886291503906, 78.64746856689453, -107.16375732421875, -86.9848861694336, 108.57144927978516, 0.3030363917350769], "std": [19.045902252197266, 13.096546173095703, 20.352863311767578, 16.741052627563477, 7.145749568939209, 18.544506072998047, 0.14813031256198883], "count": [191]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16130589869281045]], [[0.14313668913398694]], [[0.1832727246732026]]], "std": [[[0.3061953461785497]], [[0.31004850233700987]], [[0.29507545361724574]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39133827001633986]], [[0.3594774632352941]], [[0.38957761846405226]]], "std": [[[0.4087159814014832]], [[0.4106596037641282]], [[0.36877868019963306]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2953013664215686]], [[0.2940227757352941]], [[0.27526972630718954]]], "std": [[[0.268567134899921]], [[0.26662097196111006]], [[0.27176253860878896]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.0], "mean": [9.5], "std": [5.513619500836088], "count": [191]}, "frame_index": {"min": [0], "max": [190], "mean": [95.0], "std": [55.136195008360886], "count": [191]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [191]}, "index": {"min": [1445], "max": [1635], "mean": [1540.0], "std": [55.136195008360886], "count": [191]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [191]}}} +{"episode_index": 68, "stats": {"action": {"min": [-7.470703125, -98.701171875, 53.876953125, -137.28515625, -91.669921875, 82.353515625, 145.72265625], "max": [50.09765625, -40.869140625, 120.673828125, -84.7265625, -76.376953125, 139.39453125, 199.6875], "mean": [19.918161392211914, -71.8153076171875, 82.84371948242188, -109.20018005371094, -86.2120361328125, 109.48365783691406, 181.66168212890625], "std": [18.928489685058594, 16.177860260009766, 24.28447914123535, 18.665714263916016, 5.990716934204102, 19.198205947875977, 24.816701889038086], "count": [213]}, "observation.state": {"min": [-7.440000057220459, -98.69999694824219, 53.880001068115234, -137.2899932861328, -91.58000183105469, 82.44999694824219, 0.20999999344348907], "max": [50.099998474121094, -40.88999938964844, 120.66999816894531, -84.73999786376953, -76.37999725341797, 139.39999389648438, 0.5199999809265137], "mean": [19.937803268432617, -71.81175994873047, 82.84283447265625, -109.20088195800781, -86.22085571289062, 109.48654174804688, 0.3186855912208557], "std": [18.897565841674805, 16.168956756591797, 24.279956817626953, 18.660415649414062, 5.995635509490967, 19.18898582458496, 0.14054620265960693], "count": [213]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15693738357843137]], [[0.1443347385620915]], [[0.18628709558823528]]], "std": [[[0.3084536532216686]], [[0.31241435740556955]], [[0.2976222185515069]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37051975694444444]], [[0.36019235702614383]], [[0.394623527369281]]], "std": [[[0.4067402586765418]], [[0.40656398363982543]], [[0.3644730668264768]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3004700040849673]], [[0.29646470588235296]], [[0.2770184844771242]]], "std": [[[0.2679858548534894]], [[0.26599868841210506]], [[0.27017100179129816]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [21.2], "mean": [10.600000000000001], "std": [6.1487126023800025], "count": [213]}, "frame_index": {"min": [0], "max": [212], "mean": [106.0], "std": [61.48712602380003], "count": [213]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [213]}, "index": {"min": [1636], "max": [1848], "mean": [1742.0], "std": [61.48712602380003], "count": [213]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [213]}}} +{"episode_index": 69, "stats": {"action": {"min": [-7.20703125, -75.849609375, 48.69140625, -118.212890625, -92.548828125, 83.232421875, 145.810546875], "max": [49.04296875, -39.0234375, 74.970703125, -85.341796875, -77.607421875, 140.185546875, 199.775390625], "mean": [21.899166107177734, -60.120662689208984, 64.19988250732422, -100.9202880859375, -86.75798034667969, 110.39012908935547, 184.1090087890625], "std": [20.106159210205078, 13.401639938354492, 9.284607887268066, 12.892422676086426, 5.357736587524414, 20.29815101623535, 23.498390197753906], "count": [177]}, "observation.state": {"min": [-7.199999809265137, -75.8499984741211, 48.689998626708984, -118.20999908447266, -92.5, 83.2300033569336, 0.20999999344348907], "max": [49.040000915527344, -39.040000915527344, 74.93000030517578, -85.33999633789062, -77.6500015258789, 140.13999938964844, 0.5199999809265137], "mean": [21.87745475769043, -60.124935150146484, 64.20263671875, -100.91883850097656, -86.74797821044922, 110.38165283203125, 0.3065534830093384], "std": [20.12652587890625, 13.396814346313477, 9.283626556396484, 12.880167007446289, 5.345892429351807, 20.296825408935547, 0.13915404677391052], "count": [177]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16084931168300654]], [[0.14927835784313725]], [[0.18684924019607843]]], "std": [[[0.30960881242359184]], [[0.31563264107219424]], [[0.3001905305733157]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31013795343137257]], [[0.2981221670751634]], [[0.3302580780228758]]], "std": [[[0.3908337927041013]], [[0.39173965775005537]], [[0.35023699681317516]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2977898120915033]], [[0.294442397875817]], [[0.27411781454248363]]], "std": [[[0.26666839223216204]], [[0.26414912862231205]], [[0.2691349656379163]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [17.6], "mean": [8.799999999999999], "std": [5.109468335029259], "count": [177]}, "frame_index": {"min": [0], "max": [176], "mean": [88.0], "std": [51.094683350292584], "count": [177]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [177]}, "index": {"min": [1849], "max": [2025], "mean": [1937.0], "std": [51.094683350292584], "count": [177]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [177]}}} +{"episode_index": 70, "stats": {"action": {"min": [-5.2734375, -75.41015625, 52.646484375, -130.869140625, -91.142578125, 82.880859375, 145.810546875], "max": [49.21875, -40.95703125, 92.28515625, -85.4296875, -76.9921875, 139.5703125, 200.7421875], "mean": [15.737571716308594, -65.2920913696289, 71.00189208984375, -105.20885467529297, -85.34008026123047, 103.87367248535156, 184.77005004882812], "std": [18.51991844177246, 11.38834285736084, 11.94284725189209, 16.337051391601562, 4.379868984222412, 18.983375549316406, 23.81456756591797], "count": [256]}, "observation.state": {"min": [-5.239999771118164, -75.38999938964844, 52.650001525878906, -130.8699951171875, -91.13999938964844, 82.93000030517578, 0.20999999344348907], "max": [49.220001220703125, -40.959999084472656, 92.27999877929688, -85.43000030517578, -76.98999786376953, 139.57000732421875, 0.5600000023841858], "mean": [15.738197326660156, -65.29052734375, 71.00226593017578, -105.2116470336914, -85.36289978027344, 103.87548065185547, 0.31148412823677063], "std": [18.509246826171875, 11.38399600982666, 11.942123413085938, 16.33195686340332, 4.394705772399902, 18.971683502197266, 0.154174342751503], "count": [256]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14868563929738562]], [[0.14057475285947713]], [[0.18009444444444445]]], "std": [[[0.30316281924689414]], [[0.3091226867766077]], [[0.29417484449810133]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.292575089869281]], [[0.27582322916666663]], [[0.3183405596405229]]], "std": [[[0.3657465126132282]], [[0.3650827237714608]], [[0.33053507943173843]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29114537377450983]], [[0.28838561478758173]], [[0.26974875000000004]]], "std": [[[0.26322569636551874]], [[0.2611829029662477]], [[0.2669856898289208]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [25.5], "mean": [12.75], "std": [7.390027063549903], "count": [256]}, "frame_index": {"min": [0], "max": [255], "mean": [127.5], "std": [73.90027063549903], "count": [256]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [256]}, "index": {"min": [2026], "max": [2281], "mean": [2153.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [256]}}} +{"episode_index": 71, "stats": {"action": {"min": [-6.943359375, -76.025390625, 56.337890625, -136.142578125, -91.7578125, 83.49609375, 145.72265625], "max": [47.63671875, -41.396484375, 108.544921875, -84.19921875, -72.59765625, 136.93359375, 199.951171875], "mean": [19.837051391601562, -65.36439514160156, 76.58494567871094, -111.0661392211914, -85.19730377197266, 109.0359115600586, 182.38604736328125], "std": [17.53589630126953, 11.953910827636719, 18.305849075317383, 18.208362579345703, 6.944011688232422, 17.425790786743164, 24.653759002685547], "count": [191]}, "observation.state": {"min": [-6.900000095367432, -76.0199966430664, 56.349998474121094, -136.13999938964844, -91.76000213623047, 83.41000366210938, 0.20999999344348907], "max": [47.63999938964844, -41.400001525878906, 108.48999786376953, -84.23999786376953, -72.5999984741211, 136.88999938964844, 0.5600000023841858], "mean": [19.850202560424805, -65.36355590820312, 76.58695983886719, -111.06877136230469, -85.16659545898438, 109.0261459350586, 0.3247641623020172], "std": [17.51552391052246, 11.954415321350098, 18.295696258544922, 18.19550323486328, 6.9214677810668945, 17.43454933166504, 0.1575692743062973], "count": [191]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15175237336601308]], [[0.14456368668300654]], [[0.18470295547385623]]], "std": [[[0.3044762778593587]], [[0.31226511565906123]], [[0.29688447868314416]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3919108884803922]], [[0.36363704248366013]], [[0.38431018790849675]]], "std": [[[0.4091467380720705]], [[0.4085048591804061]], [[0.3760044928667026]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3044373570261438]], [[0.29966467728758167]], [[0.28082258782679737]]], "std": [[[0.26622360163819014]], [[0.2646685891777063]], [[0.2696788074358781]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.0], "mean": [9.5], "std": [5.513619500836088], "count": [191]}, "frame_index": {"min": [0], "max": [190], "mean": [95.0], "std": [55.136195008360886], "count": [191]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [191]}, "index": {"min": [2282], "max": [2472], "mean": [2377.0], "std": [55.136195008360886], "count": [191]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [191]}}} +{"episode_index": 72, "stats": {"action": {"min": [-7.294921875, -75.41015625, 46.142578125, -129.814453125, -91.845703125, 84.111328125, 145.810546875], "max": [49.39453125, -39.111328125, 103.7109375, -77.6953125, -74.970703125, 136.318359375, 199.951171875], "mean": [25.263723373413086, -65.72746276855469, 72.45500946044922, -105.61922454833984, -85.43014526367188, 115.22691345214844, 182.7425537109375], "std": [19.390827178955078, 12.448308944702148, 19.811452865600586, 17.142404556274414, 5.641587257385254, 17.2847957611084, 23.763687133789062], "count": [191]}, "observation.state": {"min": [-7.260000228881836, -75.37999725341797, 46.25, -129.77000427246094, -91.80000305175781, 84.1500015258789, 0.20999999344348907], "max": [49.38999938964844, -39.119998931884766, 103.70999908447266, -77.77999877929688, -74.97000122070312, 136.32000732421875, 0.5699999928474426], "mean": [25.263099670410156, -65.72132873535156, 72.45286560058594, -105.60704040527344, -85.43115234375, 115.17467498779297, 0.3294762074947357], "std": [19.381614685058594, 12.444259643554688, 19.807777404785156, 17.1533260345459, 5.635885715484619, 17.35720443725586, 0.16115334630012512], "count": [191]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15641722630718954]], [[0.1439083864379085]], [[0.18305286560457515]]], "std": [[[0.30257692308624357]], [[0.3081587057562518]], [[0.2931893593943479]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33457907066993464]], [[0.32389253063725487]], [[0.35816300040849675]]], "std": [[[0.4033336132656403]], [[0.4036717542823998]], [[0.3699217931316616]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.297490835375817]], [[0.29605783292483656]], [[0.2781738112745098]]], "std": [[[0.26802887774930106]], [[0.2662546100508796]], [[0.2725747887712153]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.0], "mean": [9.5], "std": [5.513619500836088], "count": [191]}, "frame_index": {"min": [0], "max": [190], "mean": [95.0], "std": [55.136195008360886], "count": [191]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [191]}, "index": {"min": [2473], "max": [2663], "mean": [2568.0], "std": [55.136195008360886], "count": [191]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [191]}}} +{"episode_index": 73, "stats": {"action": {"min": [-7.119140625, -84.287109375, 58.18359375, -139.39453125, -94.39453125, 84.111328125, 146.513671875], "max": [49.921875, -43.2421875, 116.103515625, -85.60546875, -77.34375, 144.66796875, 200.0390625], "mean": [24.564739227294922, -69.66413116455078, 79.78950500488281, -109.99304962158203, -86.79820251464844, 116.94744873046875, 181.52964782714844], "std": [18.81536865234375, 13.395607948303223, 21.213356018066406, 19.1978816986084, 5.331644058227539, 18.72974967956543, 24.553564071655273], "count": [191]}, "observation.state": {"min": [-7.210000038146973, -84.29000091552734, 58.189998626708984, -139.39999389648438, -94.4000015258789, 84.16000366210938, 0.20999999344348907], "max": [49.91999816894531, -43.25, 116.0999984741211, -85.5999984741211, -77.33999633789062, 144.6699981689453, 0.5600000023841858], "mean": [24.5574893951416, -69.65780639648438, 79.7863540649414, -110.00669860839844, -86.78375244140625, 116.99839782714844, 0.33324602246284485], "std": [18.8221492767334, 13.386703491210938, 21.210891723632812, 19.169593811035156, 5.311442852020264, 18.647502899169922, 0.1596919447183609], "count": [191]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1554244056372549]], [[0.1460062030228758]], [[0.1843164133986928]]], "std": [[[0.30563453889320213]], [[0.3111571354945597]], [[0.2953768348836456]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38698352532679736]], [[0.3700398468137255]], [[0.3901587867647059]]], "std": [[[0.4132229005822439]], [[0.415042852197048]], [[0.37953081546183154]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2937202512254902]], [[0.29334920751633986]], [[0.2753235641339869]]], "std": [[[0.26733717052906475]], [[0.26571717860052796]], [[0.27126090467536906]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.0], "mean": [9.5], "std": [5.513619500836088], "count": [191]}, "frame_index": {"min": [0], "max": [190], "mean": [95.0], "std": [55.136195008360886], "count": [191]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [191]}, "index": {"min": [2664], "max": [2854], "mean": [2759.0], "std": [55.136195008360886], "count": [191]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [191]}}} +{"episode_index": 74, "stats": {"action": {"min": [-6.064453125, -87.890625, 48.779296875, -141.50390625, -93.33984375, 84.638671875, 145.810546875], "max": [50.712890625, -38.14453125, 123.22265625, -85.60546875, -78.92578125, 134.47265625, 200.126953125], "mean": [19.138290405273438, -71.51981353759766, 79.84413146972656, -106.73051452636719, -87.11075592041016, 106.365234375, 182.1213836669922], "std": [19.108760833740234, 15.144803047180176, 25.225786209106445, 18.771848678588867, 4.699806213378906, 16.391782760620117, 24.728044509887695], "count": [205]}, "observation.state": {"min": [-6.059999942779541, -87.87999725341797, 48.81999969482422, -141.50999450683594, -93.33999633789062, 84.68000030517578, 0.20999999344348907], "max": [50.709999084472656, -38.150001525878906, 123.22000122070312, -85.61000061035156, -78.93000030517578, 134.47000122070312, 0.5], "mean": [19.134780883789062, -71.5178451538086, 79.83895111083984, -106.72150421142578, -87.11371612548828, 106.35420989990234, 0.30653640627861023], "std": [19.102279663085938, 15.134623527526855, 25.218454360961914, 18.76874542236328, 4.699865818023682, 16.397178649902344, 0.13208723068237305], "count": [205]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15635451184640523]], [[0.14372964460784315]], [[0.18561346609477125]]], "std": [[[0.30859189181697766]], [[0.3124323328205218]], [[0.29799254117337953]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38557493055555553]], [[0.36206362336601305]], [[0.3860560212418301]]], "std": [[[0.4017230798228549]], [[0.40617566185287374]], [[0.3706426044697754]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2969465318627451]], [[0.2929998631535948]], [[0.2744145710784314]]], "std": [[[0.2659122236824219]], [[0.264466408452189]], [[0.26908746961231306]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [20.4], "mean": [10.2], "std": [5.917769850205397], "count": [205]}, "frame_index": {"min": [0], "max": [204], "mean": [102.0], "std": [59.177698502053964], "count": [205]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [205]}, "index": {"min": [2855], "max": [3059], "mean": [2957.0], "std": [59.177698502053964], "count": [205]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [205]}}} +{"episode_index": 75, "stats": {"action": {"min": [-6.064453125, -76.11328125, 45.615234375, -124.453125, -93.076171875, 21.796875, 145.8984375], "max": [48.8671875, -40.95703125, 75.234375, -84.814453125, -72.685546875, 134.736328125, 200.0390625], "mean": [17.809709548950195, -63.76046371459961, 66.89278411865234, -99.4873046875, -87.69217681884766, 71.31975555419922, 187.98155212402344], "std": [19.415266036987305, 12.519805908203125, 7.025142192840576, 14.118749618530273, 6.120622634887695, 35.812557220458984, 21.75999641418457], "count": [252]}, "observation.state": {"min": [-5.929999828338623, -76.12000274658203, 45.61000061035156, -124.41000366210938, -93.02999877929688, 21.799999237060547, 0.20999999344348907], "max": [48.869998931884766, -40.959999084472656, 75.23999786376953, -84.80999755859375, -72.68000030517578, 134.69000244140625, 0.5099999904632568], "mean": [17.812536239624023, -63.75971984863281, 66.89788818359375, -99.49271392822266, -87.70520782470703, 71.37799072265625, 0.27666613459587097], "std": [19.41115951538086, 12.510995864868164, 7.0229811668396, 14.101451873779297, 6.122189044952393, 35.81650161743164, 0.11999338865280151], "count": [252]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15818282883986928]], [[0.14403250204248366]], [[0.18619351919934643]]], "std": [[[0.31017958836199716]], [[0.31359061495661683]], [[0.29821739515336976]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3251266544117647]], [[0.2976853594771242]], [[0.32280890727124184]]], "std": [[[0.3764380209753891]], [[0.3801353470471358]], [[0.33790288015632136]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30233656045751633]], [[0.29638153594771244]], [[0.27557229166666664]]], "std": [[[0.26305783843568525]], [[0.2608578068268582]], [[0.26417395801005844]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [25.1], "mean": [12.549999999999999], "std": [7.274556114751379], "count": [252]}, "frame_index": {"min": [0], "max": [251], "mean": [125.5], "std": [72.74556114751378], "count": [252]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [252]}, "index": {"min": [3060], "max": [3311], "mean": [3185.5], "std": [72.74556114751378], "count": [252]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [252]}}} +{"episode_index": 76, "stats": {"action": {"min": [-4.833984375, -75.673828125, 54.66796875, -129.638671875, -90.87890625, 9.84375, 145.8984375], "max": [45.52734375, -42.1875, 79.98046875, -84.55078125, -64.51171875, 131.923828125, 200.126953125], "mean": [19.492923736572266, -61.52785873413086, 67.55140686035156, -103.4041519165039, -82.70562744140625, 65.01197814941406, 184.30276489257812], "std": [16.416038513183594, 11.297383308410645, 7.25396728515625, 15.419513702392578, 9.21857738494873, 45.76044845581055, 23.559764862060547], "count": [159]}, "observation.state": {"min": [-4.800000190734863, -75.69000244140625, 54.650001525878906, -129.63999938964844, -90.87999725341797, 9.84000015258789, 0.20999999344348907], "max": [45.529998779296875, -42.18000030517578, 79.97000122070312, -84.61000061035156, -64.55000305175781, 131.88999938964844, 0.5600000023841858], "mean": [19.49333381652832, -61.53268051147461, 67.55271911621094, -103.39891815185547, -82.72657775878906, 64.89869689941406, 0.31427648663520813], "std": [16.399356842041016, 11.284136772155762, 7.2475080490112305, 15.394408226013184, 9.222705841064453, 45.70182800292969, 0.15204045176506042], "count": [159]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15306939746732026]], [[0.14877824142156862]], [[0.18624647875816994]]], "std": [[[0.31248243065337244]], [[0.3164090331761136]], [[0.2998693310291955]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36593261233660135]], [[0.3493117892156863]], [[0.3669190972222222]]], "std": [[[0.4018350704441473]], [[0.39838679539986527]], [[0.35818304959653496]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30239390114379083]], [[0.296739789624183]], [[0.27602210580065356]]], "std": [[[0.2626126868234481]], [[0.2600847018348509]], [[0.2646300719405444]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [15.8], "mean": [7.8999999999999995], "std": [4.589843860815601], "count": [159]}, "frame_index": {"min": [0], "max": [158], "mean": [79.0], "std": [45.89843860815601], "count": [159]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [159]}, "index": {"min": [3312], "max": [3470], "mean": [3391.0], "std": [45.89843860815601], "count": [159]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [159]}}} +{"episode_index": 77, "stats": {"action": {"min": [-5.712890625, -77.958984375, 58.88671875, -132.36328125, -93.69140625, 5.712890625, 145.810546875], "max": [50.185546875, -41.8359375, 89.384765625, -81.2109375, -70.400390625, 142.470703125, 200.302734375], "mean": [19.125093460083008, -65.62812042236328, 72.71406555175781, -105.35748291015625, -85.17676544189453, 66.43222045898438, 182.13414001464844], "std": [18.431114196777344, 11.042678833007812, 9.875383377075195, 17.048917770385742, 8.092087745666504, 48.70128631591797, 24.80486488342285], "count": [188]}, "observation.state": {"min": [-5.710000038146973, -77.95999908447266, 58.880001068115234, -132.3300018310547, -93.69000244140625, 5.710000038146973, 0.20999999344348907], "max": [50.189998626708984, -41.86000061035156, 89.37999725341797, -81.25, -70.4000015258789, 142.3699951171875, 0.5600000023841858], "mean": [19.124570846557617, -65.623046875, 72.7100601196289, -105.35138702392578, -85.13973999023438, 66.4441146850586, 0.3330318033695221], "std": [18.422500610351562, 11.030343055725098, 9.872360229492188, 17.045574188232422, 8.060853958129883, 48.68317413330078, 0.16082516312599182], "count": [188]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1562814971405229]], [[0.14630974468954247]], [[0.1873007373366013]]], "std": [[[0.30899259270605617]], [[0.3145803406392779]], [[0.2982346871355909]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34025099468954245]], [[0.3256541258169935]], [[0.36367295955882356]]], "std": [[[0.3905867449752717]], [[0.392555710439231]], [[0.3491219872721794]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.296446970996732]], [[0.29170710171568626]], [[0.27252748161764706]]], "std": [[[0.2630193433427869]], [[0.2606025167526749]], [[0.26506947816721216]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.7], "mean": [9.35], "std": [5.4270157545376625], "count": [188]}, "frame_index": {"min": [0], "max": [187], "mean": [93.5], "std": [54.270157545376634], "count": [188]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [188]}, "index": {"min": [3471], "max": [3658], "mean": [3564.5], "std": [54.270157545376634], "count": [188]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [188]}}} +{"episode_index": 78, "stats": {"action": {"min": [-5.2734375, -76.81640625, 52.470703125, -127.79296875, -93.515625, 26.19140625, 145.810546875], "max": [48.427734375, -42.01171875, 87.01171875, -84.638671875, -71.103515625, 129.55078125, 200.302734375], "mean": [25.50823402404785, -62.980995178222656, 69.59797668457031, -104.26251220703125, -86.08910369873047, 71.26837158203125, 184.46917724609375], "std": [17.678829193115234, 11.755341529846191, 10.611384391784668, 15.392546653747559, 8.36729907989502, 39.67963790893555, 23.912275314331055], "count": [185]}, "observation.state": {"min": [-5.269999980926514, -76.77999877929688, 52.45000076293945, -127.75, -93.51000213623047, 26.239999771118164, 0.20999999344348907], "max": [48.43000030517578, -42.0099983215332, 87.01000213623047, -84.63999938964844, -71.0999984741211, 129.5500030517578, 0.5600000023841858], "mean": [25.505247116088867, -62.97908401489258, 69.60025024414062, -104.26663970947266, -86.11632537841797, 71.29056549072266, 0.31421610713005066], "std": [17.679828643798828, 11.74670124053955, 10.601821899414062, 15.366973876953125, 8.37548828125, 39.66984939575195, 0.15479907393455505], "count": [185]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15325453227124183]], [[0.14350227736928103]], [[0.18243274714052288]]], "std": [[[0.3029265931292044]], [[0.3094062300832362]], [[0.2930765357366652]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38342647875816993]], [[0.3525948161764706]], [[0.36873846609477123]]], "std": [[[0.40691060330397233]], [[0.40862869141052305]], [[0.3695627572396625]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3100734906045752]], [[0.3029997324346405]], [[0.2829885191993464]]], "std": [[[0.2671136414430975]], [[0.2647603672203642]], [[0.26915895663570094]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.4], "mean": [9.2], "std": [5.340411969127475], "count": [185]}, "frame_index": {"min": [0], "max": [184], "mean": [92.0], "std": [53.40411969127476], "count": [185]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [185]}, "index": {"min": [3659], "max": [3843], "mean": [3751.0], "std": [53.40411969127476], "count": [185]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [185]}}} +{"episode_index": 79, "stats": {"action": {"min": [-4.74609375, -76.46484375, 59.853515625, -134.560546875, -90.439453125, 11.162109375, 147.216796875], "max": [50.888671875, -45.791015625, 102.041015625, -80.947265625, -72.509765625, 132.451171875, 199.951171875], "mean": [24.477275848388672, -66.30742645263672, 76.4601058959961, -110.0390625, -84.85971069335938, 70.91773223876953, 182.65724182128906], "std": [18.24931526184082, 11.173060417175293, 14.628520965576172, 20.502765655517578, 7.201964378356934, 45.54368209838867, 23.648387908935547], "count": [167]}, "observation.state": {"min": [-4.739999771118164, -76.45999908447266, 59.869998931884766, -134.52000427246094, -90.44000244140625, 11.15999984741211, 0.20999999344348907], "max": [50.88999938964844, -45.790000915527344, 102.04000091552734, -81.01000213623047, -72.55000305175781, 132.4499969482422, 0.5199999809265137], "mean": [24.47808074951172, -66.30742645263672, 76.45958709716797, -110.04138946533203, -84.86830139160156, 70.90408325195312, 0.31461066007614136], "std": [18.23673439025879, 11.163476943969727, 14.617324829101562, 20.47372817993164, 7.197513580322266, 45.52642822265625, 0.1394074708223343], "count": [167]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14982316993464054]], [[0.1497125816993464]], [[0.18759881331699346]]], "std": [[[0.3084103533144196]], [[0.31495534594767816]], [[0.29857158188287647]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38562710375816994]], [[0.39112584967320263]], [[0.4116456699346405]]], "std": [[[0.4183560514329588]], [[0.41980073182933264]], [[0.3784841327744241]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30860209354575163]], [[0.30064140522875815]], [[0.2815111723856209]]], "std": [[[0.26538952167184315]], [[0.26328098895407476]], [[0.26651705725256386]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [16.6], "mean": [8.299999999999999], "std": [4.82078831727758], "count": [167]}, "frame_index": {"min": [0], "max": [166], "mean": [83.0], "std": [48.2078831727758], "count": [167]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [167]}, "index": {"min": [3844], "max": [4010], "mean": [3927.0], "std": [48.2078831727758], "count": [167]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [167]}}} +{"episode_index": 80, "stats": {"action": {"min": [-5.2734375, -89.033203125, 50.361328125, -141.6796875, -93.251953125, 13.447265625, 147.392578125], "max": [50.80078125, -45.966796875, 118.388671875, -75.5859375, -75.498046875, 141.50390625, 200.21484375], "mean": [20.41537094116211, -72.53621673583984, 79.02433776855469, -105.38811492919922, -86.1319580078125, 71.45209503173828, 182.70623779296875], "std": [19.168251037597656, 12.846598625183105, 21.0654354095459, 22.412044525146484, 6.314753532409668, 46.45185852050781, 23.994739532470703], "count": [206]}, "observation.state": {"min": [-5.239999771118164, -89.02999877929688, 50.380001068115234, -141.67999267578125, -93.25, 13.449999809265137, 0.20999999344348907], "max": [50.79999923706055, -45.970001220703125, 118.38999938964844, -75.58999633789062, -75.52999877929688, 141.4499969482422, 0.5299999713897705], "mean": [20.413875579833984, -72.53710174560547, 79.02181243896484, -105.375244140625, -86.11602020263672, 71.46556854248047, 0.3150482773780823], "std": [19.156967163085938, 12.83647346496582, 21.05740737915039, 22.400489807128906, 6.298666477203369, 46.43632888793945, 0.1437019258737564], "count": [206]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1582675837418301]], [[0.14529105800653594]], [[0.1847357169117647]]], "std": [[[0.31080613331544144]], [[0.3135744121863505]], [[0.29959462183373436]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31906928513071897]], [[0.3135999223856209]], [[0.35378047385620914]]], "std": [[[0.3928872155501697]], [[0.39375569154764434]], [[0.3500292467842882]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3008677246732026]], [[0.29110483251633984]], [[0.2723172303921569]]], "std": [[[0.2652750114519312]], [[0.26411726340336333]], [[0.2669404359962657]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [20.5], "mean": [10.25], "std": [5.9466377054601205], "count": [206]}, "frame_index": {"min": [0], "max": [205], "mean": [102.5], "std": [59.466377054601196], "count": [206]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [206]}, "index": {"min": [4011], "max": [4216], "mean": [4113.5], "std": [59.466377054601196], "count": [206]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [206]}}} +{"episode_index": 81, "stats": {"action": {"min": [-5.537109375, -80.595703125, 58.271484375, -130.341796875, -92.8125, 27.333984375, 146.337890625], "max": [50.537109375, -44.296875, 99.931640625, -82.44140625, -76.11328125, 134.912109375, 200.126953125], "mean": [29.301572799682617, -66.29191589355469, 74.92053985595703, -108.33514404296875, -86.52583312988281, 77.74961853027344, 182.82493591308594], "std": [18.414600372314453, 11.984630584716797, 14.494694709777832, 18.053821563720703, 6.96979284286499, 40.58159255981445, 24.31079864501953], "count": [212]}, "observation.state": {"min": [-5.539999961853027, -80.55999755859375, 58.310001373291016, -130.33999633789062, -92.80999755859375, 27.34000015258789, 0.20999999344348907], "max": [50.540000915527344, -44.31999969482422, 99.93000030517578, -82.87000274658203, -76.11000061035156, 134.8699951171875, 0.5799999833106995], "mean": [29.302230834960938, -66.29021453857422, 74.92185974121094, -108.34784698486328, -86.52503204345703, 77.74737548828125, 0.3364148736000061], "std": [18.406654357910156, 11.980419158935547, 14.491117477416992, 18.031648635864258, 6.962591171264648, 40.57096481323242, 0.16657309234142303], "count": [212]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16710826797385622]], [[0.14982681576797385]], [[0.18323369281045754]]], "std": [[[0.30934317496996566]], [[0.31387035329843993]], [[0.2990970059276556]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36475400939542485]], [[0.3370403635620915]], [[0.36305470996732025]]], "std": [[[0.4037841028399696]], [[0.40302866722713154]], [[0.36358110251529363]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30411669321895424]], [[0.2989708476307189]], [[0.280519910130719]]], "std": [[[0.26817752294367797]], [[0.26640831130718573]], [[0.27166712623422057]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [21.1], "mean": [10.549999999999999], "std": [6.119844769273155], "count": [212]}, "frame_index": {"min": [0], "max": [211], "mean": [105.5], "std": [61.198447692731555], "count": [212]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [212]}, "index": {"min": [4217], "max": [4428], "mean": [4322.5], "std": [61.198447692731555], "count": [212]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [212]}}} +{"episode_index": 82, "stats": {"action": {"min": [-7.119140625, -83.84765625, 58.271484375, -137.900390625, -94.306640625, 18.10546875, 145.810546875], "max": [50.44921875, -43.59375, 114.2578125, -83.671875, -78.046875, 133.76953125, 200.0390625], "mean": [24.145427703857422, -70.55840301513672, 79.46849060058594, -108.32111358642578, -87.06262969970703, 75.58209228515625, 181.9945831298828], "std": [19.868122100830078, 13.075713157653809, 18.758255004882812, 20.66872215270996, 5.834153652191162, 40.69315719604492, 24.990013122558594], "count": [183]}, "observation.state": {"min": [-7.119999885559082, -83.83999633789062, 58.27000045776367, -137.89999389648438, -94.30000305175781, 18.149999618530273, 0.20999999344348907], "max": [50.45000076293945, -43.59000015258789, 114.26000213623047, -83.66999816894531, -78.08000183105469, 133.77000427246094, 0.5600000023841858], "mean": [24.147533416748047, -70.54899597167969, 79.46385955810547, -108.31401824951172, -87.05226135253906, 75.55684661865234, 0.3279780149459839], "std": [19.86905288696289, 13.067326545715332, 18.754196166992188, 20.674245834350586, 5.822270393371582, 40.680702209472656, 0.15910188853740692], "count": [183]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15534882352941176]], [[0.14986273897058824]], [[0.18231554125816993]]], "std": [[[0.3096803048180418]], [[0.3155355766021377]], [[0.3005366780969055]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36380904411764703]], [[0.36157232026143793]], [[0.3851246915849673]]], "std": [[[0.40937792626328734]], [[0.4130384553861579]], [[0.37268300648631214]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30217971405228755]], [[0.29355380310457513]], [[0.2750427941176471]]], "std": [[[0.26614041989774195]], [[0.2645565409685478]], [[0.2673047680965901]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.2], "mean": [9.1], "std": [5.282676089508675], "count": [183]}, "frame_index": {"min": [0], "max": [182], "mean": [91.0], "std": [52.82676089508675], "count": [183]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [183]}, "index": {"min": [4429], "max": [4611], "mean": [4520.0], "std": [52.82676089508675], "count": [183]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [183]}}} +{"episode_index": 83, "stats": {"action": {"min": [-5.888671875, -76.11328125, 56.07421875, -132.01171875, -95.361328125, 26.806640625, 146.25], "max": [50.185546875, -44.384765625, 79.541015625, -84.990234375, -74.970703125, 129.90234375, 200.126953125], "mean": [22.659961700439453, -62.676124572753906, 68.60566711425781, -104.6658706665039, -86.5252456665039, 69.50566101074219, 183.67515563964844], "std": [17.528278350830078, 11.243133544921875, 6.672163963317871, 16.63149642944336, 5.926577091217041, 38.98466491699219, 24.444150924682617], "count": [200]}, "observation.state": {"min": [-5.889999866485596, -76.12000274658203, 56.04999923706055, -131.97000122070312, -95.31999969482422, 26.809999465942383, 0.20999999344348907], "max": [50.189998626708984, -44.369998931884766, 79.54000091552734, -84.9800033569336, -75.01000213623047, 129.89999389648438, 0.5199999809265137], "mean": [22.668354034423828, -62.67764663696289, 68.60584259033203, -104.66590881347656, -86.48002624511719, 69.47781372070312, 0.3014497458934784], "std": [17.505346298217773, 11.242154121398926, 6.666316509246826, 16.620702743530273, 5.885406970977783, 38.965824127197266, 0.13597573339939117], "count": [200]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14798991217320262]], [[0.14566813112745097]], [[0.17755876838235296]]], "std": [[[0.3043433062437136]], [[0.3131156223318201]], [[0.2977155290742479]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3137395241013072]], [[0.30885396241830065]], [[0.3264480085784314]]], "std": [[[0.3881005832713671]], [[0.3916582904244101]], [[0.3581273977373406]]], "count": [100]}, "observation.images.angle": {"min": [[[0.00392156862745098]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3075710743464052]], [[0.29986955678104577]], [[0.28021586601307186]]], "std": [[[0.2622172314428671]], [[0.26019149928211827]], [[0.26398432999466226]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.773430522661549], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [200]}, "index": {"min": [4612], "max": [4811], "mean": [4711.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [200]}}} +{"episode_index": 84, "stats": {"action": {"min": [-5.888671875, -75.76171875, 57.744140625, -127.705078125, -94.21875, 19.51171875, 145.8984375], "max": [50.09765625, -44.6484375, 100.8984375, -83.583984375, -72.861328125, 135.703125, 200.126953125], "mean": [23.377883911132812, -66.85665893554688, 74.30794525146484, -105.39108276367188, -86.32852172851562, 73.01667022705078, 184.28262329101562], "std": [17.932674407958984, 10.814118385314941, 14.481535911560059, 17.36207389831543, 7.395021915435791, 43.710323333740234, 24.14752197265625], "count": [172]}, "observation.state": {"min": [-5.889999866485596, -75.7699966430664, 57.77000045776367, -127.69999694824219, -94.22000122070312, 19.510000228881836, 0.20999999344348907], "max": [50.09000015258789, -44.66999816894531, 100.9000015258789, -83.58000183105469, -72.86000061035156, 135.6999969482422, 0.5199999809265137], "mean": [23.357038497924805, -66.85287475585938, 74.31055450439453, -105.38916778564453, -86.34611511230469, 73.02664184570312, 0.30784863233566284], "std": [17.95018768310547, 10.807374000549316, 14.477526664733887, 17.3532772064209, 7.399834156036377, 43.697330474853516, 0.13870467245578766], "count": [172]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14603878880718954]], [[0.14657654003267975]], [[0.17640785130718953]]], "std": [[[0.30083276096206796]], [[0.3115393208241062]], [[0.29624133393777247]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40313372753267973]], [[0.37139024509803925]], [[0.39317165441176466]]], "std": [[[0.4098578019572743]], [[0.4149542513962517]], [[0.38308678742282076]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30279560253267973]], [[0.29176555555555556]], [[0.27302486111111113]]], "std": [[[0.263206730442185]], [[0.26206655305247406]], [[0.26427574194810216]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [17.1], "mean": [8.549999999999999], "std": [4.965128397131337], "count": [172]}, "frame_index": {"min": [0], "max": [171], "mean": [85.5], "std": [49.65128397131337], "count": [172]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [172]}, "index": {"min": [4812], "max": [4983], "mean": [4897.5], "std": [49.65128397131337], "count": [172]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [172]}}} +{"episode_index": 85, "stats": {"action": {"min": [-5.625, -80.15625, 57.744140625, -133.59375, -92.548828125, 27.59765625, 145.810546875], "max": [49.5703125, -43.41796875, 104.4140625, -85.4296875, -71.630859375, 138.251953125, 200.21484375], "mean": [28.157482147216797, -68.20885467529297, 76.00102996826172, -107.31254577636719, -86.29808807373047, 76.65017700195312, 182.23594665527344], "std": [18.819583892822266, 12.204508781433105, 15.343520164489746, 18.77092742919922, 7.460663318634033, 41.96455383300781, 24.864116668701172], "count": [184]}, "observation.state": {"min": [-5.619999885559082, -80.1500015258789, 57.7400016784668, -133.58999633789062, -92.55000305175781, 27.600000381469727, 0.20999999344348907], "max": [49.56999969482422, -43.41999816894531, 104.41000366210938, -85.43000030517578, -71.63999938964844, 138.25, 0.5199999809265137], "mean": [28.17020606994629, -68.20209503173828, 75.99446868896484, -107.31578826904297, -86.3090591430664, 76.6819076538086, 0.3186410963535309], "std": [18.795787811279297, 12.195662498474121, 15.34061050415039, 18.754257202148438, 7.466826438903809, 41.95711898803711, 0.14321544766426086], "count": [184]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1665083251633987]], [[0.14966507352941177]], [[0.1868100347222222]]], "std": [[[0.3090526611567282]], [[0.3138399571747164]], [[0.2983750030397999]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2827834334150327]], [[0.28764910334967325]], [[0.3231346711601307]]], "std": [[[0.3836419161451096]], [[0.3893736896509303]], [[0.35620503223806704]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3054536049836601]], [[0.2955701797385621]], [[0.2777245526960785]]], "std": [[[0.2662873027364991]], [[0.26516268004115406]], [[0.26890843281573246]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.3], "mean": [9.15], "std": [5.311544031635246], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [184]}, "index": {"min": [4984], "max": [5167], "mean": [5075.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [184]}}} +{"episode_index": 86, "stats": {"action": {"min": [-5.9765625, -89.6484375, 61.259765625, -134.560546875, -91.494140625, 12.041015625, 147.3046875], "max": [50.09765625, -44.560546875, 121.11328125, -84.55078125, -73.30078125, 134.560546875, 200.126953125], "mean": [21.171001434326172, -73.12268829345703, 82.87808227539062, -107.85475158691406, -85.02122497558594, 68.55006408691406, 182.82183837890625], "std": [18.684776306152344, 14.016058921813965, 21.720726013183594, 19.762950897216797, 7.09134578704834, 46.176151275634766, 24.07665252685547], "count": [190]}, "observation.state": {"min": [-5.949999809265137, -89.61000061035156, 61.25, -134.55999755859375, -91.5, 12.039999961853027, 0.20999999344348907], "max": [50.099998474121094, -44.560001373291016, 121.11000061035156, -84.5999984741211, -73.33999633789062, 134.55999755859375, 0.5699999928474426], "mean": [21.165544509887695, -73.11804962158203, 82.87569427490234, -107.85938262939453, -85.03587341308594, 68.5565185546875, 0.3271576166152954], "std": [18.687999725341797, 14.0077543258667, 21.710798263549805, 19.73963165283203, 7.095444679260254, 46.161865234375, 0.16090628504753113], "count": [190]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14932519812091502]], [[0.14547456290849672]], [[0.1832833455882353]]], "std": [[[0.30901792564094654]], [[0.3122400770930035]], [[0.29689216977245814]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28199321282679735]], [[0.28486886437908493]], [[0.3196848529411765]]], "std": [[[0.38934583037504955]], [[0.38833136324631273]], [[0.35425509176788755]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3045010089869281]], [[0.291863443627451]], [[0.2736460968137255]]], "std": [[[0.2643899627460593]], [[0.26329357209039367]], [[0.26490958510500295]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.9], "mean": [9.45], "std": [5.484751589634666], "count": [190]}, "frame_index": {"min": [0], "max": [189], "mean": [94.5], "std": [54.847515896346664], "count": [190]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [190]}, "index": {"min": [5168], "max": [5357], "mean": [5262.5], "std": [54.847515896346664], "count": [190]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [190]}}} +{"episode_index": 87, "stats": {"action": {"min": [-5.80078125, -76.728515625, 62.666015625, -135.791015625, -93.1640625, 16.34765625, 150.29296875], "max": [50.888671875, -46.23046875, 97.470703125, -83.056640625, -71.103515625, 139.04296875, 200.126953125], "mean": [21.637319564819336, -67.42337799072266, 76.78665924072266, -107.13957214355469, -85.14573669433594, 69.53681182861328, 181.57447814941406], "std": [17.22807502746582, 9.761253356933594, 12.177568435668945, 18.35405921936035, 6.3231730461120605, 45.913333892822266, 23.716327667236328], "count": [195]}, "observation.state": {"min": [-5.800000190734863, -76.7300033569336, 62.720001220703125, -135.8000030517578, -93.12000274658203, 16.350000381469727, 0.20999999344348907], "max": [50.88999938964844, -46.27000045776367, 97.47000122070312, -83.05999755859375, -71.0999984741211, 138.99000549316406, 0.550000011920929], "mean": [21.637788772583008, -67.4244613647461, 76.79186248779297, -107.1517562866211, -85.11646270751953, 69.5101089477539, 0.32887157797813416], "std": [17.213985443115234, 9.763370513916016, 12.171820640563965, 18.331146240234375, 6.28998327255249, 45.893367767333984, 0.154251828789711], "count": [195]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14798833129084965]], [[0.14386343137254903]], [[0.18473222222222221]]], "std": [[[0.30339718237957036]], [[0.31197495866939584]], [[0.29652363649146873]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35431996119281045]], [[0.3602174632352941]], [[0.39335060049019605]]], "std": [[[0.4096865146051386]], [[0.4103898184114245]], [[0.3776455180536002]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3016350878267974]], [[0.2906841258169935]], [[0.27235029207516337]]], "std": [[[0.2610242730683962]], [[0.2599617950842611]], [[0.262448974362236]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.4], "mean": [9.7], "std": [5.629091104846915], "count": [195]}, "frame_index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [195]}, "index": {"min": [5358], "max": [5552], "mean": [5455.0], "std": [56.290911048469155], "count": [195]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [195]}}} +{"episode_index": 88, "stats": {"action": {"min": [-7.119140625, -78.92578125, 50.712890625, -130.693359375, -95.712890625, 16.34765625, 145.810546875], "max": [50.537109375, -42.275390625, 86.396484375, -83.056640625, -75.5859375, 139.04296875, 200.0390625], "mean": [23.359272003173828, -63.564090728759766, 69.39806365966797, -104.52766418457031, -87.00984954833984, 78.81451416015625, 182.62501525878906], "std": [19.377952575683594, 11.656551361083984, 9.479804039001465, 16.199541091918945, 6.49833345413208, 42.52941131591797, 24.716262817382812], "count": [188]}, "observation.state": {"min": [-7.119999885559082, -78.91999816894531, 50.7400016784668, -130.6999969482422, -95.72000122070312, 16.3799991607666, 0.20999999344348907], "max": [50.540000915527344, -42.29999923706055, 86.38999938964844, -83.05999755859375, -75.62999725341797, 139.0399932861328, 0.550000011920929], "mean": [23.375905990600586, -63.560874938964844, 69.39086151123047, -104.48692321777344, -87.01561737060547, 78.80357360839844, 0.3204785883426666], "std": [19.34638214111328, 11.641667366027832, 9.472478866577148, 16.232559204101562, 6.495887279510498, 42.5107307434082, 0.1492081880569458], "count": [188]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1576986376633987]], [[0.14531280024509804]], [[0.18371797998366013]]], "std": [[[0.30581433621999365]], [[0.31184962585802256]], [[0.29617291285724745]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33790793300653593]], [[0.33052050449346404]], [[0.3612576286764706]]], "std": [[[0.3921085841873865]], [[0.39634840368084123]], [[0.3621046759899195]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3060484150326797]], [[0.29642696078431374]], [[0.2770156719771242]]], "std": [[[0.26259570491169193]], [[0.26077711773160045]], [[0.26342633319309516]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.7], "mean": [9.35], "std": [5.4270157545376625], "count": [188]}, "frame_index": {"min": [0], "max": [187], "mean": [93.5], "std": [54.270157545376634], "count": [188]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [188]}, "index": {"min": [5553], "max": [5740], "mean": [5646.5], "std": [54.270157545376634], "count": [188]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [188]}}} +{"episode_index": 89, "stats": {"action": {"min": [-7.119140625, -79.716796875, 61.34765625, -135.17578125, -91.845703125, 21.005859375, 145.8984375], "max": [50.80078125, -43.857421875, 109.16015625, -85.4296875, -78.046875, 136.669921875, 200.478515625], "mean": [24.574308395385742, -68.48987579345703, 76.77423858642578, -107.35884094238281, -86.7995376586914, 76.171875, 183.21705627441406], "std": [19.58535385131836, 11.564210891723633, 14.891191482543945, 19.5990047454834, 5.494125843048096, 41.64481735229492, 24.454458236694336], "count": [198]}, "observation.state": {"min": [-7.119999885559082, -79.69000244140625, 61.34000015258789, -135.17999267578125, -91.80000305175781, 21.049999237060547, 0.20999999344348907], "max": [50.7599983215332, -43.86000061035156, 109.1500015258789, -85.4800033569336, -78.05000305175781, 136.6699981689453, 0.5600000023841858], "mean": [24.5644474029541, -68.48884582519531, 76.77605438232422, -107.3807373046875, -86.8060073852539, 76.19793701171875, 0.3240402340888977], "std": [19.588396072387695, 11.555718421936035, 14.888635635375977, 19.562015533447266, 5.493764400482178, 41.63642120361328, 0.15823793411254883], "count": [198]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1562466401143791]], [[0.1462277716503268]], [[0.18507257965686275]]], "std": [[[0.30722455247230057]], [[0.31209903339402095]], [[0.29748974940359757]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38293930964052286]], [[0.35844883169934644]], [[0.38336968341503264]]], "std": [[[0.40603713591185026]], [[0.4101356213564994]], [[0.37778678450603304]]], "count": [100]}, "observation.images.angle": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.305884795751634]], [[0.29344418913398695]], [[0.2750740951797385]]], "std": [[[0.2650046960424895]], [[0.26408188368637703]], [[0.2659520834729367]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.7], "mean": [9.85], "std": [5.715694766751167], "count": [198]}, "frame_index": {"min": [0], "max": [197], "mean": [98.5], "std": [57.15694766751166], "count": [198]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [198]}, "index": {"min": [5741], "max": [5938], "mean": [5839.5], "std": [57.15694766751166], "count": [198]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [198]}}} diff --git a/meta/info.json b/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..8ab343c4a84d768e3716ea08afbbb1dd1fd9f6c8 --- /dev/null +++ b/meta/info.json @@ -0,0 +1,152 @@ +{ + "codebase_version": "v2.1", + "robot_type": "FRarm", + "total_episodes": 90, + "total_frames": 17174, + "total_tasks": 3, + "total_videos": 0, + "total_chunks": 0, + "chunks_size": 1000, + "fps": 10, + "splits": { + "train": "0:90" + }, + "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": [ + 7 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_1", + "main_wrist_2", + "main_wrist_3", + "main_gripper" + ] + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 7 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_1", + "main_wrist_2", + "main_wrist_3", + "main_gripper" + ] + }, + "observation.images.top": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 10, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.left_wrist": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 10, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.angle": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 10, + "video.channels": 3, + "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/meta/tasks.jsonl b/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f47f6424470891eb1f890a6d1c83d5c3cbeb3c4a --- /dev/null +++ b/meta/tasks.jsonl @@ -0,0 +1,3 @@ +{"task_index": 0, "task": "pick_hellokitty"} +{"task_index": 1, "task": "pick_wet_wipes"} +{"task_index": 2, "task": "pick_tapeline"} diff --git a/videos/chunk-000/observation.images.angle/episode_000000.mp4 b/videos/chunk-000/observation.images.angle/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f795ba396d30368cedfe4331f0691e8d07648f50 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020bef7f00ea0e08ea6b9642c2737076ceff8e0230b0f83cdd9be0cf93fd6b76 +size 1256225 diff --git a/videos/chunk-000/observation.images.angle/episode_000001.mp4 b/videos/chunk-000/observation.images.angle/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ac962222ca987687720d6ad1ca84137f2724b01 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7fd3c99c8130e41255b9d249e16fae80822706c7c304d6081e5deccf558598 +size 1178777 diff --git a/videos/chunk-000/observation.images.angle/episode_000002.mp4 b/videos/chunk-000/observation.images.angle/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9239aa721d94bdee2e4fd593dda9aa2d380e401c --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212a7e42a0f723e6abe4240b1a1e9cc71951a0e29225f6457b9f86044585279e +size 1219680 diff --git a/videos/chunk-000/observation.images.angle/episode_000003.mp4 b/videos/chunk-000/observation.images.angle/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b6b26a50849d6840ceb259a3904fe8b2028d360 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed184645e68b207f2f07958a7ddc280f4fc2c6bc6024c76bd8dd8ea5586e37dc +size 1242630 diff --git a/videos/chunk-000/observation.images.angle/episode_000004.mp4 b/videos/chunk-000/observation.images.angle/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7194d8e3d19241b6e8e6886c07fb5c5d7e38d98 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cad18ed66fc98c2f401758cdf57e8eb2458df9ea73372d06ecbc00dab427fd9 +size 1167813 diff --git a/videos/chunk-000/observation.images.angle/episode_000005.mp4 b/videos/chunk-000/observation.images.angle/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6203c77efc0add7b4154ea78ef9c9689f23ea6ea --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e6254b62cfe6882e8f90f86f9372c23446cc207245b3f02e506575fbaf77bc +size 1223450 diff --git a/videos/chunk-000/observation.images.angle/episode_000006.mp4 b/videos/chunk-000/observation.images.angle/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a54615ed2c8fc584c27f8fac4c9178383bde52ab --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad9077608c0f7df01ddbd6a5a7a0a71145048b8063378584dbe89e375a77772 +size 1149923 diff --git a/videos/chunk-000/observation.images.angle/episode_000007.mp4 b/videos/chunk-000/observation.images.angle/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bd8e6f7ed49fc81155434d7e342fc62d227bf38 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703909491952f6cc41a3dd7570ef1f2a4041b55cea2b5fe536bf519d8123b0d1 +size 1153855 diff --git a/videos/chunk-000/observation.images.angle/episode_000008.mp4 b/videos/chunk-000/observation.images.angle/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..743634aa5768f6bdf68abedca30b560eddffbbbf --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e909f5f047c68613ce0826dc7969662caf4cf692e372ef235f0e6e5c9a4ec5 +size 1163460 diff --git a/videos/chunk-000/observation.images.angle/episode_000009.mp4 b/videos/chunk-000/observation.images.angle/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c351b0deb0a680b5efb7ff99a49c30b1c97c21ec --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ce2ad8bf12505dd80c66e7da923c31fd26c520608753df54dd49df63aeec45 +size 1228406 diff --git a/videos/chunk-000/observation.images.angle/episode_000010.mp4 b/videos/chunk-000/observation.images.angle/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcd1b746897354999f4ed80ea44d2192652d18ab --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3378e3437a1cbd8c8c29ab019560253be56a8e747fbe4585fb02404eb3c7a9 +size 1233635 diff --git a/videos/chunk-000/observation.images.angle/episode_000011.mp4 b/videos/chunk-000/observation.images.angle/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfd9964e79970b409c176de0bf7fa45e5d59a49b --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17bc4f3436b4d7dcda25c087f4a83d9f081f192612b78cd136725a5fcd2478e2 +size 1102751 diff --git a/videos/chunk-000/observation.images.angle/episode_000012.mp4 b/videos/chunk-000/observation.images.angle/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c3aacfd0b0f4f30b513bfceba937c3ecba89e1c --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58214df9b128473571e55b3fe50cb323a17b8c38dd2fbb584a49660ca812ee61 +size 1176360 diff --git a/videos/chunk-000/observation.images.angle/episode_000013.mp4 b/videos/chunk-000/observation.images.angle/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79a0f9883fda8ce2def7e8f2bde817acc91c3026 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1fab5c04abeb839659bc3c01b7875e8f37931f96a0266fcf6b355fefcbf42a +size 1101986 diff --git a/videos/chunk-000/observation.images.angle/episode_000014.mp4 b/videos/chunk-000/observation.images.angle/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95e92c92b58028eb1c9660ee0f0b5f545ef52a67 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51a35d5b02a35e519bb68aa551be45709c4b03ad5b4652d9b83189218841d86 +size 1061582 diff --git a/videos/chunk-000/observation.images.angle/episode_000015.mp4 b/videos/chunk-000/observation.images.angle/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66610cd2fc259459a4960bae2d31507058ab897d --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4adad1eee048420f76311ccb631cde2612047fb4e693055768efdb83cfbb42 +size 980070 diff --git a/videos/chunk-000/observation.images.angle/episode_000016.mp4 b/videos/chunk-000/observation.images.angle/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30a0bb36f6e4b698c6ea0e59bc83e4f36c4f8e05 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85de0580c11618bca804e422575edf341e99fccf5e21acc0de50b8ef412d9658 +size 996300 diff --git a/videos/chunk-000/observation.images.angle/episode_000017.mp4 b/videos/chunk-000/observation.images.angle/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc8db6e7a8737abb29c7cf969cde7f66b982cb3d --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00fb310f644be1f987795715812c71f92be3bba15a0c7b6bc36da0e168c59184 +size 1132391 diff --git a/videos/chunk-000/observation.images.angle/episode_000018.mp4 b/videos/chunk-000/observation.images.angle/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03b8a2fe62cfb8ed6526aa5fc297255ebb0c5312 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc855898b03bc54b0e6716d8e37af48dc2434e4c7a9283d890f5579894f033c +size 1068163 diff --git a/videos/chunk-000/observation.images.angle/episode_000019.mp4 b/videos/chunk-000/observation.images.angle/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0481f1fd05714afbf22e42ac3bc6660b02df939f --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899bde9e4446dc06ee0e9a79a170ed499ad8aa309ce9c7e52f6069ea303c9532 +size 969792 diff --git a/videos/chunk-000/observation.images.angle/episode_000020.mp4 b/videos/chunk-000/observation.images.angle/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e838800e0f01f210f27f77215e32468e8380fde3 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e2aa395ae659d1c161ca209034c849dd58b8130a044fe4cc2e93de6597e325 +size 1148844 diff --git a/videos/chunk-000/observation.images.angle/episode_000021.mp4 b/videos/chunk-000/observation.images.angle/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0823621f2fcedfa31d6c5dfe3503c3286a5e2f0 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6895c0d5385cc854b5fc2cbac18573ec002f7b5b2e8fb94eb688a8bbad3247a +size 1018231 diff --git a/videos/chunk-000/observation.images.angle/episode_000022.mp4 b/videos/chunk-000/observation.images.angle/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbbb7c302b763ae91aeba50467e2bf42ca8ff369 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334f370b7723f0d0907275a2f5ab0b182021b922e37ec09ea646bc5176005156 +size 1124260 diff --git a/videos/chunk-000/observation.images.angle/episode_000023.mp4 b/videos/chunk-000/observation.images.angle/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2036ee9618d83e302cc65975282ff1b1654021ac --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd159cab54e116baa78d9b19c690e0285216c04fa63c0005bd1efec7b1eeb44 +size 1174653 diff --git a/videos/chunk-000/observation.images.angle/episode_000024.mp4 b/videos/chunk-000/observation.images.angle/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c27b4844f7d7d0dd3335516d9e4e95b8b9fd7dc --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae54b0c0f45e1c60cd49258654c5725a0c05975556bf1fdc69229721d6680df6 +size 1115987 diff --git a/videos/chunk-000/observation.images.angle/episode_000025.mp4 b/videos/chunk-000/observation.images.angle/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93742caf970e8fcc7e9503353e0c3383666373eb --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74a5eb5c6f27710323eb815de5462f5576e52c650a4159ce5fcd60203b71939 +size 1063045 diff --git a/videos/chunk-000/observation.images.angle/episode_000026.mp4 b/videos/chunk-000/observation.images.angle/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d989e5d64ea4b919f5a0a8a07a7aae0137cbeabe --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94feb8d19c1f4717b4e317c093fd43bf56a7d47092f2c4e8745044bf8a260534 +size 1251806 diff --git a/videos/chunk-000/observation.images.angle/episode_000027.mp4 b/videos/chunk-000/observation.images.angle/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9de9bcf6ee85551051e5f142ad76c0fc70f58f7 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28923da137c040f602a92fd4776422e1eb06005b69805d4f476b8aa9505b0c3 +size 1135352 diff --git a/videos/chunk-000/observation.images.angle/episode_000028.mp4 b/videos/chunk-000/observation.images.angle/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a891dcc48fa1d9b23c69f0ddc810cb3ec06f09a --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce0afee2c368ebde0f0c8d7de8e67b3a9bde46b5ae43d7b08b7661fc17c0a80 +size 933410 diff --git a/videos/chunk-000/observation.images.angle/episode_000029.mp4 b/videos/chunk-000/observation.images.angle/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19242f0e0aa7f3e3bf150e248024ba53246f2138 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e5e5a26bfbf7cf8860dc308f81b000474921d0b68dfc37d651de36402b1d60 +size 1146146 diff --git a/videos/chunk-000/observation.images.angle/episode_000030.mp4 b/videos/chunk-000/observation.images.angle/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7e62ab8e202219b4563ea502b150158870c19f6 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e53fca3c486907d9ef32843a558e3da296c68baf4717e3133990393dee9771 +size 1005197 diff --git a/videos/chunk-000/observation.images.angle/episode_000031.mp4 b/videos/chunk-000/observation.images.angle/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a50b9fd46bb39bb45f1c740b5870e500ab493ec --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9934697321c6c7c62c214c40d0e27d7dde85e5969a42839509189e33063c4541 +size 1041252 diff --git a/videos/chunk-000/observation.images.angle/episode_000032.mp4 b/videos/chunk-000/observation.images.angle/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffd8137f808dacb4426dc9aaba348b0844e1841a --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969443327c92ae9920cec1c5e28559db6f8ce06cc2911a8ad171eb386aaf715e +size 1107774 diff --git a/videos/chunk-000/observation.images.angle/episode_000033.mp4 b/videos/chunk-000/observation.images.angle/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76dfced1e2e7c7f9256120f470a39a933a6d360b --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48561e399d86f86f361b69fb6d135aa8c6a5e909a57497d8ae0e795dfd64e18a +size 1103552 diff --git a/videos/chunk-000/observation.images.angle/episode_000034.mp4 b/videos/chunk-000/observation.images.angle/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95289f8d12c7fe8af8adea1f44394bb9069a75e1 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d3980e3ef02ba316ffdab6ea3d59c0bc61d011018efc73d6930bcb0ae04f1c +size 1130610 diff --git a/videos/chunk-000/observation.images.angle/episode_000035.mp4 b/videos/chunk-000/observation.images.angle/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25818bf3e4a63b0f99a66ca82fd781206784b0dd --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ef015925b95264920d1fe5626e0753e967f8d140145d607240eadab7dfc2a6 +size 926924 diff --git a/videos/chunk-000/observation.images.angle/episode_000036.mp4 b/videos/chunk-000/observation.images.angle/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..679ff8dc2db541888c79d9dbf834859468e8fb74 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f9dcdff68bd3392db56d4c9bfe91a0221a01057e8d019851625f7fbb269eea +size 942094 diff --git a/videos/chunk-000/observation.images.angle/episode_000037.mp4 b/videos/chunk-000/observation.images.angle/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cf83fd479a40d76114ac561b9fc6eb580080ec9 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f957aba0da14953f817d6a6a011d14e896cc5e58e3aa8dd7427ec1e71538a4 +size 994846 diff --git a/videos/chunk-000/observation.images.angle/episode_000038.mp4 b/videos/chunk-000/observation.images.angle/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edccb088d329125a48758de50eedff829cd9d016 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c11ce3e59d10d50f915dd68ebcc478a58aed5431c5016e15ce28249665c3d1d +size 1095603 diff --git a/videos/chunk-000/observation.images.angle/episode_000039.mp4 b/videos/chunk-000/observation.images.angle/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..357e47a955977755e7450b217d340b0486ff7274 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8902a05974b9aba72abe8c2c9440195944440735b8a6027d3693aee46790adce +size 1071797 diff --git a/videos/chunk-000/observation.images.angle/episode_000040.mp4 b/videos/chunk-000/observation.images.angle/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d730e2fe6e3f448762dd19129402dba20a902197 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e511c412d63836a00b2bfdbefebdc5b5ad53cf12c8c2efbc80ce9b178c58941f +size 1061665 diff --git a/videos/chunk-000/observation.images.angle/episode_000041.mp4 b/videos/chunk-000/observation.images.angle/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1d1f07dbdbc00c128f3f17af2eb4dec7b79ab13 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8566c7b895548de7b1e2c12a01a219de72e70b7e400d7d43657be54255c26da +size 1027783 diff --git a/videos/chunk-000/observation.images.angle/episode_000042.mp4 b/videos/chunk-000/observation.images.angle/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f237166561f9fd6853a1634cbe232fd121acc89f --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c142858670a8e2359d74edc5f5954dbbd7736db9b20b57088aa7477c5c9030 +size 1067510 diff --git a/videos/chunk-000/observation.images.angle/episode_000043.mp4 b/videos/chunk-000/observation.images.angle/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18c49f39fd4bfbc5607cb51303ed325bda712cf3 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5d2f40500f1a6b1e30679a4283fd97d7b6d83829dad5bff0446424119d1cb3 +size 1038308 diff --git a/videos/chunk-000/observation.images.angle/episode_000044.mp4 b/videos/chunk-000/observation.images.angle/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31ed6d01c653300fb31da065fa2562158598cf6d --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36df87d2300a52099972385c93cd6da36b03b0cd6432907c87c3e8d5e01d71f6 +size 949722 diff --git a/videos/chunk-000/observation.images.angle/episode_000045.mp4 b/videos/chunk-000/observation.images.angle/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7ef64fb90568839ff73ad0a5a55b07218473739 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbe06124bbe79d8e3f2cf2806e12fad57b3b407882086bec5485f0e1749c280 +size 1072142 diff --git a/videos/chunk-000/observation.images.angle/episode_000046.mp4 b/videos/chunk-000/observation.images.angle/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..542dca77676d8ce3f0fe58e547306a23fd24544b --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900385fe11caffe3750c6556f0f37f81c58894048be551254bebd2d4702d1e1b +size 1115280 diff --git a/videos/chunk-000/observation.images.angle/episode_000047.mp4 b/videos/chunk-000/observation.images.angle/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6a00fcd0df569feef177f0518587fa59988f3e7 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d18b75052cc5b6516dbc8272eab02aa1ce2c28ccad3a60c724f7c0f63d0819e +size 1138210 diff --git a/videos/chunk-000/observation.images.angle/episode_000048.mp4 b/videos/chunk-000/observation.images.angle/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ee3cd4d866accaed774009865765698cb739925 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e5f0700d71e62496771e42ba9c1bfcc73efd1338a87edb502bb66d78c6ff48 +size 1039641 diff --git a/videos/chunk-000/observation.images.angle/episode_000049.mp4 b/videos/chunk-000/observation.images.angle/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71eb5df05c6ef2b8a9ba58143ca767dd12594030 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633c80bf22c09d3cfdd63d229229afd8a7a58d29114fd173a2ba2a7c21b63625 +size 1213208 diff --git a/videos/chunk-000/observation.images.angle/episode_000050.mp4 b/videos/chunk-000/observation.images.angle/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24651f71bd9776de437428a076a083027060e199 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741e98d1cd369abf843f3892b21ccfd7b60c99394d93627a6559d7fe7b2a8d37 +size 1178163 diff --git a/videos/chunk-000/observation.images.angle/episode_000051.mp4 b/videos/chunk-000/observation.images.angle/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cd1d537a86cf9bada30ed8a1d82eb5ff788b81f --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112c3ad96a4b8a6e6bef8abd0e8edcd6f449407402aee6ed4f7d6735ee28041c +size 1324997 diff --git a/videos/chunk-000/observation.images.angle/episode_000052.mp4 b/videos/chunk-000/observation.images.angle/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5bb06ec5d4000ebd2b265756fe14930510703a6 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2d9c6de7030aed6d55f2aab5554dac56785283e8001e9f05949c7b080c138e +size 1223770 diff --git a/videos/chunk-000/observation.images.angle/episode_000053.mp4 b/videos/chunk-000/observation.images.angle/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b7bfcec31cfaab8865f28621703350b3b989162 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe7b34b8dfe067982c358e6155c87618f4dc3608bb19d7010ad27b7d6220c84 +size 1296397 diff --git a/videos/chunk-000/observation.images.angle/episode_000054.mp4 b/videos/chunk-000/observation.images.angle/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97d8d1cec1a96ffa8a08dd14f5f8f61716f2ad30 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da76ff50ca094cea19698faa0394240e3d466372f335d8f5a9763be13ccc980 +size 1335260 diff --git a/videos/chunk-000/observation.images.angle/episode_000055.mp4 b/videos/chunk-000/observation.images.angle/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83c45a819110aae60966d02b0044453c67bc3fc4 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18daf0fe33e2462383695dca31c15e9da8cf144e7c5f6c52915abfa1d926aea5 +size 1309938 diff --git a/videos/chunk-000/observation.images.angle/episode_000056.mp4 b/videos/chunk-000/observation.images.angle/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5131a6e3d8bd0084ae17c9a38660b718e30a3f26 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c952d2510b1c9c8f633cc80dad8e43169edbb51380bb1ca949e1c75edd2e87a1 +size 1074559 diff --git a/videos/chunk-000/observation.images.angle/episode_000057.mp4 b/videos/chunk-000/observation.images.angle/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a55d41d5c08b792d00e8fea8c396adf0138ae24 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44f923814fc682eb2bf88ea68b00e1ec724cd5ccc5a36929567b37b23f783fc +size 1209409 diff --git a/videos/chunk-000/observation.images.angle/episode_000058.mp4 b/videos/chunk-000/observation.images.angle/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b6cfd15231237e4973a3e27db15624652e98afa --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835b579a4ab43f25b37c162c30e1e1649f76df525252a73b6e2fb6f304653af3 +size 1101921 diff --git a/videos/chunk-000/observation.images.angle/episode_000059.mp4 b/videos/chunk-000/observation.images.angle/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f8fe5707e8430839827cacdece7c3e2900af92c --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5489c52ab5d42ff6f305d2f0c624b251f721478667118c4122850556e1927220 +size 1132145 diff --git a/videos/chunk-000/observation.images.angle/episode_000060.mp4 b/videos/chunk-000/observation.images.angle/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56cc387870201d807ffd0cadfb1ef7b169654e81 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e408d05b892f1a187c38b65c879798664bc0ecd2d3941427791abce9e5ad71 +size 1386134 diff --git a/videos/chunk-000/observation.images.angle/episode_000061.mp4 b/videos/chunk-000/observation.images.angle/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0b8c925ab28debae8b5e17035058bfc7374cf8d --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fcb29f5846cb1194e18ae3d0b017b7047a79b0ee42291da5d6f151e4c486119 +size 1292125 diff --git a/videos/chunk-000/observation.images.angle/episode_000062.mp4 b/videos/chunk-000/observation.images.angle/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7eb4d4a8a063cad79ddd6307031ebbd21492fba9 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e9cb5837237c42579ab783e3f7da7adffe927215ab4575672dc01b9c78a7ae +size 1096691 diff --git a/videos/chunk-000/observation.images.angle/episode_000063.mp4 b/videos/chunk-000/observation.images.angle/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..752405dfd7ae0be38a305ff08a9ce6bfd4fcb8f6 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcda02b170e712db2bf5ef668cdd0fd69ca31fe81463ac3947290553958e0e53 +size 1238494 diff --git a/videos/chunk-000/observation.images.angle/episode_000064.mp4 b/videos/chunk-000/observation.images.angle/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42946cf36415cbc00d9d857444831b524b8ec980 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9c8cfba69f8b12c11541a8df92fa74f54fec235877962f617cf881dd46bc26 +size 1235015 diff --git a/videos/chunk-000/observation.images.angle/episode_000065.mp4 b/videos/chunk-000/observation.images.angle/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02c1dcc380863c50d09d4377c51dda4deb6f5815 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ada3d4f892c42b2414ae7adec2a7d1765d11697ec6652aecb65cfa9acd1297 +size 1179601 diff --git a/videos/chunk-000/observation.images.angle/episode_000066.mp4 b/videos/chunk-000/observation.images.angle/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d79fa9b4c5e006774fabaf01b373cb4d26d5289b --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c91a9289c84c731ac6164057aff2c6e8d0c4a300e09fe8eb3bc9f5c10a4c6b +size 1443947 diff --git a/videos/chunk-000/observation.images.angle/episode_000067.mp4 b/videos/chunk-000/observation.images.angle/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cf98670307a814e73c7ac2d0a7c772aa0f6e817 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44e1ee16b1d9e44df990502dcd0aef07eb202d2ab78b89797414803c4ff1c9d +size 1120582 diff --git a/videos/chunk-000/observation.images.angle/episode_000068.mp4 b/videos/chunk-000/observation.images.angle/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df9319d391447aec2c15cddfd0937b82a0bd87cb --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1dc7e13197e2e287c04d46c78d8f48e4183740f61517380b92cab8a7320dd65 +size 1254844 diff --git a/videos/chunk-000/observation.images.angle/episode_000069.mp4 b/videos/chunk-000/observation.images.angle/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ede78d3deb652083a7d6ad55e07e9e37fa69d78 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40fd4d3b07e9e6872ab89796e31ecf5dba53ce65c48d06acd0866a81d1b5de9 +size 1110207 diff --git a/videos/chunk-000/observation.images.angle/episode_000070.mp4 b/videos/chunk-000/observation.images.angle/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..285a162abb246f7de7a01b963c07e8ee5182f08e --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee32f0ba50b7a98fdf23581559031b4adc251fc31a383f371230e3ccacdf1b8 +size 1461588 diff --git a/videos/chunk-000/observation.images.angle/episode_000071.mp4 b/videos/chunk-000/observation.images.angle/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed2cb655d9d33068b3f509cc1de7502060ecadc0 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac66a442cd32fa829a1bb243e397ecf5a3e2ae1c901b976f6b46314844da735 +size 1198644 diff --git a/videos/chunk-000/observation.images.angle/episode_000072.mp4 b/videos/chunk-000/observation.images.angle/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9afc23df10db1af98f2ec803b2c4b4c8e6162ffd --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ee0736ee88f2afc16f80721ea288bfe8b540c5e7122296ad52b3df26fec5dc +size 1144946 diff --git a/videos/chunk-000/observation.images.angle/episode_000073.mp4 b/videos/chunk-000/observation.images.angle/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5d3cda450efa5a1ff46c647b5638c056bbdf115 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5a0aa32cad8c12618b57d2433db78fbe8ab730bedc3285c6a9f2bf1e8b2056 +size 1120074 diff --git a/videos/chunk-000/observation.images.angle/episode_000074.mp4 b/videos/chunk-000/observation.images.angle/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2c4a9242c0a00dad4a40d71cfa2316accddc0ea --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c948a24b6222515ff7f82eb6cf8302730ca229576da8b89ee8d2f0ca793b36 +size 1160849 diff --git a/videos/chunk-000/observation.images.angle/episode_000075.mp4 b/videos/chunk-000/observation.images.angle/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a5eef3a39bb512f00ed63f15692813ece433a52 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053a2f9c362600041627304c7a63c2cb2c866e7b8a41e4a5bd14d4027f013998 +size 1546545 diff --git a/videos/chunk-000/observation.images.angle/episode_000076.mp4 b/videos/chunk-000/observation.images.angle/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4dd25aae81dc453b22a92f8ab1a8497ab484da5a --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7178c3055713db9afab070ce42bffdad25a06737493d100970507e5c2a588836 +size 1000354 diff --git a/videos/chunk-000/observation.images.angle/episode_000077.mp4 b/videos/chunk-000/observation.images.angle/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..959d36ea2d9788e7e58cb7f27a52e31f60264e31 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc56d1d983aafb499dc076b88d6b15aecff2007b665f2f8fabe05e51946b80ff +size 1067385 diff --git a/videos/chunk-000/observation.images.angle/episode_000078.mp4 b/videos/chunk-000/observation.images.angle/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae2bb51bde845bac6eb451b21c590462ee44503b --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267056456a3e840338a43dfea36caa3a758a9d4690073c8ac917f3a5a3470ec3 +size 1174345 diff --git a/videos/chunk-000/observation.images.angle/episode_000079.mp4 b/videos/chunk-000/observation.images.angle/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8579e07bc6bdcc74e9c77756b2fcc40ce4532cf2 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b99a4edcfac9d535c564897c60b794a7cd86dc43357f6804b195383c9dbb64 +size 1046861 diff --git a/videos/chunk-000/observation.images.angle/episode_000080.mp4 b/videos/chunk-000/observation.images.angle/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f902e0c70efe065b6d81eb7432587371818e7a08 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36393b81a435c2303a54c445f8ef71d9539cb34f9409970c34d77cf5b9f4ce2f +size 1163819 diff --git a/videos/chunk-000/observation.images.angle/episode_000081.mp4 b/videos/chunk-000/observation.images.angle/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b916728a081a6d6e3f6ff732c87159f80353bf4 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77666e18cf2f0a1baa4698368666ab027cf72fe8210974bbd9b65dfcf8539e61 +size 1300560 diff --git a/videos/chunk-000/observation.images.angle/episode_000082.mp4 b/videos/chunk-000/observation.images.angle/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..425fa482fa9c1ab26a52a51c9824f4470c2ab8b9 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b98dfe40b3cd4ded860df8220b1c3d7c68eec41794c24f39cf38f1bf948161 +size 1060141 diff --git a/videos/chunk-000/observation.images.angle/episode_000083.mp4 b/videos/chunk-000/observation.images.angle/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecc7818d81209cfc36d752166de0c1c1b3520f36 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6243eaf46370cfe21b89d64aa4e84dac3ce5fb824071b98f2203d8b9f98f3c17 +size 1277665 diff --git a/videos/chunk-000/observation.images.angle/episode_000084.mp4 b/videos/chunk-000/observation.images.angle/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..565a5769c7faef5c19fe90e7a651c648217726ee --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6d84b05621bea3bf5c4d5fa71d60ecfadd570a1e83656187a5506097378c1d +size 1045853 diff --git a/videos/chunk-000/observation.images.angle/episode_000085.mp4 b/videos/chunk-000/observation.images.angle/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9924e8bf03449b359bf378af00377e392b2d45dd --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd656c0838c5e95880719de30da1830dda6e83fbd7d4686a1093d2be9fdcd136 +size 1096417 diff --git a/videos/chunk-000/observation.images.angle/episode_000086.mp4 b/videos/chunk-000/observation.images.angle/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78ce8a051cdff6bf734770b485afa601498354ae --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7021d2100df5738f611031365a0281f1fd4f292611d70b8c2c3c037f2ce830 +size 1109862 diff --git a/videos/chunk-000/observation.images.angle/episode_000087.mp4 b/videos/chunk-000/observation.images.angle/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d4fdbb7539e974ed51fd3c3899e2717ef2c8495 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa9043dec6ab646eaa00837ea6afbfe191ffa41d91373b95f6c59112a5b5230 +size 1177915 diff --git a/videos/chunk-000/observation.images.angle/episode_000088.mp4 b/videos/chunk-000/observation.images.angle/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..502d13876c5e45e4e2fadb929979ee5e8006c773 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28908c129b339569ea2eb5a24aefe2546c34bc70918affb6c07dfc0099aaba78 +size 1163144 diff --git a/videos/chunk-000/observation.images.angle/episode_000089.mp4 b/videos/chunk-000/observation.images.angle/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec3844c7d737e457b482c87d7f31c960c25ed618 --- /dev/null +++ b/videos/chunk-000/observation.images.angle/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117f6afef3ed9d9952a9eeafa8bda81eecc761007b493088cd39c6bf60ed46fa +size 1171458 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000000.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2dec1bc1414169d9bcad8cb457e8ee74e080ebf7 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e837f7c38da4038cfc00c4c13ee257cb7a083d51ac35120b5e6aa7d0e43958 +size 1407793 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000001.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4d48f1c6f7cabd8f11d57e15a42a31525f67767 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0771814b61048ec775ee83e9f7484d9d72b80abd569da0e6ebf30280176e8d66 +size 1313487 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000002.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..810ca93b17f6318792de408892d9e41405ddb06b --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5b30afd4b6906d7c6f217cc33ceae28ab64b45dfecefd0d4014a30c56a9c48 +size 1420496 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000003.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a328a788a62ef2b0a54b3b92a9b9e1dae774b22d --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238548a70b7a579e8bc1700f4bd1be13cf2f3be97fd8ef27e7a3c9eef1a89d55 +size 1390348 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000004.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a1c1c90b9ace491162f9347ea0442d50995af9b --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5451fa5229c97087f26c316ecd99a0cb96c44811856cd23bebcc9eb0a7d855 +size 1548723 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000005.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a59e22d2efd648db92e1aae0243f78805920d96 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be816b67c8a6db538ccc634cbdb9e4aa77bf7cd426ebbcf072d110583ab185ea +size 1540559 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000006.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c190133b04c3a1c475c3737625513262feb263b --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b821d694fe25071caa2cc39fea97a6cb36c801867157f56a830894c834f020 +size 1368972 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000007.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b293302cc2c6565ac4dcc1766d5d253df6b7e64 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f53c8301cbb7dc619943f18c6b6b4923ade647dc0507edb68c14dbaec403be4 +size 1470634 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000008.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffa7d468755fcd97896b560fc33ca2c689ea37f9 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c05967cb2835bc8fcca24250d54be8e812c25954f3fd2c18a94fe50e668f357 +size 1516874 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000009.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c2585580edcf7af63fd6a460c4493021cc42359 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41194d64a642bd4cbde2719102c0a5e08ccd12598ed6aaa61ecb89790f9a7cf1 +size 1571747 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000010.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee5ef1f827a2755475b1909558c4e23109363ad1 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be49b9495721417bb28d211c81a490cc8bf35796349c35e98914481908c15f8 +size 1489614 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000011.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c9b1d74e1f9d7f5bf143959b18b8eaf970d6cf6 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4581586f55e651d82f6b7f93d12ea078ecde39cbbdffe433331e861e3353ce +size 1420862 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000012.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ffce611989c78b295fb128c6513692721d22a8f --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34bb5f0c2a054a1a1993864b9f0eeabd2854671a20832f7d0558c031af521c46 +size 1390357 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000013.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ee071d3eeae229d8f9b9d4f16078c46c9693d25 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72af7afb5c5420cd0fd18b40d98904f7fd3a0dd7c7a94c0aed838c72776992e +size 1374275 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000014.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b6ccd3ec1bd4fb2196eff0968f1895b792d2555 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6125daa2844ef80ab6e9278aeb2ca61060b121b4d41e3191af95f82fe4a75fe7 +size 1426469 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000015.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b870f8eb4ff904c9257850a139ef9059e5c5407 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3241371d86dddae7030f9db7ae04ec7139a5bdc106735e9153f3ed21697cc3 +size 1296031 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000016.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2f01601db2d55a143a846e5aec994d6121a43f5 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f5889cd8e550b499d483e2bab70c0aa2b209727429a5ce06b76b683ab2b9ae +size 1221849 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000017.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d42cbbce861e1e0db6d5c4965491f85a96c2ab07 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ab3772f5947e214759e16f998cd1ace039e887cc71ae99d75a4a2a33dc08da +size 1395166 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000018.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2f1354eff79194bbecfd123c410bb4569a4aaa1 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beffc0623473c11991566c095506e33371ac7f41088811555fa91b2d67db137f +size 1270708 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000019.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb39ed663cb2e6448cd5a019ae67c324b15d407a --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1228e601cae785d26284d9f764cbcfee500e1a957560f851ad56642d8bd5999 +size 1209712 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000020.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39b32080790ea2d176d13428e0a415adec024b9b --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea09a9744b517292861e7e08c17b93b61c689203590d77c42eeba98a0139117 +size 1552894 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000021.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7319eacca81d8dcff7cc76c7e5593a47d88f9a36 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f7d961015dbf79b4cccfa50c8beeafd4db54c22a7d187b94dfabea8eb07c22 +size 1283898 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000022.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..117df78969928011a2f20c3f8a2db4dbecb27003 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29cd78f8a4d186c4a784245666be34430dce70d5af44078eddd5f0dcc59e1268 +size 1315458 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000023.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cef5d701718b8f1f973150413c149a557b424a82 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad570ac6449c51471017e7fe37e8803122d00656de63f5560b469160cc56e09 +size 1390964 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000024.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae1008a5e06c7526d5365d4743880c82beb70a63 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a85955d953feef7df641fbb3faa368be064319e5f08b808fd9d54be9446a732 +size 1399137 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000025.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce911e74f29a5740f8d238c71807b8355a5e6615 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2eaf7c01aff030c85065d4fde4045e1a70e97a4d90a9fe4ea4b5a6e10cc12c0 +size 1432414 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000026.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..234fb16b4f9d5eec5f4d0431f629a89c36266384 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6363a57e33888d0bf97f4ef4e563c67fcbc646cf48024b38f687449057711ef9 +size 1640074 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000027.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efecbc83fc45457ae353cc9fa9396da151e119ba --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0511a8ee890d42df99b30da4b21ff6bfff779afdde770f64b8b4a02bbf05da58 +size 1427369 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000028.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6207a3df8b7a87b8c925f569e5babc3903f86e8 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddf310d44aeb8beca60fc994cc82c51de28406dd7b5361fb6bccb02a1aaa1b3 +size 1273039 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000029.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0c68630842995022a935b406ca1d69d03065017 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3f72b65e81cf2a82c999791c4b68a81fca4524dded4dc1c557d4e229b5974f +size 1512395 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000030.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..912e809c5b68ce2e7495010c97df5d479c7b4ee1 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af0dd9b2d58c408c83b83daaaaad58990ba2c7d2129303476405643cec7e369 +size 1058018 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000031.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5aa51a9da3e6c68a5b01e36326d7fd197a973930 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329e3d30bb227420e0f2952b1a11f6e6fff623c9b843985e319412f651449425 +size 1107294 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000032.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2440229dc2d192bd68d74cccdabc421dd7b3538 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c905b93452d5fd3f377ced805cfcfae0f36ba7263d2d35c434e17bc2d4f7471f +size 1259928 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000033.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..543d77a90be841f88ef053b2d688e56612a46126 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697ba51e10b5e8e9c84a296afed3514989f68e8c28d2837939b33d33ddfb826f +size 1216424 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000034.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71411f6fe374dfc2c358bd854717fbb1206d9723 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9db692b93494ecbf99c622ad71df16412ae34a1865ced3d1577daf1a7bc0e0e +size 1245833 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000035.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81598e311cbd20283d87e4ee6c04c039b77b825c --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e902c060968a298e4170a5ea75a3eaa8c1d272f28dd5b92d33ff518ac602343f +size 1063751 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000036.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1702ec8d0a694380258837a58224e90d90e59c01 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27610e5328b93fc3d7c751556d0449bf018301a0a0d19350f8f61298105deb10 +size 1056172 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000037.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d32d392aa52d7011da068865a0ff0e53f2d5c268 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27eafda79bfc4cd8e7bd2fc716038168c65274017811f597165c9a5db6b115e8 +size 1131367 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000038.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b7396dc87aae9bc2908ea85f033f768382454d3 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055b0dc5a4bc247f8be616f87ebc5aab6b357a8aa9d0496963bda640d281ea45 +size 1195418 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000039.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f204e11632dfe6fed8806375a264bc7febccac93 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2590a4f8e8649d685a366f135527fabb20cf6cbfa007cbb3587677942530ffe +size 1169369 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000040.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cab9c74efbf0373e81cb9c90746a5673c345e5c --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1320763b04f18ae648fc1e22166a664ce77ff675e4f19c860b8dfc447f08fef3 +size 1180341 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000041.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51d4a001d9ab92af08b1d54b5ab586d7c8376e42 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d875eace0cb6c9ba1537e305debef459798f5da37457275d0c64a66aaa5a98 +size 1190059 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000042.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a395389e2db6854fcf5389e779d1b007db59a9b --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b23dedcd55758142ff97a8ab6f48236d58d2591fc9a7ff4a3b7c5cfce86f34 +size 1165211 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000043.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12f7961fc06c908a7285b55daf2a062a7ea61879 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840133a18cf7c753fe72f312e01904584145d88811549f5fcfdbd4adc84b374b +size 1114456 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000044.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..333b2441b20b5fe6c601a30e6fd1c994a6a209f9 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6132e57745d5cad8bd8c37f663435b522e160c521a79faf2873a365892b540c +size 1050789 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000045.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..059a49c44de9ab174a862b117baacebfbb5eac49 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c09e76fbae039e0eb03a6f93154da673fb66137dd9d751943cfbb34e5b93f5a +size 1157002 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000046.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84e6849cd432c616915c2c21495283cf089d989e --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb96dbf0734f469a75945b29196e7c910a15cc06e900a88f541cae18ac88631 +size 1202492 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000047.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44af4e29a0b8d62e04a67d87176983ae07161f64 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c884c0d361216750c158def0ed207b43cd45870a6afe90572779841f8714c643 +size 1242847 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000048.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4afa9c8d8842d18d88c5cc097327ac81f69d379 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f302e14eaa48a449bb5dc72c33e8506c4fbc9b54e69f252277ac909e5c2a91 +size 1196067 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000049.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17aca51bb6bf0c6b776a395d36377b0c25ff75ed --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf9f1c2a1e327134c11561744eef8f20b4e80182656d9a2b58f87ba5ee45789 +size 1357681 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000050.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7cfd58415e4c575f3487d3c0bad66fa11f3cf9da --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94db542c872e4b539b7afd5bd1061ba82b656a2f404ebd89ce48f0253fc46c6c +size 1303133 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000051.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2df88a644eaeb4fe9ffa496bfe5671f5e3186655 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8af81259bfd42c009fba001bdbbd64b8393f64b1064743ef7922a333f30f84 +size 1366486 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000052.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a328a666cd6dc17630b616ceee0b0c17cb22de1 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49499a54dacd8502b9225d35aa4f6b71ad512b7f593017cdede819b7576bcd94 +size 1404904 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000053.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffbef14a472c582cc0e3cd0ebb7815dd945aafe1 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3ba3b3afddc0f6b8bb39135b4d0d8cfebf97f231b44544ad32d055c922bffe +size 1471750 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000054.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..448abc162f48b8030a3d1555c7be8c996f636e8d --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4e917da265a0f034a3d5d91b6cf4f691c3e3f127b47836f3cbfc9300b57cc9 +size 1504069 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000055.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d61de46d38be46d17b6b7f11f28a6aeb2b50437 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f536b685523f91745e0cdad83e0469a6aebc5288b75e34618ab7add3413dec +size 1409619 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000056.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97face91925f55aefc95a8d8965ff506f4f773dc --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb925cfce038e3b18fe09da24c017d9092a5f421c0173e35326053c2ea1794d5 +size 1254414 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000057.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e8ee3d46db635b30c28209ef400cacdd38d149c --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55544828643c2b74046a2663d470b2a822ecbe36652ca19aa492ea4201113c94 +size 1365807 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000058.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf25a4fcc98f36d8acbc3ffcb247fd279442be2c --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f53252e7a1baf2a0e13bd3e370f2e10afec94aaa9cf7d0e7f23c5e1c889afbcb +size 1245585 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000059.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb5287f1105a856dcaa2d220856cd8791176509a --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002fd089c0ec10c7f165c2bc6dd2651bc9586074bb6fc7e75b76917c2eb41655 +size 1233538 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000060.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6b87c5586a8a93f51ff0f74f737f8ebc6143848 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977cf12e1cd49d4255c69b7bb81897bf65e9004e5354c3724acbd758630c358e +size 1347822 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000061.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2ac9b0658ae4f9e3591151a5d0d3ad24532f0f2 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da971865e0584f45d6002d2afce7e7711cbd7a8d07954c730f301681516b861 +size 1245596 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000062.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fba4a01b82bea44a2780e1a102ea5269a72f10ce --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e903a5106514649c747d3fcb171d793301c2d144a338901e2e389cc2159302 +size 1101396 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000063.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab5d6ea5d0240ae80c35c8d91cd7f42535b7ea06 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5df5be06a7b9e17633e2b1abb77e548bd00e325b70bc356f529edf0fcab140 +size 1251135 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000064.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0b04ac774b3e7dc0c78b56f4fa02dc61797e488 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cca34db1f8ec9710b1f905cbd244e0254b3b536e945f292c9a17a66dc88ee29 +size 1334863 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000065.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ddd922cc91db7657623ba92ebe127e3b6df89b3 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6e45072b017cf014b709dd5be8f4d5b37ac1038ab019ea82ae756b34c65402 +size 1260935 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000066.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8268cc3780cd5f8ba6c21dedf2a38dffd9e9af8 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a8aa71404dc76f5dd0eeb2e124bbeecae64371712def17e40537d60bff7af1 +size 1493056 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000067.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d7f0ea2e4a9ce50a5e39b730028b7c31bb1ddfe --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e15848ded183d6ee47c93a050d83bb054095177131ccad78e75aef271a7d240 +size 1165341 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000068.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9801c281967a8ab730042047ade455199ebc325b --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1962d2713e937e4e3e7c69423e50bc59f37b8666c94a2912789cc7a66c17de6b +size 1301596 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000069.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb3da9a28f4a23be7637728c73f32f0c1fe2dcf0 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7d3606618104d372ed634ff63b2ab4493ca80c47760303e3106611cc9c3414 +size 1164397 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000070.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bccdec57fa8973735035b5e05d3777639c8aa991 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62dc527f437eefdd44b08a6d7ef9f65cd518e56e1c706203a954af232eec8c94 +size 1716045 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000071.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17606312a27c5844a59d83b62ed00d194062b006 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c003cb3bef9670b3961f04c9dd54365186015b9fc9e05433b9e9bf934627ac1 +size 1243352 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000072.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7263e28879d0e39d0d878da9f9c27e6a50c1a0d6 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5164c884f2b03658fef433124ba77e91bc81159ee1f52e04b66e9fee642280bd +size 1241291 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000073.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..822f9b68e1c8a3084023c0db26329b0390b1fa3f --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaac957b58601ff55949335c6ee4c76a29d66af35bd7455c44fb4a1f4d5eda9a +size 1245851 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000074.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6083ecb504e8f6a17851346387271e296af8f9aa --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e594dfb2ce7967ee4621ea4b95a7f04f8a271fe1c1b018f90ef6d01664a59e9 +size 1338778 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000075.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85edef5d93c111c129a838b5026f95e2edbe4ef0 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6626e29e416756a6e2c5c9ae0ff8096cebe32d2ae9b562bcc14fd7d0ef8ed4c8 +size 1603630 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000076.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b717b3c1285ca4b2c7c0223e82b6c4ed5e31c7c --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c77437c97a28fcb0b586f13fadcd3c82902219f44e082bc25f8c96cf946ef63 +size 1088356 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000077.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c7807334f362a0551ce000a3a7fa9c88731c4ac --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd28d5e405f6a00cb8072fe6fa1ba921f734f2637b3e58ec1bddd51ab73f4a0 +size 1227731 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000078.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06f1286d2d57f54d4270f430c6934a469a601495 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6123c8e1b3c182073580221e93d6c3bdca84503ce25ed2358d1b754177c05e4f +size 1167690 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000079.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7b524961a76334a6c347299274e7f36a298e628 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8222eaeaf58082eaabcf83f575fd9da0c13a577920d22d333fcfe85da6592d54 +size 1087413 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000080.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f09f1c0525ef393b0abd1554f6e9f072a6687324 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6580163ea07e3f94d456da7aa92ca31aea0720fd459c76a7219904de1e5fd02f +size 1276548 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000081.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18c428c9289b65d14cf08e042278d510dc609646 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:433b73f2b0b880a9bac4b3f051c9e797711ff2aa9cbceb77f5182f7b5b26b505 +size 1400482 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000082.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1edaee59eaded110d8416a5ea57fd67901bdfc5f --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1977fa990d35e1177017c3a212223e08e7b424e72f01da2d8baf51d9d5f2762 +size 1206574 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000083.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b1a617cc5d366cdbf25ede04518bbdc26f5b515 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9702e5644bac6c22696d0b1af9afaedce8d5dfc8a54bc8ea559e7505d5fc5683 +size 1369003 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000084.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5da44e38cb7a9a2eab1b3e9884f74a86c8ae9e5 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17b5e412858e816109c7d98e31b9d741578829073b24bcb8df6a6ae55281679 +size 1162285 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000085.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b4575bfa24465bbb5dfb6ad6fc21328972ce3fa --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db49a5ead1ac42067ec3e4bcffdb495547b733b5faf3f368cda510a9a2fef1f8 +size 1200227 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000086.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..725b1fac183cf21f523338de32abc17ae835be65 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d44d905f0e49714b3b45cb32de7ae1d7abd858858f33cec468fd17a5e5a3f6 +size 1202103 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000087.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89f27b35fddee0b80801788bb60826cf8a7f2d73 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1337e5058d4307169930fd8e08fd48d674a8fae90e15d65ce857253654c59493 +size 1395370 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000088.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afecc667507c94e3a2ab746f9e2e71f520ead1a1 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee04692e1730f05a877023b3a9bc53f1cfddee1bc573255a4068cb3add5cc29f +size 1347566 diff --git a/videos/chunk-000/observation.images.left_wrist/episode_000089.mp4 b/videos/chunk-000/observation.images.left_wrist/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9283f1bb45787124cc7ef128d1e9965a3ec098b0 --- /dev/null +++ b/videos/chunk-000/observation.images.left_wrist/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f098812609388d9a8b75f5ab307605d05fa9406e461ff36fc388634d74ebe8e4 +size 1374847 diff --git a/videos/chunk-000/observation.images.top/episode_000000.mp4 b/videos/chunk-000/observation.images.top/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68379e8181fdf90ceebc5c6f77c64c97847bee93 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3ea115a3415e3a57919beee60343e41bc42e0e5e5564866044d77e8c23ea3b +size 957790 diff --git a/videos/chunk-000/observation.images.top/episode_000001.mp4 b/videos/chunk-000/observation.images.top/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74980967a4c092bdb06a29ffee1c248f95885ca8 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b964fafb260a7884c5ce3f5f96d73860e3f95d1dcfd51c7ee88eb10426aa3d9 +size 850350 diff --git a/videos/chunk-000/observation.images.top/episode_000002.mp4 b/videos/chunk-000/observation.images.top/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8d03f5c561ac56113ef431782133501f24ff9ca --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8afd4fdef91d309273fb13554ca446ef79ad81fa3b2a024bae39ba3f47a48ad +size 878706 diff --git a/videos/chunk-000/observation.images.top/episode_000003.mp4 b/videos/chunk-000/observation.images.top/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2799414a8165b5be0398e7dfe9c6cdc19b8d0627 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d557d35f26b42b2263075362c8d1f5bf3801886ca23ce841af779339be16ae8e +size 954339 diff --git a/videos/chunk-000/observation.images.top/episode_000004.mp4 b/videos/chunk-000/observation.images.top/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bf812b19b3512d0b048d94b909335c0cf3af966 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39fb5c0954c9e35da3161646fc18bcdd849d22499d9a742923ffe9f507755574 +size 867876 diff --git a/videos/chunk-000/observation.images.top/episode_000005.mp4 b/videos/chunk-000/observation.images.top/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f223e7dceaaf3b82345d49fba5bb72021c056f3e --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d9bcc39e1bd424616498a8033b7b134b01ac2af1fb7a7c06e1c16622f9eca1 +size 889728 diff --git a/videos/chunk-000/observation.images.top/episode_000006.mp4 b/videos/chunk-000/observation.images.top/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..217ef447076a0fcaf81be95f975647885630a069 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336176e9c0837e61e50bfb991742a796d2fee473e2de3236a1fc95e29b9fcf92 +size 904453 diff --git a/videos/chunk-000/observation.images.top/episode_000007.mp4 b/videos/chunk-000/observation.images.top/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67a059f979928d51ea238de5ec044d6234d224d2 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b891382005c164645f8c297d46fcf321627969365cdb28d48c340b2c76307f9 +size 868695 diff --git a/videos/chunk-000/observation.images.top/episode_000008.mp4 b/videos/chunk-000/observation.images.top/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f92717a138e699d14038a33a0eaa6ec898dc91ea --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c506cd9ebcb9761bf8a9cd7a3c61806bbd4e191aac702fc9a3a1bd56b85b80 +size 874729 diff --git a/videos/chunk-000/observation.images.top/episode_000009.mp4 b/videos/chunk-000/observation.images.top/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d11be2a0aba5f76790a9aae915cb569e66863d8 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1610089e547a760bd94bc909639ab7bf5c44d427b7ebec90a4616631f11c45c5 +size 964919 diff --git a/videos/chunk-000/observation.images.top/episode_000010.mp4 b/videos/chunk-000/observation.images.top/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ab7399123211ad28ebf9d67871361c3b83ad19b --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4facf33e834a951efacf3b1f523ae8fac20980a26c8f9f8af5c4385afe79726 +size 954168 diff --git a/videos/chunk-000/observation.images.top/episode_000011.mp4 b/videos/chunk-000/observation.images.top/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d02aaf709c12ca5079ba124f7d000e022512ee33 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff92674e7d7b50ba882ba53386bc27aaacaec1a32269fa140fe650ff3213b5d +size 799639 diff --git a/videos/chunk-000/observation.images.top/episode_000012.mp4 b/videos/chunk-000/observation.images.top/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df7ab801b8e230b2e84f786abb910e1bf426ddcb --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7fe04cb3fdb82d7139cda8aa020bdd3d1e65946b2c72f06117b15b119014dd +size 935942 diff --git a/videos/chunk-000/observation.images.top/episode_000013.mp4 b/videos/chunk-000/observation.images.top/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87b7b7463495d12577bbfeee77cab2c785758de8 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75362b136cbbd8055c6d1fa8aad5b6f07a0b40c1f696990876719014bfe998ae +size 888162 diff --git a/videos/chunk-000/observation.images.top/episode_000014.mp4 b/videos/chunk-000/observation.images.top/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebe117f6e78b012be67ccc4b3c9188d3cb593bd2 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01c848de56c4114237d3cc73a73c29b047c8bc73cb482250ec21d229ad7093c +size 788303 diff --git a/videos/chunk-000/observation.images.top/episode_000015.mp4 b/videos/chunk-000/observation.images.top/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a49294bc75f94e8d39784eeb3a56eb673e025fa --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e3aa693e1e890a4ce9edfe4998be9a3464f96db60e0200cb9c262513e58fb7 +size 753441 diff --git a/videos/chunk-000/observation.images.top/episode_000016.mp4 b/videos/chunk-000/observation.images.top/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c1bd5e68269bbfa27d2620e6b34120a8634e8bc --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ed7dc18bd8a10a295123cf525449da82223d3285fdb99d484f10491531a906 +size 791803 diff --git a/videos/chunk-000/observation.images.top/episode_000017.mp4 b/videos/chunk-000/observation.images.top/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96e8c2be878c1a5e52d4efed53949b9f699e6e63 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720ca7d520e147bfd05384c0bc7f9338ddfd48e25685a0e0597d74d1a0f4bf6d +size 890303 diff --git a/videos/chunk-000/observation.images.top/episode_000018.mp4 b/videos/chunk-000/observation.images.top/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d0d8f2360e2f9c8ca7c59a618763c905d84a12b --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649f5ac3a6b17e32fa19d208f9472cfb332afdea57ab5ce38fa59292cf7f9e9b +size 843593 diff --git a/videos/chunk-000/observation.images.top/episode_000019.mp4 b/videos/chunk-000/observation.images.top/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23027eb137851d493a4e679eb2d19154f08fbdde --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab97e0eb8dbb7a00249b8fc138786e2d3635ac329e6ffa94aea341d1261acbf +size 744759 diff --git a/videos/chunk-000/observation.images.top/episode_000020.mp4 b/videos/chunk-000/observation.images.top/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b7717fad5c4a4a4c9903fcc8963a529a31309eb --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7269ad5a6390f53339cedf0036b086e42ea57a771c7f004be60e3c63d96519d0 +size 838968 diff --git a/videos/chunk-000/observation.images.top/episode_000021.mp4 b/videos/chunk-000/observation.images.top/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..670aed8394f4528627c9f4dfe146e33885f08257 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b139879b7ae007961868e3e75eea9d7a4583fc44ba2dda83673c5647fa3c369 +size 838097 diff --git a/videos/chunk-000/observation.images.top/episode_000022.mp4 b/videos/chunk-000/observation.images.top/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..463a0902601a7da6ef11dc3c5ad7bb6d227687cf --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85b23e2f9ab6d77c21c2e472bfb189d9a7b9e573a856800aa8bf08f872093fc +size 892767 diff --git a/videos/chunk-000/observation.images.top/episode_000023.mp4 b/videos/chunk-000/observation.images.top/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd38455bc90ec91ebd0952b04960dfc967960f96 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3473e99a1d65331d2c52f2ea73d9224852fd8d2ca87c8e28c3995bd2f2f672 +size 844108 diff --git a/videos/chunk-000/observation.images.top/episode_000024.mp4 b/videos/chunk-000/observation.images.top/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ea6942dd3d567e6fa13d057d4769dde5ca34df2 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11689f654d289789ec25bdc9ec15e918062bfa4a7aec3737d1fd5c70733178b9 +size 841807 diff --git a/videos/chunk-000/observation.images.top/episode_000025.mp4 b/videos/chunk-000/observation.images.top/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94450afeda51f8be3d8627a697dfd10c398fbdb4 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b26e59bf80272e3bd65079bef53328f41ad69961a37e310b2d696a0681b79b +size 817804 diff --git a/videos/chunk-000/observation.images.top/episode_000026.mp4 b/videos/chunk-000/observation.images.top/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eeacb2219006d6b925f6918135e73feb1946e945 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5b422c6949c7d13bc66be8c7f47e7a2054da00d1c02057331455afe1c31060 +size 1004146 diff --git a/videos/chunk-000/observation.images.top/episode_000027.mp4 b/videos/chunk-000/observation.images.top/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..164521b52f2bfdb001ed1e491f8f3c12f4023b94 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdeb700df2b5954416acb444c6d879c277ebc46b8da53cf993033117b28715e +size 870868 diff --git a/videos/chunk-000/observation.images.top/episode_000028.mp4 b/videos/chunk-000/observation.images.top/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2aa3bc4f186462c354dd9b1626889cf84fdc33a5 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a73232492ca00ff9986fc82a89b3836fb001a625542beb3a4507fe6fec71d2 +size 689096 diff --git a/videos/chunk-000/observation.images.top/episode_000029.mp4 b/videos/chunk-000/observation.images.top/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..068277cb4cfd1d7d03fb35dd205ee2fc3594b330 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5e699f04edff6ffb0da85cf10ea71976cb4a319cae07270cebdb6ba669f3a3 +size 848310 diff --git a/videos/chunk-000/observation.images.top/episode_000030.mp4 b/videos/chunk-000/observation.images.top/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c5d1b59798af166f2caaf3e714cc3c8f6e8ddaa --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c953932f919d1a68b67caec3eb0332548eeb5711d021edb1e6b4285918ef3a +size 798342 diff --git a/videos/chunk-000/observation.images.top/episode_000031.mp4 b/videos/chunk-000/observation.images.top/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77ab8f77744da35bffb3b172eb4c2100f2b45f7f --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c14de399535b62ef2e5ce6adf7a0b3cf3a0601f64d49c97316fdae8dc5ebd7f +size 774602 diff --git a/videos/chunk-000/observation.images.top/episode_000032.mp4 b/videos/chunk-000/observation.images.top/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2aecf75280dcb41e184ba92956dfc64697c068a --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331ae5c4752d43f419d599e6e3472e0b49cc707a511cf999fd6da5ced9b3191e +size 828920 diff --git a/videos/chunk-000/observation.images.top/episode_000033.mp4 b/videos/chunk-000/observation.images.top/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28acc65ae232d43fba96755207bc25e7ff254287 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc6f2977cb8857ebcaad3e0d5e8a94974017efbc495cadfecb1da46625b8fb0 +size 872033 diff --git a/videos/chunk-000/observation.images.top/episode_000034.mp4 b/videos/chunk-000/observation.images.top/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28745b8d9996e4d0ec389d4f57148977f98f2909 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f7c645f31bdcb501fb63059a818acab1539329d6d147a52f5dff0889b91236 +size 859362 diff --git a/videos/chunk-000/observation.images.top/episode_000035.mp4 b/videos/chunk-000/observation.images.top/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc3f78efcbf7014af08a8784065706d9ae6f1e61 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1663b1cea080b44a0b8b60f8dfabb52e1b059a0da857a8c9f4ff2c36ce1b30d1 +size 698009 diff --git a/videos/chunk-000/observation.images.top/episode_000036.mp4 b/videos/chunk-000/observation.images.top/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4de66dd4af4b5d0fec5183654d3e5896651e703 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f474980819f7d1ec50a22570bacb2cb46740f9b1afadf0ef207ef9d7127a4b27 +size 773380 diff --git a/videos/chunk-000/observation.images.top/episode_000037.mp4 b/videos/chunk-000/observation.images.top/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a3dbe1980d057df72001397b70ef6545788812c --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25b595fd1d117192fe4c84e5dec97e6860c140f663a940341658b66371406b7 +size 750691 diff --git a/videos/chunk-000/observation.images.top/episode_000038.mp4 b/videos/chunk-000/observation.images.top/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf45b98aade0d71f2b355b70e15ae393cf052a02 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0afe591679eee73ac764290c154dc8cefdad63978d94ad0d2b0855bef19dc77b +size 872727 diff --git a/videos/chunk-000/observation.images.top/episode_000039.mp4 b/videos/chunk-000/observation.images.top/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..568879dba653c1257b1c4bff404b14e5e312d365 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b1720ef9ae4a8937b40971419168111c052c63e0c4431e89b01c27a2ccb2b3 +size 840987 diff --git a/videos/chunk-000/observation.images.top/episode_000040.mp4 b/videos/chunk-000/observation.images.top/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cc7e56d7daaaa9907b8aaca54da26e5738d8ba7 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71418beaa5752eaf305b605737d9ef9b376b21546932f108774bff4ea599eb3 +size 813438 diff --git a/videos/chunk-000/observation.images.top/episode_000041.mp4 b/videos/chunk-000/observation.images.top/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a081267c84d11915c7564c2ab6dda6da3ca63d5c --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388738083428180ee766b244a8ff7e3abd5eb3e31e34edac1088fbbd8ea61c95 +size 781256 diff --git a/videos/chunk-000/observation.images.top/episode_000042.mp4 b/videos/chunk-000/observation.images.top/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c925d50db324d9fa140e50e3a76ef9472832771 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8317a57daef964dfb360444cd0c0c6737c49b8567622959c67f778bf49f8479d +size 859683 diff --git a/videos/chunk-000/observation.images.top/episode_000043.mp4 b/videos/chunk-000/observation.images.top/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edc8ec3cbff58fb363ed4a8e0e3c58a5c7b57894 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce995f3a19fe20b3f63007a90fa512e84782ed5de4ceaf395f312d89a447382 +size 801453 diff --git a/videos/chunk-000/observation.images.top/episode_000044.mp4 b/videos/chunk-000/observation.images.top/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a51e856b9063f1ecfdba1650f375a526d52c36a --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a3ee37cf168ec74d484e01e3b3c8ce3cf89ab39822e7a4bc4e513bc9822aa2f +size 687069 diff --git a/videos/chunk-000/observation.images.top/episode_000045.mp4 b/videos/chunk-000/observation.images.top/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..329ec1606f39877ab3ab77b5d80a0cc7db1a81ca --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba9e735ad311565021c8422ebeecdc1e1600025e4db884e53c6bedde0853ea0 +size 878552 diff --git a/videos/chunk-000/observation.images.top/episode_000046.mp4 b/videos/chunk-000/observation.images.top/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bb251faba459d4de1a658feff5d4b97facbc021 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b88e353b5b2ee76eb342325da37fac87e5af4b12b10a631e9a2ab9b8d6ad95 +size 807325 diff --git a/videos/chunk-000/observation.images.top/episode_000047.mp4 b/videos/chunk-000/observation.images.top/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94ffebcfd9571918f66be878d2552db81b76fc46 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffc43a40f11fbfbb8b0cb86660b09071c25c7066dc518f22d286e7c6f9e04ba +size 891091 diff --git a/videos/chunk-000/observation.images.top/episode_000048.mp4 b/videos/chunk-000/observation.images.top/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5111e36a0ba3bd2dba12ac06d7444b7e56b68691 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c759d529c696c2d36e7f8d0c14d0bb5790fd61bf1b5a2f7f8c7476f615f6bd3 +size 805498 diff --git a/videos/chunk-000/observation.images.top/episode_000049.mp4 b/videos/chunk-000/observation.images.top/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83192d8a566a4c08d8c89330d227d10f5679ca09 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ff8db2d18a42b050da3d157bec1b387b8d2d7cc71b2bdfa794f08c27811798 +size 1012555 diff --git a/videos/chunk-000/observation.images.top/episode_000050.mp4 b/videos/chunk-000/observation.images.top/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36907b58cb20efd163f7ed125bc3b7147c766916 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac8b2cc243ddbe3726d39c2d3764d1697711333cbe66de95815542c9e1fb3ff +size 882117 diff --git a/videos/chunk-000/observation.images.top/episode_000051.mp4 b/videos/chunk-000/observation.images.top/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71ed7214ea8626ce2da52a876dae06a8cf58603c --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf4df1a183531235509abffaac63252ca17f98ef34aff18dfbf70f930307d63 +size 1047463 diff --git a/videos/chunk-000/observation.images.top/episode_000052.mp4 b/videos/chunk-000/observation.images.top/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06610abaf29a6cc92cb2e1731c656a6aa19bb14d --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef2ef9c6010d0e1ac868a1e98c312b2786b51957a5095babffa1a9c405a305d +size 989363 diff --git a/videos/chunk-000/observation.images.top/episode_000053.mp4 b/videos/chunk-000/observation.images.top/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5d01b8908d40f9b0ffbfb1586639abf525e14fb --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688c38fbdec8cf610adebb8a233bb275d087dcf9da28bc2f7324abdd8e40e0ee +size 1105723 diff --git a/videos/chunk-000/observation.images.top/episode_000054.mp4 b/videos/chunk-000/observation.images.top/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cef6be3707a548655847c5fda7c741bddc2d985a --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb354070e605a8c216b0962ea8a42c872fdd51d0d3cf8762e333f4f616b753fa +size 1056499 diff --git a/videos/chunk-000/observation.images.top/episode_000055.mp4 b/videos/chunk-000/observation.images.top/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1926edcd9ee203f93d4f36f22bc191a77f69c432 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe42a432c1810b2f841552ead2567cfbfee99380c44999005d7a019d22ebebc +size 1005580 diff --git a/videos/chunk-000/observation.images.top/episode_000056.mp4 b/videos/chunk-000/observation.images.top/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ce60ffa45c50a5cabde0da3dae9357c0c67ae4b --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4d8c497a85343192778a4a8efff2e0ef73b04e376b7f9e5c3dd4912d020c02 +size 843324 diff --git a/videos/chunk-000/observation.images.top/episode_000057.mp4 b/videos/chunk-000/observation.images.top/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c8b1df539525e1912fc557c6e07d30f3de02180 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd6c2c31e87f35e68fcb00cf3af89b9d070b4ca698c22884707d08ce93f5ed2 +size 996685 diff --git a/videos/chunk-000/observation.images.top/episode_000058.mp4 b/videos/chunk-000/observation.images.top/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de1ede7ba6e5956a442cd34ff3d3c234d8031828 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2bc07891b22590f9a66d145a5ab42fc89a104c395e7a9af643706359790f9f +size 806356 diff --git a/videos/chunk-000/observation.images.top/episode_000059.mp4 b/videos/chunk-000/observation.images.top/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ae60555c2aa8985419879dee378e908522aca59 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17a05a0aac20f12914492d16da004666b55dba2a73777db565b5c95a1ed1760 +size 859680 diff --git a/videos/chunk-000/observation.images.top/episode_000060.mp4 b/videos/chunk-000/observation.images.top/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e68564aad159c6ef1289033e94a0f53d79a64243 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e009a222da1abf6b7cd002541dd1205396d01227408124fef03994dc296f4a +size 1055482 diff --git a/videos/chunk-000/observation.images.top/episode_000061.mp4 b/videos/chunk-000/observation.images.top/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7ab89a17c0beab1ad5a06486ad21d004a6892e2 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4580d20342253e158181b38eb2a473e7e6944085695f9ffcf358840ac27248c1 +size 929887 diff --git a/videos/chunk-000/observation.images.top/episode_000062.mp4 b/videos/chunk-000/observation.images.top/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..925896b6edd93c451eb1b9b29ace8fdab2fcc65c --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb1d757fe925348f436065e4d048474fe912209b247bf213f9449505b1ec077 +size 793675 diff --git a/videos/chunk-000/observation.images.top/episode_000063.mp4 b/videos/chunk-000/observation.images.top/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..054eca35c03f19cb8f49bade19fb01afdb92f54f --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d75bea1e95d56e3ea55498e70e1e540dde925f8b0fe28df9556b5fe85cf911 +size 979124 diff --git a/videos/chunk-000/observation.images.top/episode_000064.mp4 b/videos/chunk-000/observation.images.top/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0f9d7dae9e5814ddc52b334b437e2dcda021913 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579ba08d2b17e08a7422e116e08242dfc5496b23993fd22b343ce2e1cc01fea0 +size 872877 diff --git a/videos/chunk-000/observation.images.top/episode_000065.mp4 b/videos/chunk-000/observation.images.top/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8abe84fd6df24d76f7b8fedeb39a0347d5c4610c --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7d3a4494f9d4dae19fdf6662c32ac027d725458afca2dfad1a1328e956e379 +size 823116 diff --git a/videos/chunk-000/observation.images.top/episode_000066.mp4 b/videos/chunk-000/observation.images.top/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea0d00b8b45f148be2b97d22b8609f007b242d92 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb03cd20b16429f8e43e163dc32ec6efc54c488071c45dfb91a2f79ffac3a17 +size 1138307 diff --git a/videos/chunk-000/observation.images.top/episode_000067.mp4 b/videos/chunk-000/observation.images.top/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e0e7b271e6e1f3e85b913d9402d7764dcd1679a --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2cf01ab80a365c890d2e10ff14bde3faec6fa4ab02b4abfafc1df470e95885f +size 842982 diff --git a/videos/chunk-000/observation.images.top/episode_000068.mp4 b/videos/chunk-000/observation.images.top/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6eff0e0be6f798e9c0bda600f39ffadc70e310e --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3b908a9253789044dd1775cad135855a110d73a1007c91289d08ea13e6edce +size 904389 diff --git a/videos/chunk-000/observation.images.top/episode_000069.mp4 b/videos/chunk-000/observation.images.top/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89c3052b7ec8789b1fa730543a7b283951011a3c --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbde74c94680fe66cfa67a69f44f632dfea6a35c18232fb44ae7619aa4ceae5 +size 877659 diff --git a/videos/chunk-000/observation.images.top/episode_000070.mp4 b/videos/chunk-000/observation.images.top/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63238a92e23fb03b643684ee746ab54c315b823c --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45da6b34f826ea5f8af57a13b8fbdd71a7f5b831ebca26adc40c654c17dcaeb2 +size 1056372 diff --git a/videos/chunk-000/observation.images.top/episode_000071.mp4 b/videos/chunk-000/observation.images.top/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..834e3dde47c21ba1495aa85192a62983627a723b --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84887edde5a1a9e14545baca99cd3e420ed6a62d87be96c80f12f3dbbc581226 +size 876469 diff --git a/videos/chunk-000/observation.images.top/episode_000072.mp4 b/videos/chunk-000/observation.images.top/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cbee49f9afb59adc9de3bec7a07fa6897fe9a99 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a1e8fc56641088f5e9d836813e85ce314c02ca2be0749de7f65f2dba3eb12b +size 952012 diff --git a/videos/chunk-000/observation.images.top/episode_000073.mp4 b/videos/chunk-000/observation.images.top/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e5d809436d07ae7534d977766834b4f48c145a0 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054692c31c84c48b3bab4c7b0f5aeb5e10ea73c0b302485b5881313689299251 +size 897363 diff --git a/videos/chunk-000/observation.images.top/episode_000074.mp4 b/videos/chunk-000/observation.images.top/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e543beccbf8e7d55a582db5fdd927d5f457e5802 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1e27d1f2ba80b33a5b495eb1aa8acd1d2478289b29ae05d50204a25e7d8d27 +size 865685 diff --git a/videos/chunk-000/observation.images.top/episode_000075.mp4 b/videos/chunk-000/observation.images.top/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..634f3ae4628f5ba0b9d7e0aaa48df7035aefbd6b --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c1f79c0949c9e2bac37d5cd3e5677d5ca63549ea4344d345c2cedac28cfeaa +size 1136255 diff --git a/videos/chunk-000/observation.images.top/episode_000076.mp4 b/videos/chunk-000/observation.images.top/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b45031ac7a0a2ad0727c13b6cb834fd793048b45 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2453ac2fa53aabd8663c99cd2c3da1bccd98b35f388b91488b67c486ab3bf3c8 +size 747946 diff --git a/videos/chunk-000/observation.images.top/episode_000077.mp4 b/videos/chunk-000/observation.images.top/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8b6c4c69237d0833274cdbacc94430e853b329d --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef4f6690bf49b71572e627589f521d84c4043aead4e5cd7758660a8f481f3f8 +size 830896 diff --git a/videos/chunk-000/observation.images.top/episode_000078.mp4 b/videos/chunk-000/observation.images.top/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..960de4ce93c08a57846c9974748351590932f5f4 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f05d96115611248344b822e64114c751055ed16d32d926020002c61780537a30 +size 952082 diff --git a/videos/chunk-000/observation.images.top/episode_000079.mp4 b/videos/chunk-000/observation.images.top/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6226e648608d1c28806ffcef5afea4485f3e99b6 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c03a620f1e026f8641f7eb40f66c2710b87ee88ee043245a4292b60f1ed43a5 +size 815146 diff --git a/videos/chunk-000/observation.images.top/episode_000080.mp4 b/videos/chunk-000/observation.images.top/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8763b5516935be8141a44f1e3fb244b0753d5f50 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c866c2dc8d0fb5cdb1c5becd400624ee2230bbafea9556a8c850161d9980397 +size 884937 diff --git a/videos/chunk-000/observation.images.top/episode_000081.mp4 b/videos/chunk-000/observation.images.top/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f8707c419255f874459f4942bec1b16c2980df6 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec59d553e3d69709fecf1519e19035b7cf90a40bcd71f826aa34e2bec1674865 +size 1109640 diff --git a/videos/chunk-000/observation.images.top/episode_000082.mp4 b/videos/chunk-000/observation.images.top/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8acf16a330e57c0951e2990c8b5f90be4ac08cf1 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8afd10a24f92f6384d968d97f6e21873fec535113de108ee3da0a287454352 +size 862134 diff --git a/videos/chunk-000/observation.images.top/episode_000083.mp4 b/videos/chunk-000/observation.images.top/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75dfc25aae3822964f2e5b4eacf9c0e3c64a922c --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da01b44a94d4d337f4b0d2ad9fa6af05e60741613739ab7387a8e5159a38669d +size 992931 diff --git a/videos/chunk-000/observation.images.top/episode_000084.mp4 b/videos/chunk-000/observation.images.top/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8440abda138afa0ba952e4145e8418f9dc40f51e --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c82cc8489dabfcec4fafa58048db111432d8d4a2973f49ed58e0924deaec6d +size 831996 diff --git a/videos/chunk-000/observation.images.top/episode_000085.mp4 b/videos/chunk-000/observation.images.top/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..779fdfe13c7e8f2afba0b2085ab2b3b156a88a0d --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6126ec8c0abe8458e1dc27bd6bec7085b5d5517c19c2fc3effb423f997c992b +size 947384 diff --git a/videos/chunk-000/observation.images.top/episode_000086.mp4 b/videos/chunk-000/observation.images.top/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1f187dba69499972ab49e7027acbec2bef914c3 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a056472192f467ebf93fcf2baf003e83002a9e4b7185aae8df168662f35eb103 +size 835912 diff --git a/videos/chunk-000/observation.images.top/episode_000087.mp4 b/videos/chunk-000/observation.images.top/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..351c9651fb9f29d1803dbcdc24a88c1f048070ba --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0550662f90c180262d342575da6a2c42d5f1b1a39c8d8728962d5031704377 +size 949943 diff --git a/videos/chunk-000/observation.images.top/episode_000088.mp4 b/videos/chunk-000/observation.images.top/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..551a4077c5438fb5a6ac448e7c786b9b055f673e --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc798e5648bb0e5e96618acb19e3a156adf9befeeb96b0edac5aebbf0458b50 +size 951848 diff --git a/videos/chunk-000/observation.images.top/episode_000089.mp4 b/videos/chunk-000/observation.images.top/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9ce0c0bd4746de49b4db2d16d94bedcd65395c0 --- /dev/null +++ b/videos/chunk-000/observation.images.top/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38b61e6abea04bb79853e84226643be5ec8eb3fd8dc740e2cc577533f894e18 +size 984234