diff --git a/README.md b/README.md index 7b95401dc46245ac339fc25059d4a56d90b4cde5..b9026c0125f1f67b56dc69564759c1c750cdcb63 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,162 @@ ---- -license: apache-2.0 ---- +--- +license: apache-2.0 +task_categories: +- robotics +tags: +- LeRobot +configs: +- config_name: default + data_files: data/*/*.parquet +--- + +This dataset was created using [LeRobot](https://github.com/huggingface/lerobot). + +## 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": "so100_follower", + "total_episodes": 25, + "total_frames": 6321, + "total_tasks": 1, + "total_videos": 50, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:25" + }, + "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": [ + 6 + ], + "names": [ + "shoulder_pan.pos", + "shoulder_lift.pos", + "elbow_flex.pos", + "wrist_flex.pos", + "wrist_roll.pos", + "gripper.pos" + ] + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "shoulder_pan.pos", + "shoulder_lift.pos", + "elbow_flex.pos", + "wrist_flex.pos", + "wrist_roll.pos", + "gripper.pos" + ] + }, + "observation.images.laptop": { + "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": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.phone": { + "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": 30, + "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] +``` \ No newline at end of file diff --git a/data/chunk-000/episode_000000.parquet b/data/chunk-000/episode_000000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e977dbfa13ff6d3edf88cb7a4a93f536fcc146e9 --- /dev/null +++ b/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34fbe04c60b857985af463fed67ad1955c2e8e8c36138a4aa4c571dac1ec6619 +size 17945 diff --git a/data/chunk-000/episode_000001.parquet b/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87f1fec8b5a3f61ec6c134a426dc1b05d4ff2ace --- /dev/null +++ b/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfcd0e7eea8c7b1fce471bf14d00ecb64b915b57043cf4688a34fbc3a6bcca7 +size 17489 diff --git a/data/chunk-000/episode_000002.parquet b/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a1427b353578059c820f022629438961ce27179 --- /dev/null +++ b/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2dbcf9113a3144fdf5ac4d604df381949c12df0b2cf144c33e1faca72f5840 +size 17268 diff --git a/data/chunk-000/episode_000003.parquet b/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecae8f633305a59f9631747e6b2826588fa9a82d --- /dev/null +++ b/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb23f525c2cd110b00d0bd5c9c567462d33e8a9adaed1242262fc583cb508787 +size 17904 diff --git a/data/chunk-000/episode_000004.parquet b/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2816724cdd1abe0ef2f7495196ef9d38d421def5 --- /dev/null +++ b/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8339b95ef73edea6ae2f4c1f82f92f3488260815e8934c73ebb432246a9180 +size 16061 diff --git a/data/chunk-000/episode_000005.parquet b/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efc19b0730e50ffb75601ed5fb7fdd00be20e2fb --- /dev/null +++ b/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71158321fc82f7ddfce038acc240e643c10029b146aae0cf6be1e82358891cde +size 16031 diff --git a/data/chunk-000/episode_000006.parquet b/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e672582e94da1a6427cca8ccc3089e505f46946e --- /dev/null +++ b/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a104b452923e081e8244a1735c1d78dcc5a1bbeb57f2878572a403e052aa1f5 +size 16634 diff --git a/data/chunk-000/episode_000007.parquet b/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa30e5302ff00e2bcf7f0211f85e775b5a7ac322 --- /dev/null +++ b/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4195ca566f638267286c73539e2efff337f295ba58cadbf470038ff6fbc1ef0d +size 15878 diff --git a/data/chunk-000/episode_000008.parquet b/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eca1aa39ac488c74c608a3364e95172fda399c63 --- /dev/null +++ b/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4cb4448dcb931d2d0c9d52a54f33ab4d04221eb81d7fc825983f63ce5a9e89 +size 15525 diff --git a/data/chunk-000/episode_000009.parquet b/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b65d239d8c5a83d87924b99c4cfe0c7d05124bb --- /dev/null +++ b/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4f6b93d897e11758da511f8cfb0b4c39961899815c94d2182de20bbba8adde +size 16626 diff --git a/data/chunk-000/episode_000010.parquet b/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..702f66a28a22f29cd3cc4d24fdcd607598567c13 --- /dev/null +++ b/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c026be14d7bb05c2b2778355bdc70481a6be955e8ea1596eb971f404c4f283c4 +size 16760 diff --git a/data/chunk-000/episode_000011.parquet b/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc3573da3b3b72a0bc59639b909f77b2859af371 --- /dev/null +++ b/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4fac97ffa0575a1f6553a09518a0f96434442605895b19d600f356ca098a67b +size 16300 diff --git a/data/chunk-000/episode_000012.parquet b/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba7b613a7dc4c817e0e5a092a9cbfc3ba65f3dd3 --- /dev/null +++ b/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af49269b1f3404b190394935f1c0c7385abff986e969a103e45bf77e04e46af +size 16537 diff --git a/data/chunk-000/episode_000013.parquet b/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5ae7297ae89c6ddbe148e51197ca11c394e4919 --- /dev/null +++ b/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be417f43c5be73ccdd72cff20a2d862a40a2461b636fbee88d3111d10493f13 +size 15864 diff --git a/data/chunk-000/episode_000014.parquet b/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d30426a52d687d9869ac1251ae54197debf1c95f --- /dev/null +++ b/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c4d1661ae7e16603d6642862ab4524e63d9dfd13cdd62532fadd2735d3e270 +size 16218 diff --git a/data/chunk-000/episode_000015.parquet b/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1218ee5a63b1246fb9a3918dd4945b3a34b7233 --- /dev/null +++ b/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0019099f0e31d8a2332ad40d391859836dede13360ff72ae8d985bc98330d888 +size 16510 diff --git a/data/chunk-000/episode_000016.parquet b/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7aa0f09c11676f276f607759b5f2ba6686e15283 --- /dev/null +++ b/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e2cf6dfd546bf21f3cc7eed53bd52ec379777559c1d78b2343a60e42d26702 +size 16749 diff --git a/data/chunk-000/episode_000017.parquet b/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bcde4bb7a18a60a4571705a0db29d79d209eb3a7 --- /dev/null +++ b/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68651c22a0c738f69f6e6f528621c390c896d06a33453dcde89ff10dea2a9c06 +size 16720 diff --git a/data/chunk-000/episode_000018.parquet b/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71b531992a885d9ffc4289b0e101be945355f3b4 --- /dev/null +++ b/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d165f7fb980c105439f372556f781dab71257c43d74754887eebb24b3b260d8 +size 17105 diff --git a/data/chunk-000/episode_000019.parquet b/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ba20f9a01bc1a413713aff10cd70e8b2e917a8b --- /dev/null +++ b/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b858d5ac4399c77323bf692c3ef19dbe295596e1278766bce0ec2e29ef0e5ff8 +size 16818 diff --git a/data/chunk-000/episode_000020.parquet b/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..157d5fd4cb6b737b34ce0809d8fdb8f8a8e34d5d --- /dev/null +++ b/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1a7ae5bf333725b773fbb63d62d543400cffb6c94102cc35f960128aff371a +size 16514 diff --git a/data/chunk-000/episode_000021.parquet b/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..881d279add8e275b952add564e89a47d65a14b34 --- /dev/null +++ b/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206a90881a4a4c6b4ba75112cd652990ad376a671185c6b7a5e87f9d55d04289 +size 16091 diff --git a/data/chunk-000/episode_000022.parquet b/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4701ec9d7af2deeb21cadc23834f40e2da983dc --- /dev/null +++ b/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282fcca7f52d6dba70d43f1f8148f4cffa03fd6afd15f065aec69606de8c7a4f +size 16583 diff --git a/data/chunk-000/episode_000023.parquet b/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19f75a85d9215679e91706275645d97e04ea7857 --- /dev/null +++ b/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a375885208b7a33a887345f16ff17cd7eee4c6a3787aad3bfba83187360635e0 +size 16766 diff --git a/data/chunk-000/episode_000024.parquet b/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5fdc44b9018175fbab682178611533871fd6240 --- /dev/null +++ b/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f74c2df1eb9c63173ec172738e5586addfe5ce0700095d637877468eabd360 +size 16556 diff --git a/data/chunk-000/episode_000025.parquet b/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b3c31e98e458f252c4aff2380b649ba26a444e67 --- /dev/null +++ b/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2271d954d62d3a44e0018b557c2dcafab6eb9d5cd965bf31d83f3338810d86d5 +size 15811 diff --git a/data/chunk-000/episode_000026.parquet b/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c319dba704cd87414313b0c4662b05e174287cb4 --- /dev/null +++ b/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd0f31a329331bd3d0d07e91efdcb110e4b0044109249741d3a388ab30c7422 +size 15273 diff --git a/data/chunk-000/episode_000027.parquet b/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a612ee22f389bd331e6dd66d74e53787a4059fe0 --- /dev/null +++ b/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae9d0a11e5045ae9e6f008671bdd2d80a48327aec972d3be25214debf9cb5f7 +size 16147 diff --git a/data/chunk-000/episode_000028.parquet b/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a9177b83bfea6f6e9c9312bb0b3a811b452bf60c --- /dev/null +++ b/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432bc82dee8aaed384567f89ac0219603a43a406e698796bffa0a9e2cb049902 +size 15838 diff --git a/data/chunk-000/episode_000029.parquet b/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e76ca6619ad8fb0fffd226f0769a2b978dba6b9 --- /dev/null +++ b/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ce418d0ee822c2ac21cd5a75f3dc7f05ddb649d35f3f888231dc0455383aac +size 15959 diff --git a/data/chunk-000/episode_000030.parquet b/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21979dc8c35d395fa56c1f44601b5d4237ad3e85 --- /dev/null +++ b/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fa9600ab56d2723236e618e3562bdf413ffbebab6b60df513bc66add4fc8df +size 15773 diff --git a/data/chunk-000/episode_000031.parquet b/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b67910f3b5ebcc731d041a1d0df3a3bb9dc60c54 --- /dev/null +++ b/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab03bf75c54fccccf7f0eab6cad71feaa168b438f0a0071c76fcefa24196d9f +size 15332 diff --git a/data/chunk-000/episode_000032.parquet b/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b65d81151acf4da1cc9c88af3b45aeb29a09b9f8 --- /dev/null +++ b/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0a08bd9a74cb04b9ecdb6698710e70ccaebef6b8f46e01d6608d49662b5fe0 +size 15109 diff --git a/data/chunk-000/episode_000033.parquet b/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dddd63202bd911b40c68ee835311806531250c2d --- /dev/null +++ b/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39571419e83dd85a620967e57e665464522be01de17d4599a6e5593fcce9f604 +size 14082 diff --git a/data/chunk-000/episode_000034.parquet b/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f23aaac96dd804077763efc2efc43b2ca7ae49ba --- /dev/null +++ b/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84ea2743557dd006591eb52b5a73e027801bd35354ae2e53e22d7d495ee7623 +size 14767 diff --git a/data/chunk-000/episode_000035.parquet b/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6d9a72f84fbe3ca4c3d881c3093e4d71e764e46 --- /dev/null +++ b/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0fce6ea55f78454a4f8516b8bf4fdb034390d0cce4e97b825286d60d5bca12 +size 14215 diff --git a/data/chunk-000/episode_000036.parquet b/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..acd5fce142535be77c85d1f415b56d9f11136645 --- /dev/null +++ b/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdfe16486896a70e5b935258e52a653b3a427a97c4006a067e8ee543690d2119 +size 16026 diff --git a/data/chunk-000/episode_000037.parquet b/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d281c194d327787b8a98c74c39b86c1b1f038e61 --- /dev/null +++ b/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8292731f1e6edfa954201cf6737a72cb50f600d08e28e10bce7d0009129de136 +size 15426 diff --git a/data/chunk-000/episode_000038.parquet b/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53620d73591a84c68a6f5d61b074035b1e557b17 --- /dev/null +++ b/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cacc4b0d7532dfe5d83521bc92d4b5b99664943dd8bdd871b75b3bbffa2ed52 +size 15876 diff --git a/data/chunk-000/episode_000039.parquet b/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f30298b00bb29cfbdb25c1f2ae05a2f573c0a4b --- /dev/null +++ b/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7e2e42c7be3f72e46cf6fc4c2d117cfab32df901fe06d87cb0bf0bd8c2b22a +size 16194 diff --git a/data/chunk-000/episode_000040.parquet b/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..658f7ca1a3005cf1eda3bd79e339106382758d77 --- /dev/null +++ b/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d7f540ab1ecba39a74e3a1ffc322f0ab083bf0b7da52cce2178a6335138615 +size 16191 diff --git a/data/chunk-000/episode_000041.parquet b/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f5f5003525ac7385e84bf3baaf7f3d77cfee911 --- /dev/null +++ b/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bd9df1f9a373b7718d19b04bedd4eae8da84267a8789dbed9b3126f5bee798 +size 15612 diff --git a/data/chunk-000/episode_000042.parquet b/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..821233061e85cf165f684080a14a706e6b1cf582 --- /dev/null +++ b/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb4bf6246ae3766f19961d4badd17626f35ad4382d51c894ef4c618f751567c +size 15484 diff --git a/data/chunk-000/episode_000043.parquet b/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e1259aa7e8105b089b83d1582646de810815f6a --- /dev/null +++ b/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9de2559de2fc7e994d3a8668150f275a4a71827c2dd6fa73bdfdd972ef423d9 +size 15766 diff --git a/data/chunk-000/episode_000044.parquet b/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a2f026ab92216c5c3956b602a0336a08949e33b --- /dev/null +++ b/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f333dcc21e1c0c912c417c2139bac5c73e8d41238e726dad3c938f19da81fea +size 15424 diff --git a/data/chunk-000/episode_000045.parquet b/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a1f006e6b853dec38549b7e4565604015d5236b --- /dev/null +++ b/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af15d3272fc6551d56454f814dea2c28547e09f96177ecae05dab0e59409cbcb +size 15038 diff --git a/data/chunk-000/episode_000046.parquet b/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac7fe87118de261116071b30c7384ba7b0a453dc --- /dev/null +++ b/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eed1391fadfa9b44ab5f801f6c68acbbc281070f290f7bec52565059c313a3f +size 15728 diff --git a/data/chunk-000/episode_000047.parquet b/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66388f5830cadf2e43d1cf166d7d9fed4cb91c34 --- /dev/null +++ b/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6497018e25596646bee377169c8772928ca282747f4a2722beceedfb7c4b7d +size 15572 diff --git a/data/chunk-000/episode_000048.parquet b/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5fe241fa9e67bb0281cd3cf29dfdecf463109cbb --- /dev/null +++ b/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0cf6ce85fea9210858e1002f512b2795894de6501dbe0a43571ff2b627ab18f +size 14701 diff --git a/data/chunk-000/episode_000049.parquet b/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..822ae13d40e7137c715497a2b9574280f2151a31 --- /dev/null +++ b/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ab7d4e6984c669d6f963cf4207bc35f34d7028fff333148a0e38e326304e6f +size 16709 diff --git a/meta/episodes.jsonl b/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..eb09688d1ee392845c84c237bf67e7284de6c884 --- /dev/null +++ b/meta/episodes.jsonl @@ -0,0 +1,50 @@ +{"episode_index": 0, "tasks": ["Pick the gray screw into left box"], "length": 307} +{"episode_index": 1, "tasks": ["Pick the gray screw into left box"], "length": 259} +{"episode_index": 2, "tasks": ["Pick the gray screw into left box"], "length": 248} +{"episode_index": 3, "tasks": ["Pick the gray screw into left box"], "length": 264} +{"episode_index": 4, "tasks": ["Pick the gray screw into left box"], "length": 260} +{"episode_index": 5, "tasks": ["Pick the gray screw into left box"], "length": 248} +{"episode_index": 6, "tasks": ["Pick the gray screw into left box"], "length": 254} +{"episode_index": 7, "tasks": ["Pick the gray screw into left box"], "length": 239} +{"episode_index": 8, "tasks": ["Pick the gray screw into left box"], "length": 230} +{"episode_index": 9, "tasks": ["Pick the gray screw into left box"], "length": 261} +{"episode_index": 10, "tasks": ["Pick the gray screw into left box"], "length": 257} +{"episode_index": 11, "tasks": ["Pick the gray screw into left box"], "length": 240} +{"episode_index": 12, "tasks": ["Pick the gray screw into left box"], "length": 257} +{"episode_index": 13, "tasks": ["Pick the gray screw into left box"], "length": 218} +{"episode_index": 14, "tasks": ["Pick the gray screw into left box"], "length": 230} +{"episode_index": 15, "tasks": ["Pick the gray screw into left box"], "length": 240} +{"episode_index": 16, "tasks": ["Pick the gray screw into left box"], "length": 249} +{"episode_index": 17, "tasks": ["Pick the gray screw into left box"], "length": 256} +{"episode_index": 18, "tasks": ["Pick the gray screw into left box"], "length": 256} +{"episode_index": 19, "tasks": ["Pick the gray screw into left box"], "length": 252} +{"episode_index": 20, "tasks": ["Pick the gray screw into left box"], "length": 253} +{"episode_index": 21, "tasks": ["Pick the gray screw into left box"], "length": 246} +{"episode_index": 22, "tasks": ["Pick the gray screw into left box"], "length": 259} +{"episode_index": 23, "tasks": ["Pick the gray screw into left box"], "length": 274} +{"episode_index": 24, "tasks": ["Pick the gray screw into left box"], "length": 264} +{"episode_index": 25, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 253} +{"episode_index": 26, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 246} +{"episode_index": 27, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 238} +{"episode_index": 28, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 248} +{"episode_index": 29, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 248} +{"episode_index": 30, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 235} +{"episode_index": 31, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 237} +{"episode_index": 32, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 223} +{"episode_index": 33, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 206} +{"episode_index": 34, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 226} +{"episode_index": 35, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 209} +{"episode_index": 36, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 238} +{"episode_index": 37, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 235} +{"episode_index": 38, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 241} +{"episode_index": 39, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 265} +{"episode_index": 40, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 252} +{"episode_index": 41, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 242} +{"episode_index": 42, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 240} +{"episode_index": 43, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 234} +{"episode_index": 44, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 232} +{"episode_index": 45, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 225} +{"episode_index": 46, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 250} +{"episode_index": 47, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 242} +{"episode_index": 48, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 231} +{"episode_index": 49, "tasks": ["Pick the BLACK screw into RIGHT box"], "length": 263} diff --git a/meta/episodes_stats.jsonl b/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2daecc39272d813a96e95e9fed70e9ec1525d77c --- /dev/null +++ b/meta/episodes_stats.jsonl @@ -0,0 +1,50 @@ +{"episode_index": 0, "stats": {"action": {"min": [-38.12776184082031, -99.814208984375, 6.089438438415527, 53.222171783447266, 42.9548225402832, 0.2967359125614166], "max": [2.1293692588806152, 18.53227996826172, 98.85823059082031, 100.0, 51.404151916503906, 30.464885711669922], "mean": [-8.532264709472656, -55.60841369628906, 60.78927993774414, 84.4089126586914, 47.861412048339844, 8.346940994262695], "std": [12.118892669677734, 47.460365295410156, 41.00348663330078, 16.808780670166016, 3.3087193965911865, 11.107664108276367], "count": [307]}, "observation.state": {"min": [-37.72110366821289, -99.52941131591797, 8.855912208557129, 54.149471282958984, 43.29670333862305, 0.9389671087265015], "max": [1.6865487098693848, 18.964706420898438, 98.56390380859375, 99.72489929199219, 51.159950256347656, 29.510395050048828], "mean": [-8.389062881469727, -54.582862854003906, 61.66704559326172, 84.41107940673828, 47.77742385864258, 9.407610893249512], "std": [12.05375862121582, 48.18759536743164, 39.948463439941406, 16.571636199951172, 3.2228236198425293, 10.42412281036377], "count": [307]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4804425919117647]], [[0.4792484946895425]], [[0.46625944035947714]]], "std": [[[0.13535522988758358]], [[0.13874963932786188]], [[0.14996829297851275]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8941176470588236]], [[0.9176470588235294]], [[1.0]]], "mean": [[[0.5428437091503269]], [[0.5480355453431373]], [[0.48971233660130714]]], "std": [[[0.2241711974411525]], [[0.2294489842024768]], [[0.23571684417121014]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [10.2], "mean": [5.1], "std": [2.9540932054806035], "count": [307]}, "frame_index": {"min": [0], "max": [306], "mean": [153.0], "std": [88.6227961644181], "count": [307]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [307]}, "index": {"min": [0], "max": [306], "mean": [153.0], "std": [88.6227961644181], "count": [307]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [307]}}} +{"episode_index": 1, "stats": {"action": {"min": [-39.574127197265625, -99.72132110595703, 8.468125343322754, 46.64263153076172, 45.006103515625, 0.2967359125614166], "max": [4.459622383117676, 12.401300430297852, 98.85823059082031, 100.0, 52.0390739440918, 29.6735897064209], "mean": [-9.968025207519531, -47.63028335571289, 56.05332565307617, 73.21484375, 49.32633972167969, 11.538708686828613], "std": [13.668013572692871, 45.14344787597656, 37.5530891418457, 21.45696449279785, 2.0965330600738525, 10.17440128326416], "count": [259]}, "observation.state": {"min": [-39.284244537353516, -99.52941131591797, 11.345141410827637, 47.73040008544922, 45.29914474487305, 1.0060361623764038], "max": [4.0723981857299805, 12.564705848693848, 98.46817016601562, 99.72489929199219, 51.69719314575195, 28.839704513549805], "mean": [-9.893272399902344, -46.47467803955078, 57.12858200073242, 73.33798217773438, 49.289207458496094, 11.845611572265625], "std": [13.651620864868164, 45.85478210449219, 36.60569763183594, 21.146408081054688, 2.018137216567993, 9.80512809753418], "count": [259]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4780579105392157]], [[0.4773409865196078]], [[0.46403820669934637]]], "std": [[[0.13304803169785598]], [[0.13707886411801504]], [[0.14825913511489106]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[0.9215686274509803]], [[1.0]]], "mean": [[[0.5479102736928105]], [[0.5504049325980392]], [[0.4982291278594771]]], "std": [[[0.22480083384786734]], [[0.23047342253533087]], [[0.2371493785439041]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.6], "mean": [4.3], "std": [2.492210085669166], "count": [259]}, "frame_index": {"min": [0], "max": [258], "mean": [129.0], "std": [74.76630257007497], "count": [259]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [259]}, "index": {"min": [307], "max": [565], "mean": [436.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [259]}}} +{"episode_index": 2, "stats": {"action": {"min": [-40.05624771118164, -99.72132110595703, 7.611798286437988, 51.239295959472656, 44.27350616455078, 0.2967359125614166], "max": [4.6203293800354, 12.494194030761719, 98.66793823242188, 100.0, 52.42979431152344, 33.531158447265625], "mean": [-10.296599388122559, -47.01472091674805, 56.672237396240234, 71.41366577148438, 49.18161392211914, 11.875412940979004], "std": [13.837532997131348, 44.883270263671875, 37.09435272216797, 20.784814834594727, 2.4074642658233643, 12.08161735534668], "count": [248]}, "observation.state": {"min": [-39.53105545043945, -99.34117889404297, 11.249402046203613, 52.315452575683594, 44.56654357910156, 0.9389671087265015], "max": [4.154668807983398, 12.941176414489746, 98.18094635009766, 99.72489929199219, 51.990230560302734, 32.66264343261719], "mean": [-10.231403350830078, -45.818992614746094, 57.849830627441406, 71.61812591552734, 49.19203186035156, 12.405618667602539], "std": [13.797700881958008, 45.66661834716797, 36.0400505065918, 20.38149070739746, 2.3983800411224365, 11.596990585327148], "count": [248]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.48169194035947716]], [[0.481557085375817]], [[0.46808669526143787]]], "std": [[[0.13396495056738347]], [[0.13785965185147744]], [[0.14924479793493414]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9098039215686274]], [[0.9215686274509803]], [[1.0]]], "mean": [[[0.5520742687908496]], [[0.5547116482843137]], [[0.5032303472222223]]], "std": [[[0.22549028035514102]], [[0.2313260012262086]], [[0.2390124055124009]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.233333333333333], "mean": [4.116666666666667], "std": [2.386361712360937], "count": [248]}, "frame_index": {"min": [0], "max": [247], "mean": [123.5], "std": [71.5908513708281], "count": [248]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [248]}, "index": {"min": [566], "max": [813], "mean": [689.5], "std": [71.5908513708281], "count": [248]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [248]}}} +{"episode_index": 3, "stats": {"action": {"min": [-42.868621826171875, -99.72132110595703, 13.225499153137207, 37.89995574951172, 42.71062088012695, 0.2967359125614166], "max": [5.504218578338623, 8.128192901611328, 98.85823059082031, 100.0, 51.599510192871094, 35.11375045776367], "mean": [-13.533796310424805, -45.48800277709961, 57.8468132019043, 63.660614013671875, 47.41852569580078, 13.344103813171387], "std": [15.394702911376953, 43.20751953125, 34.28542709350586, 26.772647857666016, 2.5024445056915283, 11.953670501708984], "count": [264]}, "observation.state": {"min": [-42.3282585144043, -99.24705505371094, 15.940641403198242, 39.018798828125, 43.101341247558594, 0.9389671087265015], "max": [4.895104885101318, 8.329411506652832, 98.46817016601562, 99.72489929199219, 51.20878982543945, 34.205230712890625], "mean": [-13.419776916503906, -44.09626770019531, 58.84347152709961, 63.85026168823242, 47.38855743408203, 13.756790161132812], "std": [15.528214454650879, 43.91255187988281, 33.21544647216797, 26.286108016967773, 2.4925971031188965, 11.404203414916992], "count": [264]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.4853692197712418]], [[0.48575114787581697]], [[0.47228456086601306]]], "std": [[[0.13619244357401245]], [[0.13987131196138217]], [[0.1510621829939782]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[0.9333333333333333]], [[1.0]]], "mean": [[[0.5571546629901961]], [[0.5598583026960785]], [[0.5096174468954248]]], "std": [[[0.22593699195385442]], [[0.2319935017708114]], [[0.2396678808357407]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.766666666666667], "mean": [4.383333333333334], "std": [2.5403229599286665], "count": [264]}, "frame_index": {"min": [0], "max": [263], "mean": [131.5], "std": [76.20968879786], "count": [264]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [264]}, "index": {"min": [814], "max": [1077], "mean": [945.5], "std": [76.20968879786], "count": [264]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [264]}}} +{"episode_index": 4, "stats": {"action": {"min": [-37.08316421508789, -99.72132110595703, 10.941960334777832, 44.11897277832031, 47.64346694946289, 0.2967359125614166], "max": [2.531136989593506, 14.723641395568848, 98.95337677001953, 100.0, 52.18559265136719, 31.35509490966797], "mean": [-8.392928123474121, -52.766510009765625, 61.09999084472656, 73.8156509399414, 50.4848747253418, 9.554882049560547], "std": [11.968029975891113, 45.895362854003906, 38.21717834472656, 24.166412353515625, 0.8536423444747925, 11.597437858581543], "count": [260]}, "observation.state": {"min": [-36.569313049316406, -99.24705505371094, 13.642890930175781, 45.25447082519531, 48.08302688598633, 0.9389671087265015], "max": [2.1801726818084717, 15.011764526367188, 98.75538635253906, 99.72489929199219, 51.74603271484375, 30.046947479248047], "mean": [-8.231498718261719, -51.329193115234375, 61.9832763671875, 74.02674102783203, 50.42049026489258, 10.638981819152832], "std": [11.997352600097656, 46.82418441772461, 37.11569595336914, 23.63877296447754, 0.7651135325431824, 10.751797676086426], "count": [260]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.4895432026143791]], [[0.4903191094771242]], [[0.4767835294117647]]], "std": [[[0.13434531538771255]], [[0.13851335486634905]], [[0.15061654665195998]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[0.9294117647058824]], [[1.0]]], "mean": [[[0.5479524407679739]], [[0.5508702859477125]], [[0.5004596670751634]]], "std": [[[0.22606871989655386]], [[0.23164010256019027]], [[0.24117595741598064]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.633333333333333], "mean": [4.316666666666666], "std": [2.501832661603623], "count": [260]}, "frame_index": {"min": [0], "max": [259], "mean": [129.5], "std": [75.05497984810869], "count": [260]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [260]}, "index": {"min": [1078], "max": [1337], "mean": [1207.5], "std": [75.05497984810869], "count": [260]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [260]}}} +{"episode_index": 5, "stats": {"action": {"min": [-39.333065032958984, -99.72132110595703, 22.9305419921875, 26.36322593688965, 46.373626708984375, 0.2967359125614166], "max": [5.102450847625732, 9.986065864562988, 98.95337677001953, 100.0, 52.380950927734375, 39.762611389160156], "mean": [-9.455474853515625, -53.20524597167969, 63.618446350097656, 67.52608489990234, 50.271854400634766, 12.750065803527832], "std": [13.83887767791748, 43.282894134521484, 33.00013732910156, 28.842559814453125, 1.2383638620376587, 14.474178314208984], "count": [248]}, "observation.state": {"min": [-38.79062271118164, -99.34117889404297, 25.993297576904297, 27.73956871032715, 46.81318664550781, 1.0060361623764038], "max": [4.730563640594482, 10.211764335632324, 98.75538635253906, 99.72489929199219, 52.0390739440918, 38.90006637573242], "mean": [-9.302898406982422, -52.14148712158203, 64.64424896240234, 67.79440307617188, 50.24702072143555, 13.757830619812012], "std": [13.78502082824707, 43.94191360473633, 32.07968521118164, 28.359907150268555, 1.1924697160720825, 13.556674003601074], "count": [248]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.48831931372549015]], [[0.4894996323529412]], [[0.4759688480392157]]], "std": [[[0.13485387383056788]], [[0.13908790848722405]], [[0.15138571162912615]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[0.9372549019607843]], [[1.0]]], "mean": [[[0.5521221200980392]], [[0.5552409681372549]], [[0.5059493566176471]]], "std": [[[0.2263711653154429]], [[0.23206142038953786]], [[0.2426028176558594]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.233333333333333], "mean": [4.116666666666667], "std": [2.386361712360937], "count": [248]}, "frame_index": {"min": [0], "max": [247], "mean": [123.5], "std": [71.5908513708281], "count": [248]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [248]}, "index": {"min": [1338], "max": [1585], "mean": [1461.5], "std": [71.5908513708281], "count": [248]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [248]}}} +{"episode_index": 6, "stats": {"action": {"min": [-40.61872100830078, -99.72132110595703, 19.314937591552734, 26.182966232299805, 43.589744567871094, 0.39564788341522217], "max": [4.21856164932251, 4.412447929382324, 98.57278442382812, 100.0, 51.79487228393555, 31.849653244018555], "mean": [-9.935686111450195, -53.721832275390625, 66.54066467285156, 61.34775161743164, 48.67952346801758, 9.538002967834473], "std": [14.931017875671387, 41.88896560668945, 30.48579216003418, 30.722394943237305, 2.157083511352539, 10.70612907409668], "count": [254]}, "observation.state": {"min": [-39.777870178222656, -99.43529510498047, 22.067975997924805, 27.00596046447754, 43.980464935302734, 1.0060361623764038], "max": [4.319210052490234, 4.658823490142822, 98.085205078125, 99.72489929199219, 51.404151916503906, 29.845741271972656], "mean": [-9.722827911376953, -52.67211151123047, 67.72377014160156, 61.61835479736328, 48.642215728759766, 10.409444808959961], "std": [14.965209007263184, 42.53001022338867, 29.36119270324707, 30.268306732177734, 2.0969741344451904, 10.0291109085083], "count": [254]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.48959281658496734]], [[0.49083486723856207]], [[0.47722981004901965]]], "std": [[[0.1354925254270669]], [[0.14000609890161658]], [[0.15241205914579592]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[0.9411764705882353]], [[1.0]]], "mean": [[[0.5581162888071896]], [[0.5615081372549019]], [[0.5128174775326797]]], "std": [[[0.22642922765456555]], [[0.2323739802113559]], [[0.24372225150611174]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.433333333333334], "mean": [4.216666666666667], "std": [2.4440971975580497], "count": [254]}, "frame_index": {"min": [0], "max": [253], "mean": [126.5], "std": [73.32291592674149], "count": [254]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [254]}, "index": {"min": [1586], "max": [1839], "mean": [1712.5], "std": [73.32291592674149], "count": [254]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [254]}}} +{"episode_index": 7, "stats": {"action": {"min": [-37.80634689331055, -99.72132110595703, 13.035204887390137, 46.191978454589844, 46.03174591064453, 0.39564788341522217], "max": [9.200482368469238, 15.00232219696045, 98.85823059082031, 100.0, 52.72283172607422, 29.475767135620117], "mean": [-10.043020248413086, -49.41850662231445, 59.45924758911133, 71.60206604003906, 49.45262908935547, 10.25291633605957], "std": [13.465563774108887, 44.765037536621094, 35.90774917602539, 22.853931427001953, 1.764625906944275, 11.414982795715332], "count": [239]}, "observation.state": {"min": [-37.39202117919922, -99.43529510498047, 15.844902038574219, 47.18019104003906, 46.373626708984375, 1.0060361623764038], "max": [8.844097137451172, 15.29411792755127, 98.46817016601562, 99.72489929199219, 52.33211135864258, 28.77263641357422], "mean": [-10.027557373046875, -48.167964935302734, 60.370155334472656, 71.67706298828125, 49.4405632019043, 11.421113967895508], "std": [13.284612655639648, 45.413719177246094, 34.860015869140625, 22.494550704956055, 1.7151556015014648, 10.42318058013916], "count": [239]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4879201756535948]], [[0.48918781658496735]], [[0.4787308088235294]]], "std": [[[0.13388265502493926]], [[0.13842461788289503]], [[0.15007630230355007]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[0.9372549019607843]], [[1.0]]], "mean": [[[0.5511607720588235]], [[0.5541150204248366]], [[0.5053870322712418]]], "std": [[[0.22662115089336005]], [[0.23309265651392447]], [[0.2437687752485263]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.933333333333334], "mean": [3.9666666666666663], "std": [2.2997584414213788], "count": [239]}, "frame_index": {"min": [0], "max": [238], "mean": [119.0], "std": [68.99275324264136], "count": [239]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [239]}, "index": {"min": [1840], "max": [2078], "mean": [1959.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [239]}}} +{"episode_index": 8, "stats": {"action": {"min": [-39.333065032958984, -99.72132110595703, 11.798287391662598, 45.65119552612305, 47.64346694946289, 0.2967359125614166], "max": [5.825632572174072, 14.352066993713379, 98.85823059082031, 100.0, 51.74603271484375, 38.971317291259766], "mean": [-9.079606056213379, -47.51392364501953, 56.92803955078125, 70.26861572265625, 50.284263610839844, 10.450687408447266], "std": [13.958121299743652, 44.54793930053711, 37.09371566772461, 22.422958374023438, 0.9805362820625305, 12.964293479919434], "count": [230]}, "observation.state": {"min": [-38.79062271118164, -99.43529510498047, 14.791766166687012, 46.62998580932617, 47.93650817871094, 1.0060361623764038], "max": [5.388729095458984, 14.541176795959473, 98.46817016601562, 99.63319396972656, 51.35531234741211, 38.028167724609375], "mean": [-9.012222290039062, -46.21377944946289, 57.9420280456543, 70.3079833984375, 50.29490661621094, 11.689573287963867], "std": [13.968084335327148, 45.21220397949219, 36.085262298583984, 22.060400009155273, 0.8892502188682556, 11.960433959960938], "count": [230]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.48950912785947714]], [[0.4910406740196078]], [[0.4804869424019608]]], "std": [[[0.13534440002597614]], [[0.14010495966874253]], [[0.15145004451522157]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[0.9411764705882353]], [[1.0]]], "mean": [[[0.5517203267973856]], [[0.5548339031862746]], [[0.5064442075163399]]], "std": [[[0.22814415330705415]], [[0.23467249958011618]], [[0.24521920201129957]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.633333333333334], "mean": [3.8166666666666664], "std": [2.213155113306692], "count": [230]}, "frame_index": {"min": [0], "max": [229], "mean": [114.5], "std": [66.39465339920075], "count": [230]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [230]}, "index": {"min": [2079], "max": [2308], "mean": [2193.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [230]}}} +{"episode_index": 9, "stats": {"action": {"min": [-40.377662658691406, -99.72132110595703, 7.706945896148682, 49.97746658325195, 46.27594757080078, 0.2967359125614166], "max": [5.825632572174072, 15.373896598815918, 98.85823059082031, 100.0, 53.06471252441406, 36.8941650390625], "mean": [-8.211607933044434, -52.89727020263672, 60.21118927001953, 76.02692413330078, 50.04993438720703, 8.954352378845215], "std": [14.363852500915527, 45.55171585083008, 38.56808090209961, 21.238771438598633, 1.6077663898468018, 12.242753982543945], "count": [261]}, "observation.state": {"min": [-39.86014175415039, -99.34117889404297, 10.579224586486816, 51.03163528442383, 46.617828369140625, 1.0060361623764038], "max": [5.388729095458984, 15.576470375061035, 98.46817016601562, 99.63319396972656, 52.82051467895508, 34.60764694213867], "mean": [-8.108708381652832, -51.699256896972656, 61.073509216308594, 76.12814331054688, 50.02638244628906, 10.099699020385742], "std": [14.422816276550293, 46.29254150390625, 37.491050720214844, 20.830196380615234, 1.5268691778182983, 11.297114372253418], "count": [261]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.48829218954248366]], [[0.48967722222222226]], [[0.47842099673202615]]], "std": [[[0.13354245584555896]], [[0.13866753372164806]], [[0.1506504458725321]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[0.9411764705882353]], [[1.0]]], "mean": [[[0.5560788950163398]], [[0.5593298611111112]], [[0.5109535232843138]]], "std": [[[0.22782346542084575]], [[0.2346613689574507]], [[0.24592468760281094]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.666666666666666], "mean": [4.333333333333333], "std": [2.5114552369905794], "count": [261]}, "frame_index": {"min": [0], "max": [260], "mean": [130.0], "std": [75.34365710971738], "count": [261]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [261]}, "index": {"min": [2309], "max": [2569], "mean": [2439.0], "std": [75.34365710971738], "count": [261]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [261]}}} +{"episode_index": 10, "stats": {"action": {"min": [-41.74367141723633, -99.72132110595703, 8.943862915039062, 36.54799270629883, 45.836387634277344, 0.2967359125614166], "max": [6.54881477355957, 18.253599166870117, 98.85823059082031, 100.0, 52.625152587890625, 29.179031372070312], "mean": [-11.004523277282715, -48.35951614379883, 57.470924377441406, 71.1771469116211, 49.87625503540039, 7.648933410644531], "std": [14.547797203063965, 46.912445068359375, 39.2920036315918, 25.929889678955078, 1.7512764930725098, 10.330777168273926], "count": [257]}, "observation.state": {"min": [-41.17647171020508, -99.52941131591797, 11.632359504699707, 37.64328384399414, 46.08058547973633, 1.0060361623764038], "max": [6.211435794830322, 18.494117736816406, 98.46817016601562, 99.72489929199219, 52.380950927734375, 27.96780776977539], "mean": [-11.032759666442871, -47.038848876953125, 58.28955078125, 71.20841217041016, 49.88764953613281, 8.874794006347656], "std": [14.385909080505371, 47.619510650634766, 38.333553314208984, 25.59412384033203, 1.692895770072937, 9.571988105773926], "count": [257]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.48794310049019607]], [[0.48949983455882357]], [[0.4779813480392157]]], "std": [[[0.13516032472501854]], [[0.14035899237444302]], [[0.1519469224524624]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9098039215686274]], [[0.9490196078431372]], [[1.0]]], "mean": [[[0.5408738214869282]], [[0.5424906352124184]], [[0.4955717626633987]]], "std": [[[0.22532077212394125]], [[0.2323964603236652]], [[0.24268552032063787]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.533333333333333], "mean": [4.266666666666667], "std": [2.4729649321321876], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [257]}, "index": {"min": [2570], "max": [2826], "mean": [2698.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [257]}}} +{"episode_index": 11, "stats": {"action": {"min": [-39.172359466552734, -99.72132110595703, 8.753567695617676, 44.479496002197266, 43.003662109375, 0.2967359125614166], "max": [7.834471702575684, 16.395727157592773, 98.57278442382812, 100.0, 51.64834976196289, 34.322452545166016], "mean": [-10.371634483337402, -48.60163497924805, 58.18901824951172, 72.7268295288086, 48.34496307373047, 9.426311492919922], "std": [14.558039665222168, 45.931373596191406, 37.96560287475586, 22.088581085205078, 2.0887980461120605, 11.471835136413574], "count": [240]}, "observation.state": {"min": [-38.79062271118164, -99.43529510498047, 11.345141410827637, 45.621273040771484, 43.39438247680664, 1.0060361623764038], "max": [7.363224983215332, 16.611764907836914, 98.085205078125, 99.72489929199219, 51.159950256347656, 33.33333206176758], "mean": [-10.392838478088379, -47.37681198120117, 59.100791931152344, 72.72421264648438, 48.31526184082031, 10.551379203796387], "std": [14.496217727661133, 46.630619049072266, 36.92702865600586, 21.7810001373291, 1.9636662006378174, 10.588386535644531], "count": [240]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.48888343749999996]], [[0.4906636785130719]], [[0.47874230187908495]]], "std": [[[0.1351726448805258]], [[0.14052129662640245]], [[0.15224427218026831]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9098039215686274]], [[0.9333333333333333]], [[1.0]]], "mean": [[[0.5413529166666666]], [[0.5444285130718954]], [[0.4977054411764706]]], "std": [[[0.22554709436088366]], [[0.23316102289179907]], [[0.24377128960374694]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.966666666666667], "mean": [3.9833333333333334], "std": [2.309381029787146], "count": [240]}, "frame_index": {"min": [0], "max": [239], "mean": [119.5], "std": [69.2814308936144], "count": [240]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [240]}, "index": {"min": [2827], "max": [3066], "mean": [2946.5], "std": [69.2814308936144], "count": [240]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [240]}}} +{"episode_index": 12, "stats": {"action": {"min": [-38.5295295715332, -99.72132110595703, 9.324453353881836, 37.71969223022461, 44.9572639465332, 0.2967359125614166], "max": [3.6560866832733154, 14.63074779510498, 98.57278442382812, 100.0, 52.234432220458984, 30.168149948120117], "mean": [-10.0221529006958, -51.540679931640625, 60.529747009277344, 71.3969955444336, 49.38385772705078, 9.342389106750488], "std": [13.211579322814941, 45.570735931396484, 37.534706115722656, 24.369922637939453, 1.562821388244629, 11.53880500793457], "count": [257]}, "observation.state": {"min": [-37.96791458129883, -99.9058837890625, 12.302536964416504, 38.65199279785156, 45.347984313964844, 1.0060361623764038], "max": [3.1674208641052246, 14.917647361755371, 98.085205078125, 99.63319396972656, 51.35531234741211, 29.040912628173828], "mean": [-9.920649528503418, -50.5475959777832, 61.486202239990234, 71.50028228759766, 49.34527587890625, 10.437479019165039], "std": [13.094720840454102, 46.37397766113281, 36.59814453125, 24.068851470947266, 1.4195375442504883, 10.664275169372559], "count": [257]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.48528800040849673]], [[0.4869351409313726]], [[0.474577914624183]]], "std": [[[0.1350073503923821]], [[0.1406280644974043]], [[0.15261170167999807]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[0.9333333333333333]], [[1.0]]], "mean": [[[0.5443169219771242]], [[0.5461285437091503]], [[0.49993447508169936]]], "std": [[[0.22642712103239734]], [[0.23377560973554837]], [[0.2449655706395438]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.533333333333333], "mean": [4.266666666666667], "std": [2.4729649321321876], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [257]}, "index": {"min": [3067], "max": [3323], "mean": [3195.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [257]}}} +{"episode_index": 13, "stats": {"action": {"min": [-38.28846740722656, -99.72132110595703, 7.516650676727295, 49.436683654785156, 44.126983642578125, 0.19782394170761108], "max": [7.513057231903076, 20.20436668395996, 98.57278442382812, 100.0, 53.650794982910156, 36.00395584106445], "mean": [-8.473614692687988, -45.28566360473633, 53.55632400512695, 75.95330047607422, 49.099063873291016, 10.755096435546875], "std": [13.79292106628418, 45.22389221191406, 39.873931884765625, 19.57793617248535, 2.3136677742004395, 12.628561019897461], "count": [218]}, "observation.state": {"min": [-37.885643005371094, -99.9058837890625, 9.238870620727539, 50.48143005371094, 44.517704010009766, 1.0060361623764038], "max": [6.951871871948242, 20.564706802368164, 98.18094635009766, 99.63319396972656, 53.406593322753906, 34.741783142089844], "mean": [-8.45538330078125, -44.02849578857422, 54.45645523071289, 76.00293731689453, 49.05697250366211, 11.872781753540039], "std": [13.734923362731934, 45.97846603393555, 38.85927200317383, 19.28291130065918, 2.2122879028320312, 11.676746368408203], "count": [218]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4843256597222222]], [[0.4859938480392157]], [[0.4737652144607843]]], "std": [[[0.1355012885930873]], [[0.1414815285492452]], [[0.15324402946772103]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9490196078431372]], [[1.0]]], "mean": [[[0.5407371241830066]], [[0.5428108946078432]], [[0.49668383374183006]]], "std": [[[0.22778480396291878]], [[0.23511261382356635]], [[0.24586097550992675]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.233333333333333], "mean": [3.616666666666667], "std": [2.0976839079751217], "count": [218]}, "frame_index": {"min": [0], "max": [217], "mean": [108.5], "std": [62.930517239253646], "count": [218]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [218]}, "index": {"min": [3324], "max": [3541], "mean": [3432.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [218]}}} +{"episode_index": 14, "stats": {"action": {"min": [-40.377662658691406, -99.72132110595703, 8.753567695617676, 36.90851593017578, 44.27350616455078, 0.0], "max": [5.825632572174072, 19.55411148071289, 98.57278442382812, 100.0, 52.91819381713867, 32.04747772216797], "mean": [-9.175671577453613, -46.46866226196289, 56.093223571777344, 70.7823715209961, 49.1080436706543, 11.174467086791992], "std": [14.491850852966309, 46.7775993347168, 38.87514114379883, 23.374237060546875, 2.3446924686431885, 11.485727310180664], "count": [230]}, "observation.state": {"min": [-40.10695266723633, -99.52941131591797, 11.82383918762207, 37.91838455200195, 44.56654357910156, 0.7377598881721497], "max": [6.540518283843994, 19.52941131591797, 98.085205078125, 99.63319396972656, 52.42979431152344, 31.254192352294922], "mean": [-9.059430122375488, -45.2222900390625, 57.033653259277344, 70.69306182861328, 49.0868034362793, 12.453567504882812], "std": [14.523360252380371, 47.518333435058594, 37.8074836730957, 23.079265594482422, 2.2297871112823486, 10.329633712768555], "count": [230]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.498204699754902]], [[0.4818406209150327]], [[0.4581165890522876]]], "std": [[[0.13798286204056978]], [[0.1413124419784945]], [[0.15175414527749287]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9019607843137255]], [[0.9372549019607843]], [[1.0]]], "mean": [[[0.541551466503268]], [[0.5445183190359477]], [[0.49850036560457517]]], "std": [[[0.2270454282800857]], [[0.23494368809921123]], [[0.2464716653858239]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.633333333333334], "mean": [3.8166666666666664], "std": [2.213155113306692], "count": [230]}, "frame_index": {"min": [0], "max": [229], "mean": [114.5], "std": [66.39465339920075], "count": [230]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [230]}, "index": {"min": [3542], "max": [3771], "mean": [3656.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [230]}}} +{"episode_index": 15, "stats": {"action": {"min": [-40.377662658691406, -99.72132110595703, 7.231208324432373, 45.74132537841797, 46.227108001708984, 0.09891197085380554], "max": [4.700683116912842, 10.543427467346191, 98.57278442382812, 100.0, 52.91819381713867, 33.33333206176758], "mean": [-9.611289024353027, -47.61073684692383, 57.39537048339844, 70.90205383300781, 50.15508270263672, 10.988699913024902], "std": [14.559487342834473, 45.19114685058594, 36.70446014404297, 22.56307601928711, 1.5042577981948853, 12.768491744995117], "count": [240]}, "observation.state": {"min": [-39.69559860229492, -99.52941131591797, 10.00478744506836, 46.62998580932617, 46.617828369140625, 0.6036217212677002], "max": [5.306458473205566, 11.058823585510254, 98.085205078125, 99.63319396972656, 52.478633880615234, 31.857812881469727], "mean": [-9.370620727539062, -46.667476654052734, 58.577877044677734, 71.09730529785156, 50.18174362182617, 11.894964218139648], "std": [14.654505729675293, 45.89720153808594, 35.751220703125, 22.209903717041016, 1.4450066089630127, 12.030316352844238], "count": [240]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.49887695465686277]], [[0.4825801368464052]], [[0.4584258047385621]]], "std": [[[0.1379797615556945]], [[0.14122388446192308]], [[0.15155654410446032]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[0.9450980392156862]], [[1.0]]], "mean": [[[0.5420224754901961]], [[0.5452372814542483]], [[0.4990279922385621]]], "std": [[[0.227003688353847]], [[0.23503788121660976]], [[0.24689903458672274]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.966666666666667], "mean": [3.9833333333333334], "std": [2.309381029787146], "count": [240]}, "frame_index": {"min": [0], "max": [239], "mean": [119.5], "std": [69.2814308936144], "count": [240]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [240]}, "index": {"min": [3772], "max": [4011], "mean": [3891.5], "std": [69.2814308936144], "count": [240]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [240]}}} +{"episode_index": 16, "stats": {"action": {"min": [-40.85978317260742, -99.814208984375, 7.89724063873291, 49.88733673095703, 45.152626037597656, 0.19782394170761108], "max": [4.539976119995117, 8.778449058532715, 98.85823059082031, 100.0, 52.42979431152344, 29.970325469970703], "mean": [-8.820661544799805, -47.012245178222656, 56.56195831298828, 72.69620513916016, 48.944793701171875, 10.67296314239502], "std": [13.470587730407715, 44.989261627197266, 37.50468444824219, 21.99024772644043, 2.1434123516082764, 10.875775337219238], "count": [249]}, "observation.state": {"min": [-40.27149200439453, -99.43529510498047, 10.579224586486816, 50.664833068847656, 45.4945068359375, 0.6036217212677002], "max": [4.0723981857299805, 9.270587921142578, 98.56390380859375, 99.72489929199219, 52.18559265136719, 29.175050735473633], "mean": [-8.887701034545898, -45.7375602722168, 57.47153854370117, 72.76692199707031, 49.01715850830078, 11.382895469665527], "std": [13.410576820373535, 45.66706848144531, 36.42585754394531, 21.545785903930664, 2.2261948585510254, 10.34184455871582], "count": [249]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.4989882638888889]], [[0.4826377389705882]], [[0.45834286151960785]]], "std": [[[0.13770556879204857]], [[0.1409016980581889]], [[0.15100044541289992]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9098039215686274]], [[0.9372549019607843]], [[1.0]]], "mean": [[[0.5413399999999999]], [[0.5444426838235293]], [[0.4982729330065359]]], "std": [[[0.22775391160913494]], [[0.23582739291188318]], [[0.2474000256714672]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.266666666666667], "mean": [4.133333333333334], "std": [2.3959842947608694], "count": [249]}, "frame_index": {"min": [0], "max": [248], "mean": [124.0], "std": [71.87952884282609], "count": [249]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [249]}, "index": {"min": [4012], "max": [4260], "mean": [4136.0], "std": [71.87952884282609], "count": [249]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [249]}}} +{"episode_index": 17, "stats": {"action": {"min": [-39.89554214477539, -99.814208984375, 7.326355934143066, 46.10184860229492, 45.592185974121094, 0.19782394170761108], "max": [4.700683116912842, 14.537854194641113, 98.85823059082031, 100.0, 53.11355209350586, 34.025718688964844], "mean": [-8.689485549926758, -50.94240188598633, 59.842201232910156, 72.8466796875, 49.71272659301758, 9.201903343200684], "std": [13.602252006530762, 45.914756774902344, 37.87746047973633, 22.782432556152344, 1.9901082515716553, 12.092507362365723], "count": [256]}, "observation.state": {"min": [-39.53105545043945, -99.43529510498047, 10.196266174316406, 47.18019104003906, 45.982906341552734, 0.6036217212677002], "max": [4.154668807983398, 14.823529243469238, 98.56390380859375, 99.72489929199219, 52.96703338623047, 33.13212585449219], "mean": [-8.528823852539062, -49.71428680419922, 60.79911804199219, 72.92818450927734, 49.71653747558594, 10.115372657775879], "std": [13.64371395111084, 46.64688491821289, 36.903114318847656, 22.401697158813477, 1.9061429500579834, 11.403926849365234], "count": [256]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.49788289215686277]], [[0.4813458823529412]], [[0.45694103553921567]]], "std": [[[0.13658951839602104]], [[0.1396412267317665]], [[0.14978039530228757]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[0.9450980392156862]], [[1.0]]], "mean": [[[0.5418952532679738]], [[0.5449817320261438]], [[0.49905456699346407]]], "std": [[[0.22696543886062373]], [[0.23540097197781149]], [[0.24772633941480587]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.5], "mean": [4.25], "std": [2.4633423545166346], "count": [256]}, "frame_index": {"min": [0], "max": [255], "mean": [127.5], "std": [73.90027063549903], "count": [256]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [256]}, "index": {"min": [4261], "max": [4516], "mean": [4388.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [256]}}} +{"episode_index": 18, "stats": {"action": {"min": [-38.931297302246094, -99.72132110595703, 8.182682991027832, 44.11897277832031, 45.982906341552734, 0.19782394170761108], "max": [3.8971474170684814, 17.045982360839844, 98.28734588623047, 100.0, 54.33455276489258, 32.24530029296875], "mean": [-8.56895637512207, -48.372249603271484, 58.078948974609375, 73.16114807128906, 50.49088668823242, 10.127664566040039], "std": [13.171640396118164, 46.60676193237305, 38.74357604980469, 21.829483032226562, 2.1436164379119873, 11.544670104980469], "count": [256]}, "observation.state": {"min": [-38.379268646240234, -99.71764373779297, 10.770703315734863, 45.071067810058594, 46.17826461791992, 0.6036217212677002], "max": [3.6610448360443115, 17.270587921142578, 97.89373016357422, 99.72489929199219, 53.99267578125, 30.650569915771484], "mean": [-8.57188892364502, -47.13600540161133, 58.940406799316406, 73.30714416503906, 50.49409484863281, 10.974940299987793], "std": [13.095308303833008, 47.302982330322266, 37.73035430908203, 21.376157760620117, 2.129056692123413, 10.836552619934082], "count": [256]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.4983004513888889]], [[0.48167661560457514]], [[0.45705282066993463]]], "std": [[[0.13610946843025465]], [[0.13858574561167997]], [[0.14827593638630635]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[0.9411764705882353]], [[1.0]]], "mean": [[[0.5404161948529412]], [[0.543322806372549]], [[0.4974471119281046]]], "std": [[[0.22757066796254888]], [[0.23597534105963086]], [[0.247699522131599]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.5], "mean": [4.25], "std": [2.4633423545166346], "count": [256]}, "frame_index": {"min": [0], "max": [255], "mean": [127.5], "std": [73.90027063549903], "count": [256]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [256]}, "index": {"min": [4517], "max": [4772], "mean": [4644.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [256]}}} +{"episode_index": 19, "stats": {"action": {"min": [-39.815185546875, -99.72132110595703, 7.9923882484436035, 40.423614501953125, 46.03174591064453, 0.19782394170761108], "max": [4.700683116912842, 11.751045227050781, 98.28734588623047, 100.0, 53.79731369018555, 31.651830673217773], "mean": [-8.60229778289795, -48.87206268310547, 58.576148986816406, 71.20901489257812, 49.82832336425781, 10.115714073181152], "std": [13.745842933654785, 45.37275695800781, 37.07939910888672, 23.024091720581055, 2.271803379058838, 11.30179500579834], "count": [252]}, "observation.state": {"min": [-39.448787689208984, -99.43529510498047, 10.770703315734863, 41.40302658081055, 46.227108001708984, 0.6036217212677002], "max": [4.0723981857299805, 12.18823528289795, 97.89373016357422, 99.63319396972656, 53.5531120300293, 30.51643180847168], "mean": [-8.430778503417969, -47.80427551269531, 59.6624641418457, 71.37471771240234, 49.80506896972656, 10.746227264404297], "std": [13.775403022766113, 46.11408615112305, 36.17243576049805, 22.613801956176758, 2.2108283042907715, 10.772710800170898], "count": [252]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4986113316993464]], [[0.4818806168300654]], [[0.45696057598039214]]], "std": [[[0.13592923866085252]], [[0.1377960886950501]], [[0.14697316495195753]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.5806702920751634]], [[0.5921668464052288]], [[0.5256562663398693]]], "std": [[[0.23711005410784966]], [[0.24572021122783136]], [[0.250903736167777]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.366666666666667], "mean": [4.183333333333334], "std": [2.4248520382504593], "count": [252]}, "frame_index": {"min": [0], "max": [251], "mean": [125.5], "std": [72.74556114751378], "count": [252]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [252]}, "index": {"min": [4773], "max": [5024], "mean": [4898.5], "std": [72.74556114751378], "count": [252]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [252]}}} +{"episode_index": 20, "stats": {"action": {"min": [-40.377662658691406, -99.72132110595703, 8.848715782165527, 45.83145523071289, 45.738704681396484, 0.19782394170761108], "max": [2.852551221847534, 14.259173393249512, 98.85823059082031, 100.0, 53.89499282836914, 35.014835357666016], "mean": [-8.983560562133789, -50.084598541259766, 58.22122573852539, 75.12779235839844, 48.871986389160156, 10.186354637145996], "std": [13.964900016784668, 46.09516525268555, 38.65304946899414, 21.780628204345703, 2.25281023979187, 12.249163627624512], "count": [253]}, "observation.state": {"min": [-40.10695266723633, -99.43529510498047, 11.345141410827637, 46.81338882446289, 45.982906341552734, 0.6036217212677002], "max": [3.1674208641052246, 14.823529243469238, 98.37242889404297, 99.63319396972656, 53.60195541381836, 34.138160705566406], "mean": [-8.815818786621094, -48.9799919128418, 59.11384582519531, 75.21965789794922, 48.876407623291016, 11.396954536437988], "std": [14.055705070495605, 46.80750274658203, 37.67424011230469, 21.35848617553711, 2.2093706130981445, 11.340720176696777], "count": [253]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.5008284967320261]], [[0.48415118668300655]], [[0.45765989583333333]]], "std": [[[0.13544271303288488]], [[0.13674306033343525]], [[0.14584717744543715]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5784045220588235]], [[0.5909100428921569]], [[0.5212605698529411]]], "std": [[[0.23641211181080948]], [[0.24529454242655452]], [[0.24982025675133893]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.4], "mean": [4.199999999999999], "std": [2.434474618201362], "count": [253]}, "frame_index": {"min": [0], "max": [252], "mean": [126.0], "std": [73.03423854604085], "count": [253]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [253]}, "index": {"min": [5025], "max": [5277], "mean": [5151.0], "std": [73.03423854604085], "count": [253]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [253]}}} +{"episode_index": 21, "stats": {"action": {"min": [-41.18119812011719, -99.72132110595703, 10.08563232421875, 47.63406753540039, 43.44322204589844, 0.19782394170761108], "max": [3.1739654541015625, 10.636321067810059, 98.85823059082031, 100.0, 53.60195541381836, 30.464885711669922], "mean": [-8.108189582824707, -54.48482131958008, 62.80631637573242, 77.00749206542969, 48.78388214111328, 7.544652938842773], "std": [13.473905563354492, 44.957393646240234, 36.747379302978516, 21.660015106201172, 2.594472646713257, 10.315756797790527], "count": [246]}, "observation.state": {"min": [-40.6005744934082, -99.43529510498047, 12.685495376586914, 48.46400833129883, 43.736263275146484, 0.6036217212677002], "max": [2.8383381366729736, 11.058823585510254, 98.37242889404297, 99.72489929199219, 53.406593322753906, 29.107980728149414], "mean": [-7.968883037567139, -53.39724349975586, 63.694801330566406, 76.96439361572266, 48.65882110595703, 8.584027290344238], "std": [13.46125602722168, 45.61778259277344, 35.61984634399414, 21.378393173217773, 2.548161268234253, 9.689388275146484], "count": [246]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.5003919240196079]], [[0.48355032883986926]], [[0.4569984334150327]]], "std": [[[0.1334292318646994]], [[0.13448250957426305]], [[0.14357540685776699]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5796931495098039]], [[0.592033551879085]], [[0.5217814399509804]]], "std": [[[0.23533763476016872]], [[0.24397556212049856]], [[0.24859798890050433]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.166666666666666], "mean": [4.083333333333333], "std": [2.3671165456607204], "count": [246]}, "frame_index": {"min": [0], "max": [245], "mean": [122.5], "std": [71.01349636982161], "count": [246]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [246]}, "index": {"min": [5278], "max": [5523], "mean": [5400.5], "std": [71.01349636982161], "count": [246]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [246]}}} +{"episode_index": 22, "stats": {"action": {"min": [-41.74367141723633, -99.72132110595703, 13.986679077148438, 45.65119552612305, 44.81074523925781, 0.39564788341522217], "max": [2.3704299926757812, 9.428704261779785, 98.57278442382812, 100.0, 53.846153259277344, 30.069238662719727], "mean": [-9.914044380187988, -52.72400665283203, 62.27125930786133, 71.73831176757812, 49.89809799194336, 7.765157222747803], "std": [14.443878173828125, 44.218685150146484, 34.453895568847656, 23.70392608642578, 2.527230978012085, 10.216362953186035], "count": [259]}, "observation.state": {"min": [-41.094200134277344, -99.811767578125, 16.61081886291504, 46.62998580932617, 45.20146560668945, 1.0060361623764038], "max": [2.3447141647338867, 9.458823204040527, 98.085205078125, 99.63319396972656, 53.5531120300293, 28.43729019165039], "mean": [-9.673163414001465, -51.797935485839844, 63.25334167480469, 71.80247497558594, 49.91357421875, 8.993492126464844], "std": [14.514007568359375, 44.8352165222168, 33.517127990722656, 23.336389541625977, 2.483546495437622, 9.540725708007812], "count": [259]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.5001521139705882]], [[0.4832770690359477]], [[0.45669304125816995]]], "std": [[[0.1344230385994046]], [[0.13537042863256088]], [[0.14415138078511358]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.5796964746732026]], [[0.5918116319444444]], [[0.5211986417483659]]], "std": [[[0.2346109982002179]], [[0.24300552733463013]], [[0.24734914225122165]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.6], "mean": [4.3], "std": [2.492210085669166], "count": [259]}, "frame_index": {"min": [0], "max": [258], "mean": [129.0], "std": [74.76630257007497], "count": [259]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [259]}, "index": {"min": [5524], "max": [5782], "mean": [5653.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [259]}}} +{"episode_index": 23, "stats": {"action": {"min": [-40.29730987548828, -99.72132110595703, 18.55375862121582, 36.72825622558594, 44.371185302734375, 0.2967359125614166], "max": [0.6026516556739807, 4.598235130310059, 98.38249206542969, 100.0, 54.67643356323242, 29.871414184570312], "mean": [-9.951525688171387, -54.96800231933594, 65.60316467285156, 69.2690200805664, 49.761207580566406, 7.818755149841309], "std": [13.563897132873535, 43.4680290222168, 32.57200241088867, 27.658613204956055, 2.240105390548706, 10.773442268371582], "count": [274]}, "observation.state": {"min": [-39.86014175415039, -99.43529510498047, 21.206317901611328, 37.55158233642578, 44.66422653198242, 1.0060361623764038], "max": [0.20567667484283447, 5.22352933883667, 97.89373016357422, 99.63319396972656, 54.43223571777344, 28.70556640625], "mean": [-9.832844734191895, -53.98434829711914, 66.57254028320312, 69.3407211303711, 49.79684829711914, 9.035243034362793], "std": [13.646197319030762, 44.0678825378418, 31.49308967590332, 27.26357078552246, 2.25083589553833, 9.984375953674316], "count": [274]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.501547391748366]], [[0.48480683210784314]], [[0.4582103553921569]]], "std": [[[0.13442549346667285]], [[0.13540256270834924]], [[0.14442234101037518]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5827698304738562]], [[0.5928091564542484]], [[0.5261675510620915]]], "std": [[[0.23487813319974304]], [[0.24243271119130616]], [[0.24689620876276522]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.1], "mean": [4.550000000000001], "std": [2.6365486699260625], "count": [274]}, "frame_index": {"min": [0], "max": [273], "mean": [136.5], "std": [79.09646009778187], "count": [274]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [274]}, "index": {"min": [5783], "max": [6056], "mean": [5919.5], "std": [79.09646009778187], "count": [274]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [274]}}} +{"episode_index": 24, "stats": {"action": {"min": [-38.12776184082031, -99.72132110595703, 6.7554707527160645, 45.02027893066406, 46.47130584716797, 0.2967359125614166], "max": [5.5845723152160645, 18.625173568725586, 98.85823059082031, 100.0, 54.43223571777344, 33.33333206176758], "mean": [-8.173543930053711, -50.68585205078125, 59.388980865478516, 76.0139389038086, 49.89490509033203, 8.693015098571777], "std": [13.059102058410645, 48.25165557861328, 39.85847854614258, 22.526519775390625, 1.730685830116272, 10.891691207885742], "count": [264]}, "observation.state": {"min": [-37.638832092285156, -99.43529510498047, 9.238870620727539, 46.17148208618164, 46.86202621459961, 1.0060361623764038], "max": [5.306458473205566, 18.776470184326172, 98.56390380859375, 99.72489929199219, 54.090354919433594, 31.924882888793945], "mean": [-8.1438627243042, -49.5806999206543, 60.22952651977539, 76.02291107177734, 49.823524475097656, 9.487741470336914], "std": [13.022734642028809, 48.92900466918945, 38.71767044067383, 22.21431541442871, 1.7140498161315918, 10.201292037963867], "count": [264]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.5001020302287581]], [[0.4834731944444444]], [[0.45722224673202616]]], "std": [[[0.1343287928762834]], [[0.13583339518517876]], [[0.14530631554389664]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.578943539624183]], [[0.589418202614379]], [[0.5225312704248366]]], "std": [[[0.23577749793939268]], [[0.24373707189803545]], [[0.24820889917371303]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.766666666666667], "mean": [4.383333333333334], "std": [2.5403229599286665], "count": [264]}, "frame_index": {"min": [0], "max": [263], "mean": [131.5], "std": [76.20968879786], "count": [264]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [264]}, "index": {"min": [6057], "max": [6320], "mean": [6188.5], "std": [76.20968879786], "count": [264]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [264]}}} +{"episode_index": 25, "stats": {"action": {"min": [-12.093210220336914, -99.72132110595703, 11.227402687072754, 56.376747131347656, 45.93406677246094, 0.2967359125614166], "max": [14.744877815246582, 16.20993995666504, 98.85823059082031, 100.0, 53.06471252441406, 31.157270431518555], "mean": [0.905009925365448, -56.92531204223633, 62.49308395385742, 81.59481811523438, 50.86479187011719, 8.88839054107666], "std": [7.064087390899658, 44.343605041503906, 37.14492416381836, 18.024324417114258, 1.715203881263733, 10.553431510925293], "count": [253]}, "observation.state": {"min": [-11.641300201416016, -99.34117889404297, 13.451412200927734, 57.17560577392578, 46.227108001708984, 1.0060361623764038], "max": [14.273961067199707, 16.89411735534668, 98.56390380859375, 99.63319396972656, 52.82051467895508, 30.382293701171875], "mean": [1.0823628902435303, -55.83975601196289, 63.28171157836914, 81.60799407958984, 50.93350601196289, 9.64364242553711], "std": [6.9273529052734375, 45.06878662109375, 36.31714630126953, 17.700109481811523, 1.6849610805511475, 9.885144233703613], "count": [253]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4969101286764706]], [[0.4961923835784314]], [[0.4801987540849673]]], "std": [[[0.13891835291349566]], [[0.14333018113547139]], [[0.1537948345420804]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9098039215686274]], [[0.9490196078431372]], [[1.0]]], "mean": [[[0.5333563357843137]], [[0.5355278267973856]], [[0.4946516401143791]]], "std": [[[0.23204353503027025]], [[0.23903588829298336]], [[0.2476890689513952]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.4], "mean": [4.199999999999999], "std": [2.434474618201362], "count": [253]}, "frame_index": {"min": [0], "max": [252], "mean": [126.0], "std": [73.03423854604085], "count": [253]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [253]}, "index": {"min": [6321], "max": [6573], "mean": [6447.0], "std": [73.03423854604085], "count": [253]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [253]}}} +{"episode_index": 26, "stats": {"action": {"min": [-11.370028495788574, -99.72132110595703, 25.6898193359375, 43.84857940673828, 49.69474792480469, 0.2967359125614166], "max": [15.869827270507812, 7.663724899291992, 98.28734588623047, 100.0, 54.871795654296875, 32.83877182006836], "mean": [1.1631669998168945, -56.52167892456055, 66.41870880126953, 72.65522003173828, 51.943145751953125, 8.674882888793945], "std": [7.799570560455322, 42.60769271850586, 31.22114372253418, 24.976911544799805, 1.3779785633087158, 11.227930068969727], "count": [246]}, "observation.state": {"min": [-10.983134269714355, -99.43529510498047, 28.291048049926758, 45.071067810058594, 50.03662872314453, 1.0060361623764038], "max": [15.425750732421875, 7.764705657958984, 97.89373016357422, 99.63319396972656, 54.57875442504883, 32.19315719604492], "mean": [1.2477723360061646, -55.53669738769531, 67.38936614990234, 72.7771224975586, 52.00111770629883, 9.795360565185547], "std": [7.683183670043945, 43.228538513183594, 30.301101684570312, 24.487022399902344, 1.2716989517211914, 10.306833267211914], "count": [246]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.49685144812091503]], [[0.4973992013888889]], [[0.4819409660947712]]], "std": [[[0.13391047920056223]], [[0.1391666192118097]], [[0.15010639103025422]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[0.9372549019607843]], [[1.0]]], "mean": [[[0.5392081331699345]], [[0.5411027226307189]], [[0.5024390543300654]]], "std": [[[0.2334764922863104]], [[0.24055362617321618]], [[0.24976994103464586]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.166666666666666], "mean": [4.083333333333333], "std": [2.3671165456607204], "count": [246]}, "frame_index": {"min": [0], "max": [245], "mean": [122.5], "std": [71.01349636982161], "count": [246]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [246]}, "index": {"min": [6574], "max": [6819], "mean": [6696.5], "std": [71.01349636982161], "count": [246]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [246]}}} +{"episode_index": 27, "stats": {"action": {"min": [-12.977099418640137, -99.72132110595703, 16.650808334350586, 52.140602111816406, 45.006103515625, 0.2967359125614166], "max": [17.15548324584961, 14.444960594177246, 97.81160736083984, 100.0, 53.99267578125, 36.59742736816406], "mean": [3.007519006729126, -51.125144958496094, 60.01844787597656, 74.5494384765625, 50.1312141418457, 11.567289352416992], "std": [9.04228687286377, 43.7177619934082, 34.9476432800293, 20.17095375061035, 2.655766248703003, 12.822684288024902], "count": [238]}, "observation.state": {"min": [-12.546277046203613, -99.43529510498047, 19.291526794433594, 53.23246383666992, 45.10378646850586, 0.8718980550765991], "max": [16.742080688476562, 14.635293960571289, 97.60651397705078, 99.63319396972656, 53.650794982910156, 35.74782180786133], "mean": [3.0229270458221436, -49.855831146240234, 60.968406677246094, 74.7632827758789, 50.160980224609375, 12.415382385253906], "std": [8.999067306518555, 44.59389114379883, 34.24514389038086, 19.724224090576172, 2.6042368412017822, 11.92436695098877], "count": [238]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.48826725490196077]], [[0.48912057393790853]], [[0.47386699142156863]]], "std": [[[0.13314665181412488]], [[0.1385506638778044]], [[0.14981907952782508]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5587730473856208]], [[0.564590565767974]], [[0.5232944546568626]]], "std": [[[0.24168201395395655]], [[0.24943071612723866]], [[0.2545552470424122]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.9], "mean": [3.9499999999999997], "std": [2.290135852350734], "count": [238]}, "frame_index": {"min": [0], "max": [237], "mean": [118.5], "std": [68.70407557052202], "count": [238]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [238]}, "index": {"min": [6820], "max": [7057], "mean": [6938.5], "std": [68.70407557052202], "count": [238]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [238]}}} +{"episode_index": 28, "stats": {"action": {"min": [-13.298513412475586, -99.72132110595703, 17.03139877319336, 46.73276138305664, 47.05738830566406, 0.19782394170761108], "max": [15.468059539794922, 9.986065864562988, 98.09705352783203, 100.0, 52.087913513183594, 31.35509490966797], "mean": [1.9087207317352295, -56.311954498291016, 65.45564270019531, 74.69251251220703, 50.61571502685547, 8.550715446472168], "std": [7.552764892578125, 43.82088851928711, 33.39982223510742, 22.453575134277344, 1.5267789363861084, 9.9586820602417], "count": [248]}, "observation.state": {"min": [-12.875359535217285, -99.43529510498047, 19.67448616027832, 47.5469970703125, 47.350425720214844, 0.6036217212677002], "max": [14.932126998901367, 10.305882453918457, 97.60651397705078, 99.72489929199219, 51.79487228393555, 30.650569915771484], "mean": [2.028567314147949, -55.213687896728516, 66.25755310058594, 74.79066467285156, 50.61494064331055, 9.244425773620605], "std": [7.49310302734375, 44.494956970214844, 32.481815338134766, 22.043228149414062, 1.4476327896118164, 9.308903694152832], "count": [248]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4880570363562092]], [[0.48978361928104575]], [[0.4754607475490196]]], "std": [[[0.13230334918313774]], [[0.13858507537692827]], [[0.15007042722575942]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[0.9568627450980393]], [[1.0]]], "mean": [[[0.5427299407679739]], [[0.5435111621732026]], [[0.5086339399509804]]], "std": [[[0.23494246964994528]], [[0.24243862447041245]], [[0.2512475736180056]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.233333333333333], "mean": [4.116666666666667], "std": [2.386361712360937], "count": [248]}, "frame_index": {"min": [0], "max": [247], "mean": [123.5], "std": [71.5908513708281], "count": [248]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [248]}, "index": {"min": [7058], "max": [7305], "mean": [7181.5], "std": [71.5908513708281], "count": [248]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [248]}}} +{"episode_index": 29, "stats": {"action": {"min": [-12.494977951049805, -99.72132110595703, 10.941960334777832, 44.299232482910156, 44.71306610107422, 0.19782394170761108], "max": [15.066291809082031, 12.401300430297852, 98.28734588623047, 100.0, 56.239315032958984, 30.662710189819336], "mean": [1.5578221082687378, -56.784671783447266, 65.28842163085938, 76.00486755371094, 50.73833084106445, 7.922543525695801], "std": [7.070108413696289, 44.68850326538086, 34.710384368896484, 22.527177810668945, 2.4082860946655273, 9.46288013458252], "count": [248]}, "observation.state": {"min": [-12.052653312683105, -99.43529510498047, 13.834370613098145, 45.25447082519531, 44.85958480834961, 0.7377598881721497], "max": [14.685315132141113, 12.84705924987793, 97.79798889160156, 99.72489929199219, 56.0439567565918, 29.97987937927246], "mean": [1.6304845809936523, -55.67018127441406, 66.003173828125, 76.006103515625, 50.691104888916016, 8.59755802154541], "std": [6.953096389770508, 45.4113883972168, 33.80058288574219, 22.185874938964844, 2.332894802093506, 8.750243186950684], "count": [248]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.49323375816993464]], [[0.49620116217320265]], [[0.48305019812091504]]], "std": [[[0.13269907550818452]], [[0.13903213641591625]], [[0.1501977433927389]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.5471712847222222]], [[0.5497865482026143]], [[0.5160911887254902]]], "std": [[[0.23596420140084864]], [[0.24482454467611503]], [[0.25308297816398645]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.233333333333333], "mean": [4.116666666666667], "std": [2.386361712360937], "count": [248]}, "frame_index": {"min": [0], "max": [247], "mean": [123.5], "std": [71.5908513708281], "count": [248]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [248]}, "index": {"min": [7306], "max": [7553], "mean": [7429.5], "std": [71.5908513708281], "count": [248]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [248]}}} +{"episode_index": 30, "stats": {"action": {"min": [-12.655685424804688, -99.72132110595703, 18.078020095825195, 43.48805618286133, 47.88766860961914, 0.19782394170761108], "max": [15.066291809082031, 14.352066993713379, 98.4776382446289, 100.0, 54.33455276489258, 25.618200302124023], "mean": [1.5385140180587769, -54.893287658691406, 64.76873779296875, 74.96477508544922, 51.61008834838867, 7.455862045288086], "std": [7.519876956939697, 43.59994125366211, 33.99227523803711, 21.823820114135742, 1.6251651048660278, 9.241018295288086], "count": [235]}, "observation.state": {"min": [-12.381735801696777, -99.34117889404297, 20.153182983398438, 44.5208625793457, 47.985347747802734, 0.6036217212677002], "max": [14.685315132141113, 14.541176795959473, 98.085205078125, 99.63319396972656, 53.89499282836914, 24.88262939453125], "mean": [1.6399881839752197, -53.67966842651367, 65.46650695800781, 74.95814514160156, 51.73017883300781, 8.365367889404297], "std": [7.463842391967773, 44.40911865234375, 33.128013610839844, 21.520076751708984, 1.5686436891555786, 8.617520332336426], "count": [235]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.49997913602941174]], [[0.4893856576797385]], [[0.4651152144607843]]], "std": [[[0.13416592004697825]], [[0.13871455475809769]], [[0.14928077511437726]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.560041550245098]], [[0.5665531862745098]], [[0.5323450510620915]]], "std": [[[0.24057052643654306]], [[0.25001954403025145]], [[0.2555165237584857]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.8], "mean": [3.9], "std": [2.261268080819551], "count": [235]}, "frame_index": {"min": [0], "max": [234], "mean": [117.0], "std": [67.83804242458652], "count": [235]}, "episode_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [235]}, "index": {"min": [7554], "max": [7788], "mean": [7671.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [235]}}} +{"episode_index": 31, "stats": {"action": {"min": [-11.771796226501465, -99.72132110595703, 17.31684112548828, 49.88733673095703, 46.32478713989258, 0.19782394170761108], "max": [16.351947784423828, 14.352066993713379, 98.4776382446289, 100.0, 53.79731369018555, 31.157270431518555], "mean": [2.0961437225341797, -54.547245025634766, 63.78812026977539, 74.10858154296875, 50.624759674072266, 7.039024829864502], "std": [7.561211109161377, 44.11122131347656, 34.24797439575195, 21.91242218017578, 2.206355094909668, 9.90623664855957], "count": [237]}, "observation.state": {"min": [-11.47675895690918, -99.34117889404297, 20.057443618774414, 50.756534576416016, 46.47130584716797, 0.6036217212677002], "max": [15.919374465942383, 14.729412078857422, 98.085205078125, 99.63319396972656, 53.60195541381836, 30.382293701171875], "mean": [2.2377965450286865, -53.3585319519043, 64.71405029296875, 74.16353607177734, 50.71420669555664, 7.978964805603027], "std": [7.496551036834717, 45.01677322387695, 33.40823745727539, 21.578792572021484, 2.2018542289733887, 9.178387641906738], "count": [237]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.5032807312091503]], [[0.4934955024509804]], [[0.4702700939542484]]], "std": [[[0.13529519389395178]], [[0.13988668136617943]], [[0.15030332689163875]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.5563240972222222]], [[0.5639298366013072]], [[0.5311510968137254]]], "std": [[[0.24084209671190177]], [[0.25127201652171405]], [[0.25598893936347994]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.866666666666666], "mean": [3.9333333333333336], "std": [2.280513262566289], "count": [237]}, "frame_index": {"min": [0], "max": [236], "mean": [118.0], "std": [68.41539787698868], "count": [237]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [237]}, "index": {"min": [7789], "max": [8025], "mean": [7907.0], "std": [68.41539787698868], "count": [237]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [237]}}} +{"episode_index": 32, "stats": {"action": {"min": [-12.093210220336914, -99.72132110595703, 13.130352020263672, 51.78008270263672, 46.86202621459961, 0.19782394170761108], "max": [16.673362731933594, 9.057129859924316, 98.28734588623047, 100.0, 53.4554328918457, 34.718101501464844], "mean": [1.7005764245986938, -55.413612365722656, 62.28580856323242, 78.12693786621094, 50.22281265258789, 7.929820537567139], "std": [7.884044170379639, 43.16591262817383, 34.925880432128906, 19.218700408935547, 1.7662898302078247, 11.049327850341797], "count": [223]}, "observation.state": {"min": [-11.805841445922852, -99.43529510498047, 15.940641403198242, 52.773956298828125, 47.20390701293945, 0.7377598881721497], "max": [16.248456954956055, 9.55294132232666, 97.89373016357422, 99.72489929199219, 53.06471252441406, 33.467472076416016], "mean": [1.8256349563598633, -54.3001708984375, 63.24759292602539, 78.12374877929688, 50.27472686767578, 9.132524490356445], "std": [7.784168243408203, 43.863555908203125, 33.9630126953125, 18.885732650756836, 1.6982064247131348, 10.2850923538208], "count": [223]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.49602418300653595]], [[0.48666182802287583]], [[0.46423440767973856]]], "std": [[[0.134854025762462]], [[0.140051563270502]], [[0.15082157984537486]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5549428696895424]], [[0.5625534415849673]], [[0.5306614338235294]]], "std": [[[0.24074807283161426]], [[0.25158679553972796]], [[0.2564367211245125]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.4], "mean": [3.7], "std": [2.1457969252574776], "count": [223]}, "frame_index": {"min": [0], "max": [222], "mean": [111.0], "std": [64.37390775772433], "count": [223]}, "episode_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [223]}, "index": {"min": [8026], "max": [8248], "mean": [8137.0], "std": [64.37390775772433], "count": [223]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [223]}}} +{"episode_index": 33, "stats": {"action": {"min": [-13.137805938720703, -99.72132110595703, 11.703140258789062, 57.90896987915039, 47.155067443847656, 0.19782394170761108], "max": [12.977099418640137, 15.188109397888184, 98.00189971923828, 100.0, 54.627593994140625, 35.11375045776367], "mean": [1.2856574058532715, -56.49202346801758, 61.97842025756836, 79.93453979492188, 50.84223937988281, 8.778203010559082], "std": [7.614260673522949, 44.402889251708984, 36.68368911743164, 17.94469451904297, 1.6525853872299194, 11.386645317077637], "count": [206]}, "observation.state": {"min": [-13.039901733398438, -99.43529510498047, 14.217329025268555, 58.82622528076172, 47.5457878112793, 0.6036217212677002], "max": [12.628547668457031, 15.858823776245117, 97.60651397705078, 99.72489929199219, 54.13919448852539, 34.205230712890625], "mean": [1.3167297840118408, -55.4654541015625, 62.8990478515625, 80.01668548583984, 50.84436798095703, 9.678133964538574], "std": [7.470733642578125, 45.24081802368164, 35.885074615478516, 17.671911239624023, 1.5778697729110718, 10.497771263122559], "count": [206]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.4991659109477124]], [[0.49023861928104573]], [[0.4684038174019608]]], "std": [[[0.1355728947590125]], [[0.14089099131790198]], [[0.15161270957245332]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.5652354963235294]], [[0.5727418484477125]], [[0.5411700796568627]]], "std": [[[0.24382476022499616]], [[0.2531858134305672]], [[0.2564358242736032]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.833333333333333], "mean": [3.416666666666667], "std": [1.9822125684867067], "count": [206]}, "frame_index": {"min": [0], "max": [205], "mean": [102.5], "std": [59.466377054601196], "count": [206]}, "episode_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [206]}, "index": {"min": [8249], "max": [8454], "mean": [8351.5], "std": [59.466377054601196], "count": [206]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [206]}}} +{"episode_index": 34, "stats": {"action": {"min": [-11.932502746582031, -99.72132110595703, 12.464319229125977, 49.166290283203125, 48.03418731689453, 0.19782394170761108], "max": [13.459220886230469, 13.516024589538574, 98.28734588623047, 100.0, 52.28327178955078, 35.410484313964844], "mean": [0.7555373311042786, -57.35817337036133, 63.739505767822266, 79.83507537841797, 50.73728561401367, 7.506816387176514], "std": [6.701746940612793, 44.412349700927734, 35.882415771484375, 19.368194580078125, 0.960429310798645, 11.28144645690918], "count": [226]}, "observation.state": {"min": [-11.394488334655762, -99.43529510498047, 14.983245849609375, 50.29802703857422, 48.32722854614258, 0.6036217212677002], "max": [13.039901733398438, 14.25882339477539, 97.89373016357422, 99.72489929199219, 52.0390739440918, 34.138160705566406], "mean": [0.7593660354614258, -56.214481353759766, 64.50939178466797, 79.8598403930664, 50.782012939453125, 8.441213607788086], "std": [6.5657806396484375, 45.216651916503906, 35.019142150878906, 19.031330108642578, 0.9225860238075256, 10.54384708404541], "count": [226]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5011125571895425]], [[0.49275472630718953]], [[0.4715549979575163]]], "std": [[[0.1357458083840132]], [[0.14085951962647314]], [[0.1518381909115934]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.5514310661764705]], [[0.5600355004084968]], [[0.5289393954248366]]], "std": [[[0.24271661270393197]], [[0.25272672008956815]], [[0.25990651865448405]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.5], "mean": [3.75], "std": [2.174664725116648], "count": [226]}, "frame_index": {"min": [0], "max": [225], "mean": [112.5], "std": [65.23994175349944], "count": [226]}, "episode_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [226]}, "index": {"min": [8455], "max": [8680], "mean": [8567.5], "std": [65.23994175349944], "count": [226]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [226]}}} +{"episode_index": 35, "stats": {"action": {"min": [-14.343110084533691, -99.72132110595703, 11.512845039367676, 52.68138885498047, 44.9572639465332, 0.19782394170761108], "max": [14.423462867736816, 16.20993995666504, 98.66793823242188, 100.0, 53.406593322753906, 37.68545913696289], "mean": [0.7452889084815979, -53.299007415771484, 60.663597106933594, 76.7609634399414, 49.00352478027344, 6.872735023498535], "std": [8.347502708435059, 44.76897048950195, 37.32963180541992, 19.514759063720703, 2.561904191970825, 10.758949279785156], "count": [209]}, "observation.state": {"min": [-13.862607955932617, -99.62352752685547, 14.217329025268555, 53.78266906738281, 45.347984313964844, 0.6036217212677002], "max": [14.027149200439453, 16.611764907836914, 98.085205078125, 99.72489929199219, 52.91819381713867, 35.68075180053711], "mean": [0.8788001537322998, -52.323265075683594, 61.591896057128906, 76.91710662841797, 49.017520904541016, 7.7893171310424805], "std": [8.256732940673828, 45.543434143066406, 36.330081939697266, 19.147472381591797, 2.554640531539917, 10.014293670654297], "count": [209]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.49229074346405227]], [[0.48415544730392157]], [[0.4637833986928105]]], "std": [[[0.13587422356052892]], [[0.14184665122940474]], [[0.1529373621459444]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.5592863357843137]], [[0.5677438725490196]], [[0.5372632169117647]]], "std": [[[0.2465763628258085]], [[0.25475170857337454]], [[0.25955585376614876]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.933333333333334], "mean": [3.4666666666666663], "std": [2.011080417199781], "count": [209]}, "frame_index": {"min": [0], "max": [208], "mean": [104.0], "std": [60.332412515993425], "count": [209]}, "episode_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [209]}, "index": {"min": [8681], "max": [8889], "mean": [8785.0], "std": [60.332412515993425], "count": [209]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [209]}}} +{"episode_index": 36, "stats": {"action": {"min": [-12.494977951049805, -99.72132110595703, 12.369172096252441, 48.98603057861328, 45.78754425048828, 0.19782394170761108], "max": [14.423462867736816, 10.450533866882324, 98.66793823242188, 100.0, 53.74847412109375, 26.805143356323242], "mean": [1.4126027822494507, -53.913108825683594, 61.5744743347168, 77.53926849365234, 50.2875862121582, 7.976140022277832], "std": [7.332041263580322, 44.15066146850586, 35.21833419799805, 20.44619369506836, 2.160698890686035, 9.6283540725708], "count": [238]}, "observation.state": {"min": [-12.134923934936523, -99.62352752685547, 15.270463943481445, 49.83952331542969, 45.982906341552734, 0.6036217212677002], "max": [13.944878578186035, 11.058823585510254, 98.085205078125, 99.63319396972656, 53.4554328918457, 26.089872360229492], "mean": [1.5220072269439697, -52.90158462524414, 62.443939208984375, 77.65926361083984, 50.40249252319336, 9.01908016204834], "std": [7.245114326477051, 44.966365814208984, 34.45797348022461, 20.104198455810547, 2.1641745567321777, 8.919291496276855], "count": [238]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.4938766237745098]], [[0.4861171262254902]], [[0.4658584089052288]]], "std": [[[0.13606733117780698]], [[0.14168323338028505]], [[0.152872614781006]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.5610669240196078]], [[0.5693143280228757]], [[0.5387083680555556]]], "std": [[[0.2478237372406154]], [[0.2554827518256322]], [[0.2596225990090055]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.9], "mean": [3.9499999999999997], "std": [2.290135852350734], "count": [238]}, "frame_index": {"min": [0], "max": [237], "mean": [118.5], "std": [68.70407557052202], "count": [238]}, "episode_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [238]}, "index": {"min": [8890], "max": [9127], "mean": [9008.5], "std": [68.70407557052202], "count": [238]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [238]}}} +{"episode_index": 37, "stats": {"action": {"min": [-12.093210220336914, -99.72132110595703, 8.372978210449219, 54.303741455078125, 45.592185974121094, 0.19782394170761108], "max": [15.146645545959473, 11.193683624267578, 98.57278442382812, 100.0, 53.11355209350586, 26.01384735107422], "mean": [1.1323015689849854, -53.752471923828125, 61.82727813720703, 77.2533187866211, 50.68096923828125, 6.669199466705322], "std": [7.4132914543151855, 44.77015686035156, 36.63064193725586, 19.207965850830078, 1.7840499877929688, 9.142250061035156], "count": [235]}, "observation.state": {"min": [-11.641300201416016, -99.43529510498047, 11.345141410827637, 55.06648254394531, 45.982906341552734, 0.6036217212677002], "max": [14.767585754394531, 11.81176471710205, 98.085205078125, 99.63319396972656, 52.82051467895508, 25.217973709106445], "mean": [1.1635178327560425, -52.716888427734375, 62.73161697387695, 77.2811050415039, 50.72626876831055, 7.638461589813232], "std": [7.257500648498535, 45.5501823425293, 35.80625534057617, 18.931745529174805, 1.7226868867874146, 8.530573844909668], "count": [235]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.4926905453431373]], [[0.4851099693627451]], [[0.4650034701797386]]], "std": [[[0.13578467158445948]], [[0.1414153962085281]], [[0.1526408043571598]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5601048508986928]], [[0.5685463214869281]], [[0.5378484170751634]]], "std": [[[0.24922161738456133]], [[0.2562951878626831]], [[0.260750548486436]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.8], "mean": [3.9], "std": [2.261268080819551], "count": [235]}, "frame_index": {"min": [0], "max": [234], "mean": [117.0], "std": [67.83804242458652], "count": [235]}, "episode_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [235]}, "index": {"min": [9128], "max": [9362], "mean": [9245.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [235]}}} +{"episode_index": 38, "stats": {"action": {"min": [-12.093210220336914, -99.72132110595703, 9.514747619628906, 52.230735778808594, 44.517704010009766, 0.19782394170761108], "max": [14.102048873901367, 17.974918365478516, 98.38249206542969, 100.0, 54.13919448852539, 27.89317512512207], "mean": [0.5186311602592468, -50.42338943481445, 58.96024703979492, 76.89363098144531, 49.790000915527344, 6.401373863220215], "std": [7.40608549118042, 46.799190521240234, 38.26224899291992, 19.44880485534668, 2.575235366821289, 9.278666496276855], "count": [241]}, "observation.state": {"min": [-11.641300201416016, -99.43529510498047, 12.015317916870117, 53.23246383666992, 44.81074523925781, 0.6036217212677002], "max": [13.698066711425781, 18.399999618530273, 97.98947143554688, 99.63319396972656, 53.846153259277344, 27.16297721862793], "mean": [0.6672124862670898, -49.196414947509766, 59.880332946777344, 76.88711547851562, 49.77559280395508, 7.46943473815918], "std": [7.281403541564941, 47.613983154296875, 37.40693664550781, 19.131874084472656, 2.5102009773254395, 8.691892623901367], "count": [241]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.4918499019607843]], [[0.48425002859477123]], [[0.46439875612745096]]], "std": [[[0.13595503867479256]], [[0.14160887476747097]], [[0.15284510970029358]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.5646129554738561]], [[0.5714018341503267]], [[0.5410489889705883]]], "std": [[[0.2505092093190657]], [[0.25879603980031646]], [[0.2593612046496612]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.0], "mean": [4.0], "std": [2.3190036174568114], "count": [241]}, "frame_index": {"min": [0], "max": [240], "mean": [120.0], "std": [69.57010852370435], "count": [241]}, "episode_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [241]}, "index": {"min": [9363], "max": [9603], "mean": [9483.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [241]}}} +{"episode_index": 39, "stats": {"action": {"min": [-11.611088752746582, -99.72132110595703, 19.600379943847656, 47.093284606933594, 48.47374725341797, 0.19782394170761108], "max": [14.102048873901367, 6.641894817352295, 98.4776382446289, 100.0, 54.92063522338867, 27.497528076171875], "mean": [1.087805986404419, -57.9700813293457, 67.27326202392578, 74.92499542236328, 51.974971771240234, 5.375219345092773], "std": [7.168158531188965, 43.354087829589844, 33.09147644042969, 23.02602195739746, 1.3450864553451538, 8.093744277954102], "count": [265]}, "observation.state": {"min": [-11.394488334655762, -99.43529510498047, 21.97223472595215, 47.91379928588867, 48.766788482666016, 0.6036217212677002], "max": [13.698066711425781, 7.294117450714111, 97.98947143554688, 99.72489929199219, 54.67643356323242, 26.69349479675293], "mean": [1.134559154510498, -56.90150833129883, 68.12924194335938, 74.88533020019531, 52.10250473022461, 6.417119979858398], "std": [7.045829772949219, 44.097286224365234, 31.97651481628418, 22.760005950927734, 1.2592828273773193, 7.692535400390625], "count": [265]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.4910717340686274]], [[0.48359528390522877]], [[0.46348961805555555]]], "std": [[[0.1352915150523475]], [[0.14123219439327922]], [[0.1529255872443551]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.5693218218954248]], [[0.5760700939542484]], [[0.5466580310457516]]], "std": [[[0.24848608207349715]], [[0.25696562421288377]], [[0.25817348446962146]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.8], "mean": [4.4], "std": [2.5499455331873704], "count": [265]}, "frame_index": {"min": [0], "max": [264], "mean": [132.0], "std": [76.49836599562111], "count": [265]}, "episode_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [265]}, "index": {"min": [9604], "max": [9868], "mean": [9736.0], "std": [76.49836599562111], "count": [265]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [265]}}} +{"episode_index": 40, "stats": {"action": {"min": [-12.816391944885254, -99.72132110595703, 16.555662155151367, 48.89590072631836, 44.27350616455078, 0.19782394170761108], "max": [12.816391944885254, 11.007896423339844, 98.66793823242188, 100.0, 54.18803405761719, 21.76063346862793], "mean": [1.5292677879333496, -53.218170166015625, 61.989715576171875, 74.45903778076172, 50.83222198486328, 5.412292957305908], "std": [7.653726100921631, 44.70643615722656, 35.4539909362793, 21.40874671936035, 2.611609935760498, 7.291192531585693], "count": [252]}, "observation.state": {"min": [-12.381735801696777, -99.43529510498047, 19.100048065185547, 49.93122482299805, 44.66422653198242, 0.6036217212677002], "max": [12.29946517944336, 11.435294151306152, 97.98947143554688, 99.63319396972656, 53.89499282836914, 21.126760482788086], "mean": [1.5334339141845703, -52.027645111083984, 62.90586853027344, 74.51150512695312, 50.904266357421875, 6.664593696594238], "std": [7.550116062164307, 45.44809341430664, 34.406517028808594, 21.020198822021484, 2.554682731628418, 6.979686737060547], "count": [252]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.48975770629084964]], [[0.4821330126633987]], [[0.46203068423202615]]], "std": [[[0.13612401088380274]], [[0.14210591351700888]], [[0.1535178421637816]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.568054362745098]], [[0.5792139297385621]], [[0.5408451572712418]]], "std": [[[0.2514514341237542]], [[0.2578000690567302]], [[0.2603066928362701]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.366666666666667], "mean": [4.183333333333334], "std": [2.4248520382504593], "count": [252]}, "frame_index": {"min": [0], "max": [251], "mean": [125.5], "std": [72.74556114751378], "count": [252]}, "episode_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [252]}, "index": {"min": [9869], "max": [10120], "mean": [9994.5], "std": [72.74556114751378], "count": [252]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [252]}}} +{"episode_index": 41, "stats": {"action": {"min": [-12.334270477294922, -99.72132110595703, 9.800189971923828, 57.007659912109375, 46.129425048828125, 0.19782394170761108], "max": [14.744877815246582, 11.007896423339844, 98.57278442382812, 100.0, 52.91819381713867, 31.849653244018555], "mean": [1.8026416301727295, -52.384002685546875, 60.44033432006836, 79.01446533203125, 49.594871520996094, 7.10163688659668], "std": [7.508487224578857, 45.06892395019531, 36.90391159057617, 18.673078536987305, 1.8274128437042236, 10.082073211669922], "count": [242]}, "observation.state": {"min": [-11.88811206817627, -99.43529510498047, 12.111058235168457, 57.72581481933594, 46.47130584716797, 0.6036217212677002], "max": [14.191690444946289, 11.435294151306152, 98.085205078125, 99.63319396972656, 52.42979431152344, 30.31522560119629], "mean": [1.9415209293365479, -51.14863204956055, 61.26853942871094, 78.99995422363281, 49.66250228881836, 8.26280403137207], "std": [7.430983543395996, 45.805274963378906, 35.80341720581055, 18.304977416992188, 1.795304536819458, 9.42414665222168], "count": [242]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.49072207312091504]], [[0.48291234272875816]], [[0.46241756944444445]]], "std": [[[0.1359450784113218]], [[0.14177686783680435]], [[0.1530480970773865]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.5284179289215686]], [[0.5294120649509804]], [[0.5028313888888889]]], "std": [[[0.24183141596352808]], [[0.25105399766057396]], [[0.261967547586463]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.033333333333333], "mean": [4.016666666666667], "std": [2.328626204439004], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [242]}, "index": {"min": [10121], "max": [10362], "mean": [10241.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [242]}}} +{"episode_index": 42, "stats": {"action": {"min": [-10.72719955444336, -99.72132110595703, 16.745956420898438, 43.84857940673828, 48.32722854614258, 0.19782394170761108], "max": [13.9413423538208, 7.385044097900391, 98.57278442382812, 100.0, 53.5042724609375, 27.101879119873047], "mean": [2.1481194496154785, -52.53681945800781, 63.10097885131836, 73.33035278320312, 51.01551818847656, 6.048887252807617], "std": [7.070614337921143, 43.5330696105957, 33.779815673828125, 23.487812042236328, 1.0739054679870605, 8.241374969482422], "count": [240]}, "observation.state": {"min": [-10.324969291687012, -99.71764373779297, 19.291526794433594, 45.071067810058594, 48.57143020629883, 0.6036217212677002], "max": [13.451254844665527, 7.858823299407959, 98.085205078125, 99.72489929199219, 53.11355209350586, 26.42521858215332], "mean": [2.2264490127563477, -51.45055389404297, 63.878990173339844, 73.39752960205078, 51.0258903503418, 7.471221446990967], "std": [6.951449394226074, 44.2149543762207, 32.898380279541016, 23.123077392578125, 0.9788916707038879, 7.527084827423096], "count": [240]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49180348447712413]], [[0.48385985906862744]], [[0.46415043300653597]]], "std": [[[0.13617366165033506]], [[0.14202414528134968]], [[0.15299236588351522]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5660661090686274]], [[0.5772595710784314]], [[0.5385077430555556]]], "std": [[[0.25395853938754365]], [[0.26047284674867777]], [[0.26236533793858663]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.966666666666667], "mean": [3.9833333333333334], "std": [2.309381029787146], "count": [240]}, "frame_index": {"min": [0], "max": [239], "mean": [119.5], "std": [69.2814308936144], "count": [240]}, "episode_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [240]}, "index": {"min": [10363], "max": [10602], "mean": [10482.5], "std": [69.2814308936144], "count": [240]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [240]}}} +{"episode_index": 43, "stats": {"action": {"min": [-11.289674758911133, -99.72132110595703, 13.891531944274902, 47.2735481262207, 44.9572639465332, 0.19782394170761108], "max": [13.218159675598145, 10.543427467346191, 98.7630844116211, 100.0, 52.67399215698242, 29.574678421020508], "mean": [0.6620581150054932, -48.755332946777344, 60.017677307128906, 73.7203369140625, 49.209293365478516, 7.361340045928955], "std": [6.711293697357178, 44.53081130981445, 35.29654312133789, 21.226106643676758, 2.1344289779663086, 10.282042503356934], "count": [234]}, "observation.state": {"min": [-10.900863647460938, -99.34117889404297, 16.419340133666992, 48.28060531616211, 45.25030517578125, 0.6036217212677002], "max": [12.71081829071045, 11.058823585510254, 98.18094635009766, 99.63319396972656, 52.42979431152344, 28.77263641357422], "mean": [0.761529803276062, -47.6295166015625, 60.900962829589844, 73.69786834716797, 49.2693977355957, 8.45414924621582], "std": [6.608022689819336, 45.24619674682617, 34.36079025268555, 20.916667938232422, 2.104506731033325, 9.548264503479004], "count": [234]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.4926359660947712]], [[0.4844718423202614]], [[0.4655786213235294]]], "std": [[[0.13653198851371134]], [[0.14233688704406836]], [[0.15266672817228782]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.5326972875816993]], [[0.5353954677287582]], [[0.5077286458333333]]], "std": [[[0.24445154521953694]], [[0.25413539555238457]], [[0.26308284231258394]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.766666666666667], "mean": [3.8833333333333337], "std": [2.251645488838642], "count": [234]}, "frame_index": {"min": [0], "max": [233], "mean": [116.5], "std": [67.54936466515926], "count": [234]}, "episode_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [234]}, "index": {"min": [10603], "max": [10836], "mean": [10719.5], "std": [67.54936466515926], "count": [234]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [234]}}} +{"episode_index": 44, "stats": {"action": {"min": [-11.370028495788574, -99.72132110595703, 18.078020095825195, 41.14466094970703, 45.4456672668457, 0.19782394170761108], "max": [14.98593807220459, 13.237342834472656, 98.7630844116211, 100.0, 53.162391662597656, 31.05835723876953], "mean": [1.1689358949661255, -55.94923400878906, 65.95938110351562, 75.96969604492188, 50.3218879699707, 8.338879585266113], "std": [7.108212471008301, 43.604713439941406, 34.36254119873047, 23.07830810546875, 2.2730705738067627, 11.043827056884766], "count": [232]}, "observation.state": {"min": [-11.22994613647461, -99.52941131591797, 20.536142349243164, 42.136634826660156, 45.88522720336914, 0.6036217212677002], "max": [14.603043556213379, 13.600000381469727, 98.27668762207031, 99.63319396972656, 52.82051467895508, 30.24815559387207], "mean": [1.3110109567642212, -54.850677490234375, 66.58309936523438, 75.9478530883789, 50.43449020385742, 9.153181076049805], "std": [7.031555652618408, 44.34322738647461, 33.47124099731445, 22.73662567138672, 2.2439188957214355, 10.469635963439941], "count": [232]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.495384675245098]], [[0.487207602124183]], [[0.46760661764705885]]], "std": [[[0.13601890806063352]], [[0.14173819992403003]], [[0.15241139504065734]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5633822569444444]], [[0.5716115788398693]], [[0.539731160130719]]], "std": [[[0.24976743250256414]], [[0.25711799099548516]], [[0.26211469412275806]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.7], "mean": [3.85], "std": [2.2324003026140073], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [232]}, "index": {"min": [10837], "max": [11068], "mean": [10952.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [232]}}} +{"episode_index": 45, "stats": {"action": {"min": [-10.968260765075684, -99.72132110595703, 13.796384811401367, 46.462371826171875, 46.227108001708984, 0.19782394170761108], "max": [13.539573669433594, 6.920576095581055, 98.7630844116211, 100.0, 52.82051467895508, 30.069238662719727], "mean": [1.1112009286880493, -53.662654876708984, 63.695064544677734, 74.41368103027344, 49.953529357910156, 6.90098237991333], "std": [7.115263938903809, 44.55373764038086, 34.51665115356445, 22.790817260742188, 1.7072241306304932, 9.336891174316406], "count": [225]}, "observation.state": {"min": [-10.736322402954102, -99.52941131591797, 16.802297592163086, 47.36359405517578, 46.520145416259766, 0.6036217212677002], "max": [13.122172355651855, 7.576470375061035, 98.27668762207031, 99.63319396972656, 52.625152587890625, 28.906774520874023], "mean": [1.165500521659851, -52.608238220214844, 64.54525756835938, 74.45613098144531, 49.992984771728516, 7.725168704986572], "std": [6.989840507507324, 45.223777770996094, 33.57017135620117, 22.42531394958496, 1.7137641906738281, 8.757535934448242], "count": [225]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.496088647875817]], [[0.4875713562091503]], [[0.4676132843137255]]], "std": [[[0.13713651380513892]], [[0.14283537272687252]], [[0.15292992814090298]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.56316570874183]], [[0.5711568178104575]], [[0.5387051674836602]]], "std": [[[0.2506348609657834]], [[0.25772563173375107]], [[0.2624809928695349]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.466666666666667], "mean": [3.7333333333333334], "std": [2.1650421260121955], "count": [225]}, "frame_index": {"min": [0], "max": [224], "mean": [112.0], "std": [64.95126378036586], "count": [225]}, "episode_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [225]}, "index": {"min": [11069], "max": [11293], "mean": [11181.0], "std": [64.95126378036586], "count": [225]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [225]}}} +{"episode_index": 46, "stats": {"action": {"min": [-11.85214900970459, -99.72132110595703, 23.02569007873535, 39.6124382019043, 45.78754425048828, 0.19782394170761108], "max": [13.700281143188477, 8.313980102539062, 98.4776382446289, 100.0, 54.090354919433594, 28.48664665222168], "mean": [2.2723987102508545, -58.83817672729492, 68.88831329345703, 75.62035369873047, 50.72101593017578, 6.728003978729248], "std": [6.880446434020996, 43.46237564086914, 32.616119384765625, 23.885480880737305, 1.5643739700317383, 10.115849494934082], "count": [250]}, "observation.state": {"min": [-11.312216758728027, -99.43529510498047, 25.418861389160156, 40.852821350097656, 46.373626708984375, 0.6036217212677002], "max": [13.204442977905273, 8.611764907836914, 97.98947143554688, 100.0, 53.650794982910156, 27.69952964782715], "mean": [2.345374345779419, -57.840572357177734, 69.53982543945312, 75.67979431152344, 50.721370697021484, 7.545541286468506], "std": [6.783862590789795, 44.07975769042969, 31.692344665527344, 23.592500686645508, 1.4947246313095093, 9.556548118591309], "count": [250]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.4984321017156863]], [[0.4899567116013072]], [[0.4694949387254902]]], "std": [[[0.13592857881907439]], [[0.14149169800496436]], [[0.15216116331032864]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.5672209803921568]], [[0.574995241013072]], [[0.5424655269607843]]], "std": [[[0.24983441537910184]], [[0.25722275140953665]], [[0.2617289161581645]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.3], "mean": [4.15], "std": [2.405606876537487], "count": [250]}, "frame_index": {"min": [0], "max": [249], "mean": [124.5], "std": [72.16820629612461], "count": [250]}, "episode_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [250]}, "index": {"min": [11294], "max": [11543], "mean": [11418.5], "std": [72.16820629612461], "count": [250]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [250]}}} +{"episode_index": 47, "stats": {"action": {"min": [-12.012856483459473, -99.72132110595703, 13.986679077148438, 44.93014907836914, 45.68986511230469, 0.19782394170761108], "max": [13.700281143188477, 5.248490333557129, 98.4776382446289, 100.0, 51.64834976196289, 27.39861488342285], "mean": [2.2203495502471924, -56.110504150390625, 64.6546401977539, 76.52656555175781, 49.35871887207031, 6.830249309539795], "std": [6.978024959564209, 42.68438720703125, 33.832305908203125, 21.01524543762207, 1.9306000471115112, 9.732562065124512], "count": [242]}, "observation.state": {"min": [-11.559029579162598, -99.43529510498047, 16.61081886291504, 46.07978057861328, 45.982906341552734, 0.6036217212677002], "max": [13.204442977905273, 5.882352828979492, 97.98947143554688, 100.0, 51.599510192871094, 26.42521858215332], "mean": [2.2665233612060547, -55.024208068847656, 65.53179168701172, 76.49986267089844, 49.33855056762695, 7.985385417938232], "std": [6.865318775177002, 43.388465881347656, 32.85127639770508, 20.857398986816406, 1.9231219291687012, 9.033098220825195], "count": [242]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4996289460784314]], [[0.49105620506535946]], [[0.47043249591503267]]], "std": [[[0.13695072746261144]], [[0.1423123149150606]], [[0.1523402009041027]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.5654459599673203]], [[0.5732422875816994]], [[0.5402366932189543]]], "std": [[[0.25093241682526307]], [[0.2574516834457113]], [[0.26152635184282697]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.033333333333333], "mean": [4.016666666666667], "std": [2.328626204439004], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [242]}, "index": {"min": [11544], "max": [11785], "mean": [11664.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [242]}}} +{"episode_index": 48, "stats": {"action": {"min": [-11.85214900970459, -99.72132110595703, 13.701236724853516, 51.05903625488281, 46.373626708984375, 0.19782394170761108], "max": [14.26275634765625, 11.843938827514648, 98.38249206542969, 100.0, 52.67399215698242, 25.717111587524414], "mean": [1.0336390733718872, -55.90332794189453, 64.35966491699219, 77.58008575439453, 50.68283462524414, 5.596024513244629], "std": [7.0246710777282715, 45.152366638183594, 35.90654373168945, 20.615522384643555, 1.495146632194519, 8.805542945861816], "count": [231]}, "observation.state": {"min": [-11.805841445922852, -99.34117889404297, 16.036380767822266, 52.132049560546875, 46.66666793823242, 0.6036217212677002], "max": [13.862607955932617, 12.094118118286133, 97.98947143554688, 99.63319396972656, 52.380950927734375, 24.144868850708008], "mean": [1.2036099433898926, -54.89274978637695, 65.23651885986328, 77.65506744384766, 50.63523483276367, 6.547219753265381], "std": [6.966588973999023, 45.88240051269531, 34.914608001708984, 20.235122680664062, 1.3843027353286743, 8.181638717651367], "count": [231]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4870967830882353]], [[0.4773388623366013]], [[0.46167325367647055]]], "std": [[[0.13335809023522038]], [[0.13987993838924315]], [[0.14983208229405237]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.5606531924019608]], [[0.5675449897875817]], [[0.5353317299836601]]], "std": [[[0.2473861746219626]], [[0.25569011534990344]], [[0.2606104575735939]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.666666666666667], "mean": [3.8333333333333335], "std": [2.222777708350689], "count": [231]}, "frame_index": {"min": [0], "max": [230], "mean": [115.0], "std": [66.68333125052067], "count": [231]}, "episode_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [231]}, "index": {"min": [11786], "max": [12016], "mean": [11901.0], "std": [66.68333125052067], "count": [231]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [231]}}} +{"episode_index": 49, "stats": {"action": {"min": [-11.370028495788574, -99.72132110595703, 8.753567695617676, 52.41099548339844, 47.008548736572266, 0.19782394170761108], "max": [13.9413423538208, 14.352066993713379, 98.57278442382812, 100.0, 53.60195541381836, 25.816022872924805], "mean": [1.0765243768692017, -51.045841217041016, 60.17780303955078, 77.5677490234375, 50.36446762084961, 7.088949203491211], "std": [7.035181522369385, 46.53049850463867, 38.232086181640625, 19.42814826965332, 1.5499217510223389, 9.360292434692383], "count": [263]}, "observation.state": {"min": [-10.900863647460938, -99.43529510498047, 11.536620140075684, 53.78266906738281, 47.350425720214844, 0.6036217212677002], "max": [13.36898422241211, 14.823529243469238, 98.085205078125, 99.63319396972656, 53.35775375366211, 24.949697494506836], "mean": [1.0580999851226807, -49.96337890625, 60.97711181640625, 77.60041809082031, 50.37356948852539, 7.914133071899414], "std": [6.830026626586914, 47.33378982543945, 37.33195877075195, 19.17778968811035, 1.4227544069290161, 8.810983657836914], "count": [263]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.48796018790849677]], [[0.47818403390522873]], [[0.4623901654411765]]], "std": [[[0.13432336480473156]], [[0.1405208218209883]], [[0.15008517405912367]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.5660058272058823]], [[0.5772865625]], [[0.5361479227941177]]], "std": [[[0.25281612630251016]], [[0.25798089049714706]], [[0.26205673314108546]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.733333333333333], "mean": [4.366666666666667], "std": [2.5307003861469743], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [263]}, "index": {"min": [12017], "max": [12279], "mean": [12148.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [263]}}} diff --git a/meta/info.json b/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..e57eb3731dc31a82fb567242679338938e65c815 --- /dev/null +++ b/meta/info.json @@ -0,0 +1,127 @@ +{ + "codebase_version": "v2.1", + "robot_type": "so100_follower", + "total_episodes": 50, + "total_frames": 12280, + "total_tasks": 2, + "total_videos": 100, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:50" + }, + "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": [ + 6 + ], + "names": [ + "shoulder_pan.pos", + "shoulder_lift.pos", + "elbow_flex.pos", + "wrist_flex.pos", + "wrist_roll.pos", + "gripper.pos" + ] + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "shoulder_pan.pos", + "shoulder_lift.pos", + "elbow_flex.pos", + "wrist_flex.pos", + "wrist_roll.pos", + "gripper.pos" + ] + }, + "observation.images.laptop": { + "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": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.phone": { + "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": 30, + "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..ed5e8ccb7c6ab529892eb1075ebd98125c5ce1d7 --- /dev/null +++ b/meta/tasks.jsonl @@ -0,0 +1,2 @@ +{"task_index": 0, "task": "Pick the gray screw into left box"} +{"task_index": 1, "task": "Pick the BLACK screw into RIGHT box"} diff --git a/videos/chunk-000/observation.images.laptop/episode_000000.mp4 b/videos/chunk-000/observation.images.laptop/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f209005dd0b322ec5049b2e3eac33b75d4b7957 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744ccf8c68b191dd2729d4adb3f1fe1e68b109926d518d963b7a855324e1f9f3 +size 1537534 diff --git a/videos/chunk-000/observation.images.laptop/episode_000001.mp4 b/videos/chunk-000/observation.images.laptop/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e3bf4b68dadf3c6cc983e758c925138ac5d67f3 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250238c7bea685bb3a2bb4221c3073472947a6fb97e4e79ab83f7cfcf73b43cf +size 1337473 diff --git a/videos/chunk-000/observation.images.laptop/episode_000002.mp4 b/videos/chunk-000/observation.images.laptop/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..230e728b1a5a4ddbd2f003a3b0870d0077a027bb --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c0d2b2469f9e31661016bd6d459b06d938e0f4a5006f8898502c3b61a8f4e6 +size 1298841 diff --git a/videos/chunk-000/observation.images.laptop/episode_000003.mp4 b/videos/chunk-000/observation.images.laptop/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2dfd8c27f0e95fa3e899bbb7d35a5393e994362a --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dbdde2623c090f9f0b5906ba892ef7d2adf98940000479c2c36cd4a0da4d7e1 +size 1403400 diff --git a/videos/chunk-000/observation.images.laptop/episode_000004.mp4 b/videos/chunk-000/observation.images.laptop/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b4b419a6ba439c1cdfb6742a0d74797f8582a82 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38bc9ec5d585b347e5ce1bf4701f628a5bcac07d9ace33f307327a64e7503712 +size 1368640 diff --git a/videos/chunk-000/observation.images.laptop/episode_000005.mp4 b/videos/chunk-000/observation.images.laptop/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1edc05e4c1b317d027c840a546d142752f05aef --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f6ad5587413ee6d25d92bd965e769c2e7c5128f591d55cb475f21b92b14dbe +size 1320098 diff --git a/videos/chunk-000/observation.images.laptop/episode_000006.mp4 b/videos/chunk-000/observation.images.laptop/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a749b0f03d4b9fad015fdbb1868f3e112fa5f48 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54ff58d9c54ac748b3cc5518974eb521655de0ea044b926c3f3dd3a1460d3a7 +size 1354838 diff --git a/videos/chunk-000/observation.images.laptop/episode_000007.mp4 b/videos/chunk-000/observation.images.laptop/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5225b88f1462e4074981976d30cfd199c9cf6d85 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5583df974a101062c5a3d492a8d88c1840ef5f603daac1b59956c6a26dbf7456 +size 1266696 diff --git a/videos/chunk-000/observation.images.laptop/episode_000008.mp4 b/videos/chunk-000/observation.images.laptop/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d50df33934b14cbd8377e94a968903b43dfb941 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afaf20e1560e9586785c63269a6ed9d8290e67589e855a5203462d09b1e205c +size 1236379 diff --git a/videos/chunk-000/observation.images.laptop/episode_000009.mp4 b/videos/chunk-000/observation.images.laptop/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84248abbd48f6d917d6d0b53ef1a797b4e36222d --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef76380255ba75a6ddb2f3e4133f839e9921295c338a473fbdf644fd6b226fe +size 1381521 diff --git a/videos/chunk-000/observation.images.laptop/episode_000010.mp4 b/videos/chunk-000/observation.images.laptop/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f37fd3d9eb6a29c3839ccc05b495f2ac3021a1d2 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf4662fa5463d0b94804ca31c43f44d1e927ce883da8081a8bf70d979985a8f +size 1361666 diff --git a/videos/chunk-000/observation.images.laptop/episode_000011.mp4 b/videos/chunk-000/observation.images.laptop/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6ab83a90a21a5214d5953e0e8981d22a8dba329 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0c5b1af1dd3f3f764b057048500291eecc9edfaf6fd32524dfc93f63756f21 +size 1270164 diff --git a/videos/chunk-000/observation.images.laptop/episode_000012.mp4 b/videos/chunk-000/observation.images.laptop/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fac6e68c575e729b9c39a3693905041af5deb034 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12510b00c501be189b64b72e1dd14619aa6a1d085d5f96de79e572f114fadc87 +size 1354608 diff --git a/videos/chunk-000/observation.images.laptop/episode_000013.mp4 b/videos/chunk-000/observation.images.laptop/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4efca662ac5e37063692e1c8b1386112686bbdfb --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eecc4ab1615c97d258deb96ef855e3c2a8e67eda847674eceb80d4b90a0a4931 +size 1149605 diff --git a/videos/chunk-000/observation.images.laptop/episode_000014.mp4 b/videos/chunk-000/observation.images.laptop/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..688cad28c80daff2ce4ed2e78f6e25223f9c82e4 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84327f1d1e451f5e6a5c61b410d45f3e889529111c5de4a502bed69c3736f596 +size 1196823 diff --git a/videos/chunk-000/observation.images.laptop/episode_000015.mp4 b/videos/chunk-000/observation.images.laptop/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96a8b42fba069510aeb6f25a968ac6e24fa04be4 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cca1b336e1b30f6e25625d3e530abdbf02aa1b5dd992ff3688e6d12dfc786b5 +size 1245770 diff --git a/videos/chunk-000/observation.images.laptop/episode_000016.mp4 b/videos/chunk-000/observation.images.laptop/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b17aeb311abfa92d74a8656c3b1f790ebf3a8950 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103162f1a5d955f67f4e9a1abfdce145958deab36c3516d222dbb0efe25dd1e6 +size 1284125 diff --git a/videos/chunk-000/observation.images.laptop/episode_000017.mp4 b/videos/chunk-000/observation.images.laptop/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e99f3e7d04949e766f5ea0b62d74d997cb9bbd1 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d2ff35292c0a6c982c452f8b951997fa9a964b79022998de0ad58bf62473c1 +size 1303537 diff --git a/videos/chunk-000/observation.images.laptop/episode_000018.mp4 b/videos/chunk-000/observation.images.laptop/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6d220230a0d1389f3245136097fe39b103c8d81 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bb6080212490efa307c92383c90be6c14c43433ce16a475f105d8a67faee6f +size 1305453 diff --git a/videos/chunk-000/observation.images.laptop/episode_000019.mp4 b/videos/chunk-000/observation.images.laptop/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dcbe8c0077ad66ec6c4c7197dff5c41e43fd67f --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc3d8ff3d8fbf6ade47324766d0217d0cf852b0be78cdd204f59673ff0c39a7 +size 1293685 diff --git a/videos/chunk-000/observation.images.laptop/episode_000020.mp4 b/videos/chunk-000/observation.images.laptop/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c41727606622c0caef09b66fd54fe3e672de756 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c7d69631f0f380bfde95d4fa7998bb139c31f53f3ef7ba99a389b0710d902d +size 1308766 diff --git a/videos/chunk-000/observation.images.laptop/episode_000021.mp4 b/videos/chunk-000/observation.images.laptop/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae3484bcfad6c4da9108ef3b85d8ee1de69a999a --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0964b7fd9f166b999c701f19b5262dc8f34672d2d7cddd6e0fd5aa441c66cda4 +size 1252130 diff --git a/videos/chunk-000/observation.images.laptop/episode_000022.mp4 b/videos/chunk-000/observation.images.laptop/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..676c58ad8e5ca41b36e534752a1ff4b5e6a1d5cd --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ff52393dff6952eacb579dfc9590a002becdcaacf9c81be47031c44a4cec6a +size 1335015 diff --git a/videos/chunk-000/observation.images.laptop/episode_000023.mp4 b/videos/chunk-000/observation.images.laptop/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..314a9afba948bff341d07654902ff90ee01f95a5 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e57a9959f0a3bb6d05b2b81306f52ec83299fd8b61339dd5c86d4edbdc99d8af +size 1403483 diff --git a/videos/chunk-000/observation.images.laptop/episode_000024.mp4 b/videos/chunk-000/observation.images.laptop/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9c92b171a15582881252dd9da16e9a64cb967b2 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b14d64799f0375b9f2fe206f50a9593b44ecd30dff9a12d6b73211afd3cc7a3 +size 1351918 diff --git a/videos/chunk-000/observation.images.laptop/episode_000025.mp4 b/videos/chunk-000/observation.images.laptop/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..936c2168f44099b5379ce8e422dd092edc883b84 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27c64054e7d8e48a033de3719b45b09bcce9c175451431c646bb2f374b577ae +size 1307230 diff --git a/videos/chunk-000/observation.images.laptop/episode_000026.mp4 b/videos/chunk-000/observation.images.laptop/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84ae39afb9f1e6fbbaa7942bb7cedb7ed022eae0 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2dd1ae179cd443fdd0656fafecd976287707a30e285ea848cf15137cdc8954 +size 1277911 diff --git a/videos/chunk-000/observation.images.laptop/episode_000027.mp4 b/videos/chunk-000/observation.images.laptop/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6ebef1bd55141af19f37b55661b96cc553f2f55 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513af3c36f56732f552f88b7f06c620b161d3d3fb744a52e7e071fc90b93bdbb +size 1242038 diff --git a/videos/chunk-000/observation.images.laptop/episode_000028.mp4 b/videos/chunk-000/observation.images.laptop/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5558f4c2214cb10093f5526757122a292ee32e8c --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af66bab03a53a23b2da379ab114197b75ce0374d2368cd957a4ac10becd840e3 +size 1292057 diff --git a/videos/chunk-000/observation.images.laptop/episode_000029.mp4 b/videos/chunk-000/observation.images.laptop/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae5fdb81e8c8fb0e6d8e88c2647154c342873830 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170fc198ca05067268c1907576fc58059861f9b9781c2d30931fd32aa3b3a740 +size 1302260 diff --git a/videos/chunk-000/observation.images.laptop/episode_000030.mp4 b/videos/chunk-000/observation.images.laptop/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4701a17eaaeb23394dea0443a7f9af6db5c6c4af --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c5cfce2c43be177d0bf4a41680e017f4b7c8136ce8e69c975d4b35d482c742 +size 1232790 diff --git a/videos/chunk-000/observation.images.laptop/episode_000031.mp4 b/videos/chunk-000/observation.images.laptop/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89a046153c17992e4b8bfd402a5b6d51da42c14e --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be31f491ae08558cf9447a030c7b82f2c41a12154f658b40d99fc57ce7c9e7e +size 1255838 diff --git a/videos/chunk-000/observation.images.laptop/episode_000032.mp4 b/videos/chunk-000/observation.images.laptop/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b90fe948fa7cfc3d2e1f41238bcf45a67760fc9e --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a5cbfc9bcd84803474640c5bc4d06106ba42d185ce9fbec6ea77746de33984 +size 1183664 diff --git a/videos/chunk-000/observation.images.laptop/episode_000033.mp4 b/videos/chunk-000/observation.images.laptop/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b68994d3ff9e4d2d3bcfaf1962f6e8eedcda894 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae6af5a1cf012080475416f5e214a17b5e1d911bb3508b96245006d78f5bbfb +size 1091869 diff --git a/videos/chunk-000/observation.images.laptop/episode_000034.mp4 b/videos/chunk-000/observation.images.laptop/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..baec6165a9f976bae98cee9686656e6b20a3e93b --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a972a06c185e398b347a77bb13ca84e0e5fcbe24a9e658a2d491706f87dbde4e +size 1196206 diff --git a/videos/chunk-000/observation.images.laptop/episode_000035.mp4 b/videos/chunk-000/observation.images.laptop/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..caa1441f05f9b463681aebe60457b4bf406f8e37 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cca7ba3cf6b211c4f67162ddea010cac4f6cb88a35e7636bd9f00c1e5f78228 +size 1105110 diff --git a/videos/chunk-000/observation.images.laptop/episode_000036.mp4 b/videos/chunk-000/observation.images.laptop/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39731fc9397f0be1b234697b2ed2a018bc11edd6 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59547a4842223d23d670910281b077ea8e19e7f02b9f8f4f97c0606f6fe8e188 +size 1261340 diff --git a/videos/chunk-000/observation.images.laptop/episode_000037.mp4 b/videos/chunk-000/observation.images.laptop/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1bb969f1e53a29776730353bb7a64108351b193 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be4740324d4a9598134a398d448effbabb1986f78326dbf4316abb99923285e +size 1240611 diff --git a/videos/chunk-000/observation.images.laptop/episode_000038.mp4 b/videos/chunk-000/observation.images.laptop/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53a2fbb9d6eb17be8a8037813b1744565dec5f4c --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d733a7dc9ee1320b5b1fc6d244741fb3b3976512989314367404a9caedd0fdcc +size 1274261 diff --git a/videos/chunk-000/observation.images.laptop/episode_000039.mp4 b/videos/chunk-000/observation.images.laptop/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32db8b0050ee04813e82227163a6d88686a6c892 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94871bc88f127c0c8ab8d9a9d14c01444915b70b11c4c95cdb39939e9cb94893 +size 1388974 diff --git a/videos/chunk-000/observation.images.laptop/episode_000040.mp4 b/videos/chunk-000/observation.images.laptop/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbaa9d0cc10398949c963582ce6af3a61d6e2c0b --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416de0d4849c2e61b1537450bf2ae9f6ae0e23729bae9e5e8e418ec095c796b8 +size 1331844 diff --git a/videos/chunk-000/observation.images.laptop/episode_000041.mp4 b/videos/chunk-000/observation.images.laptop/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0388f61023f0754b58047985f1fbef9f78a2cebb --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66f88e165c15a69083ec80a2fec1a4ca45f465f128867f546faa7b1fbcf1338 +size 1278810 diff --git a/videos/chunk-000/observation.images.laptop/episode_000042.mp4 b/videos/chunk-000/observation.images.laptop/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d937aa708625b1a405045be4c27a34feff090926 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779cca2b7b074a2336eb021661d5c230c96aff6953e2b968ab9023c9a5d32432 +size 1269272 diff --git a/videos/chunk-000/observation.images.laptop/episode_000043.mp4 b/videos/chunk-000/observation.images.laptop/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..513d9893fe5b4b9e539380054ce48c191b69c01f --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5787241c25c1e69c1ea4122627668aed90104400f36b31c63e3ad4dafa11ded +size 1236855 diff --git a/videos/chunk-000/observation.images.laptop/episode_000044.mp4 b/videos/chunk-000/observation.images.laptop/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bb7537f28e4ebe73b98f22375695a43e919fb03 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384f17f8d6569108c38eb5c22208fff69fac54bf45c30fdc23cc2b687a9eb718 +size 1212051 diff --git a/videos/chunk-000/observation.images.laptop/episode_000045.mp4 b/videos/chunk-000/observation.images.laptop/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7eb4ff120b6a8ba37dda590dbe68e405ad8e2d4e --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a884e8d9b8d499634f08e9002b8f3e0a03736645475c785d65a3cc308f7ce56e +size 1174936 diff --git a/videos/chunk-000/observation.images.laptop/episode_000046.mp4 b/videos/chunk-000/observation.images.laptop/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f162e4b35b28b5f89edcbae0e91bba642fdd1e6c --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7e0faf9966880575aaeddce40a12e01d19fa74e62c609dcd3bbeb9511716ac +size 1298398 diff --git a/videos/chunk-000/observation.images.laptop/episode_000047.mp4 b/videos/chunk-000/observation.images.laptop/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93d25c5b4d19742b62b8fdcce69186c6f5cefcd6 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6c30a1fe72536e0457db9aaa5de61959876652b1ff3be48730b06a006ab734 +size 1258807 diff --git a/videos/chunk-000/observation.images.laptop/episode_000048.mp4 b/videos/chunk-000/observation.images.laptop/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a8c97731da86f2eceddb9adbdc9d6155dad820c --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3542d211ca546af59db33afab8b018b86c031447831c9a02e8747c8234cfdd4 +size 1158367 diff --git a/videos/chunk-000/observation.images.laptop/episode_000049.mp4 b/videos/chunk-000/observation.images.laptop/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82dddbf0c43bbe2c6e0b0a1084578b30956e2369 --- /dev/null +++ b/videos/chunk-000/observation.images.laptop/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25db4f688095ae4ef387f53b37517047b7b5ccfc94c5f12f2529100877fbaf96 +size 1320063 diff --git a/videos/chunk-000/observation.images.phone/episode_000000.mp4 b/videos/chunk-000/observation.images.phone/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0b198d7463959858a456ebd904ef5fad3d2dbc8 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59878524fd2f495d5a86d6a7c2f426f239c8d1e6bc8e04d0817d109c8f995aa +size 1887940 diff --git a/videos/chunk-000/observation.images.phone/episode_000001.mp4 b/videos/chunk-000/observation.images.phone/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d451e1d2e6b2194689e58eb2c1833575c45850c --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df3c65f8dcc16135cbc316056118fb0c291e8c0bbd4905b5eaac06dcce076de +size 1583356 diff --git a/videos/chunk-000/observation.images.phone/episode_000002.mp4 b/videos/chunk-000/observation.images.phone/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68e9a3dd855fdc343f1e938a9941d473e040e347 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f943279de60d23169bf0930e304d3c98c5dcc27ac1da62626213818a3302ba +size 1528951 diff --git a/videos/chunk-000/observation.images.phone/episode_000003.mp4 b/videos/chunk-000/observation.images.phone/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1925d4aa6488ac8159a9d56e9c55362f776a0a04 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9dd0454075905174b550746bfb9886380ef50a2b6f6e8fc5b1f08eff2be79d2 +size 1639205 diff --git a/videos/chunk-000/observation.images.phone/episode_000004.mp4 b/videos/chunk-000/observation.images.phone/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc3b7f1a3d387fc8614da5ac7827b5ffd5b0a662 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4b419635cd229a0936c7e975decc72395867e83a2a765872ec42d76398379b +size 1596948 diff --git a/videos/chunk-000/observation.images.phone/episode_000005.mp4 b/videos/chunk-000/observation.images.phone/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89842196f30f1538079256f339885d33e18e8c21 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e9cf802397abbcd42d9690f8fdb7cbe6ddd0c3d0875492050770adf4494b42 +size 1526805 diff --git a/videos/chunk-000/observation.images.phone/episode_000006.mp4 b/videos/chunk-000/observation.images.phone/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd2a1acdd7a3e34e585c3126d9a8894ef2d74411 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc1039770a75a645a2409ca9d1dde3d35e3a4cde9dd405afc67d1e70cf8c6de +size 1561857 diff --git a/videos/chunk-000/observation.images.phone/episode_000007.mp4 b/videos/chunk-000/observation.images.phone/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da7632d0dfb214dd921daa4b806401abdf6fa901 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce162b9197866a5c2306b0556695f0ac6784ba1c3abe998e055503cde94bb5e0 +size 1473759 diff --git a/videos/chunk-000/observation.images.phone/episode_000008.mp4 b/videos/chunk-000/observation.images.phone/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cdab236d51b31d0b4deed4cf353e9a131875290 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b055e29b2c5f202f26a80877876e7205cd11e7e2080e35785d718714c3e730 +size 1415269 diff --git a/videos/chunk-000/observation.images.phone/episode_000009.mp4 b/videos/chunk-000/observation.images.phone/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ab0464bdf295b3850b1a7c842e99bdd967dc306 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87401536fefc4b0e59c18fca996600c086caea1a2b3516dad57d006962fe9f30 +size 1609473 diff --git a/videos/chunk-000/observation.images.phone/episode_000010.mp4 b/videos/chunk-000/observation.images.phone/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e73437d95598c7589c831ff12a9939b91cc0229b --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac83f2ff2ae28e594f5be958601d3593e8150f4993db78f7e4d6f3ba70ac0d6 +size 1628629 diff --git a/videos/chunk-000/observation.images.phone/episode_000011.mp4 b/videos/chunk-000/observation.images.phone/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c35cd7c858d6e9e6adc169ea4d6c504fe9154631 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335565e554cf15281f5ac525e7a44637cade3eaefd8abeab44b87d5f487d74e8 +size 1517135 diff --git a/videos/chunk-000/observation.images.phone/episode_000012.mp4 b/videos/chunk-000/observation.images.phone/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b45e81a9f1b58d49d6c1c127b5615eb9d54facfe --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b451c2c49b06c0cd534c0876b3c94273ed2e248acacf26a822a05e0aee218de +size 1616450 diff --git a/videos/chunk-000/observation.images.phone/episode_000013.mp4 b/videos/chunk-000/observation.images.phone/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fae94215e84142fedc5cdc114869f4c86665b5cf --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4c77c2c087666304e3408b614f7ab017be693ad0e95e98c426dcc284850f68 +size 1391579 diff --git a/videos/chunk-000/observation.images.phone/episode_000014.mp4 b/videos/chunk-000/observation.images.phone/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb3ce341e140399f73e976ee8fb68d7e82f8e8b5 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f5074529f5ebca634718a8999567f7c69a5d7a0caf5a4856f14e18e8f55ce1 +size 1467002 diff --git a/videos/chunk-000/observation.images.phone/episode_000015.mp4 b/videos/chunk-000/observation.images.phone/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da55595dbf3a22660c76c8451557833095ea9e2e --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3797f42beea35af63f7aa48351806953cd3236ed9b08c90d169ca15f6e47349 +size 1519085 diff --git a/videos/chunk-000/observation.images.phone/episode_000016.mp4 b/videos/chunk-000/observation.images.phone/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6710dfe553c6361968d975fa0a1249b629022545 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9f79e88e74bab47c504b730a6e2ad7a1d9d70ae93e3b562741ed13dd9f142e +size 1564733 diff --git a/videos/chunk-000/observation.images.phone/episode_000017.mp4 b/videos/chunk-000/observation.images.phone/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5a06542610ba8271ce5448b09e8ce76566c7978 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7198aac3f73939cd397edb7ffb6a9f4193970e23bbf391cadd4f944aac5830 +size 1612191 diff --git a/videos/chunk-000/observation.images.phone/episode_000018.mp4 b/videos/chunk-000/observation.images.phone/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8be61badeec2247ab545818fe20addbcf7cabb25 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f468a4dae72812ca3ebb5e67298fec4906cd1359dc9cc35405aaed6c3ed65585 +size 1617920 diff --git a/videos/chunk-000/observation.images.phone/episode_000019.mp4 b/videos/chunk-000/observation.images.phone/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5154f9981de60c3f811f4675616dfeb739e79c5d --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84830d9432023649f59a7ab18f40f9d0b97ecd8e58fc9b44e857cd459246f260 +size 1588813 diff --git a/videos/chunk-000/observation.images.phone/episode_000020.mp4 b/videos/chunk-000/observation.images.phone/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7a084b6e57738a34702007c511541acc7cb3689 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d57633090d02bf999207a50a667a89841ed73e7e68e8c30741c6d828a1b8192 +size 1595166 diff --git a/videos/chunk-000/observation.images.phone/episode_000021.mp4 b/videos/chunk-000/observation.images.phone/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19392035c614b410abe50edf865a4f124d3917b9 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c138a7d2f3a4ce88b15d8c1037be98cc7173ddfc15d0baadb8ea84d4094407c +size 1532616 diff --git a/videos/chunk-000/observation.images.phone/episode_000022.mp4 b/videos/chunk-000/observation.images.phone/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efb4e1a799da123239994fd3a722649342ec9880 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c82f90bef9f1405da5b68e6e3cccef28269e483b5c51e8078f2e67e9ce98818 +size 1631843 diff --git a/videos/chunk-000/observation.images.phone/episode_000023.mp4 b/videos/chunk-000/observation.images.phone/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b64d97e66daff75308dc3888e56386a9850ff35 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0cf294a1cc33ed02d5369e2f8e259c7af2f0f4ecddd574bfec4cdbccf994f43 +size 1708877 diff --git a/videos/chunk-000/observation.images.phone/episode_000024.mp4 b/videos/chunk-000/observation.images.phone/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..482aefbe1bbb0fdececefa531bb4e3a96e19568c --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00bae78c1759c0912bd299ac87facfed42566258df800f94657972d7ffc10eb +size 1665245 diff --git a/videos/chunk-000/observation.images.phone/episode_000025.mp4 b/videos/chunk-000/observation.images.phone/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ec772a630800f0702c79acf3e930b212c640a31 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62bb7c7119a07de4c63b5e23b50a39910a566257ba9011ac77b8a969f8cabbf3 +size 1611834 diff --git a/videos/chunk-000/observation.images.phone/episode_000026.mp4 b/videos/chunk-000/observation.images.phone/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..135435e4d888bd099b3177c77f22e5d65dee0544 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271b32f412c0f30b5ba8aac47fe71a686fc941ff9a92b2da202e3bf90a036a76 +size 1562750 diff --git a/videos/chunk-000/observation.images.phone/episode_000027.mp4 b/videos/chunk-000/observation.images.phone/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5dc4960e8b6b00a52883576e257d7fd259bf78e1 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5934ab4d4567a35d1b0ba639ff5301a0dfeb3a07836291b39494740b9fadc96 +size 1521560 diff --git a/videos/chunk-000/observation.images.phone/episode_000028.mp4 b/videos/chunk-000/observation.images.phone/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd8849368d19b4cce926e5fcb9f3d5414d20de1a --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3a5d2744028d12c5c92cf3fb1fe0363975e2447d14d8300f4332d5d701df99 +size 1591792 diff --git a/videos/chunk-000/observation.images.phone/episode_000029.mp4 b/videos/chunk-000/observation.images.phone/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a40919c798f229e9262cec383152a9b1a4a428ba --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bdaee5853422a8d4a4fdc36a9c207803f7d9fd6dd284cce1c3f7171426a3339 +size 1598335 diff --git a/videos/chunk-000/observation.images.phone/episode_000030.mp4 b/videos/chunk-000/observation.images.phone/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a5743270f5005de6fff9e18e8d42e138d181efc --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd798b0b3a668ecd24558c046684c3585d111212d310ecfec5c55be197dca7a +size 1553954 diff --git a/videos/chunk-000/observation.images.phone/episode_000031.mp4 b/videos/chunk-000/observation.images.phone/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08610e3b6e5d14b8cc6a46185ab11d52f07a5817 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35329d6acf24a6a871724534cfab46e569f7f632557a921eb5b4b58d5ad33784 +size 1567226 diff --git a/videos/chunk-000/observation.images.phone/episode_000032.mp4 b/videos/chunk-000/observation.images.phone/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41157a6135135ca1ba20fbf85c17bece691beb37 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430f1e71b659c1511db36f7f63248fb72aebbf5f4b875498b4a3c285fd99e5ed +size 1464928 diff --git a/videos/chunk-000/observation.images.phone/episode_000033.mp4 b/videos/chunk-000/observation.images.phone/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c41fd57cadc5230f43f96c073e4bb7a6acf8f5e --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4221fc5664704b8f98e4c4a08b807addf9735e7e10890338abcae0ef08b72ebe +size 1364026 diff --git a/videos/chunk-000/observation.images.phone/episode_000034.mp4 b/videos/chunk-000/observation.images.phone/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..658a3dd90d7a218c3289cb24ccb2724eb3f85100 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e93628eac4270e267a7f0c04db43e40b1f04cb0b1eda83aaae32ce5abcc88d4 +size 1480704 diff --git a/videos/chunk-000/observation.images.phone/episode_000035.mp4 b/videos/chunk-000/observation.images.phone/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b4664cc04f713dcd427d4d3bb52a40ceae1dd11 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23906cb1e72199e8bacdcabf5254277af4afe983e4874974a35734e3524dd1e4 +size 1394714 diff --git a/videos/chunk-000/observation.images.phone/episode_000036.mp4 b/videos/chunk-000/observation.images.phone/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd125d2a656ae5f392350b4ce4a41ed41f69cbd5 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6009ede43b3367091b81bb3d260a49d375a30aa4e77650dcd2a2acffb0dc7fe +size 1585976 diff --git a/videos/chunk-000/observation.images.phone/episode_000037.mp4 b/videos/chunk-000/observation.images.phone/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aabffa72ffab5b9212b81be6af89b7fe26043a6d --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c07d81e74750b6d776d62dc6555dc79a1d1cd15ff837dfe288f0db580920d9 +size 1563499 diff --git a/videos/chunk-000/observation.images.phone/episode_000038.mp4 b/videos/chunk-000/observation.images.phone/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ebd29f4e4c862916a04e2184f16fddc07283fff --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac8f97e5fd62547d2904b2b469f4e766d043ac121d242f537797d15309bfeb3 +size 1611460 diff --git a/videos/chunk-000/observation.images.phone/episode_000039.mp4 b/videos/chunk-000/observation.images.phone/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e93815a2b418c3cefcae0f35c9d00aaca43cfc12 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001647e05adc82d3a584e4f3445851a428d3cfcce85c5e2602932a3f949b9d5f +size 1749163 diff --git a/videos/chunk-000/observation.images.phone/episode_000040.mp4 b/videos/chunk-000/observation.images.phone/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bd6fe2b6553aa3481f34465e65f3a1966764622 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a832ace606146eb03f7d40135b2caea3170cf9c35e5535b79ad924fc3ea9de9f +size 1688465 diff --git a/videos/chunk-000/observation.images.phone/episode_000041.mp4 b/videos/chunk-000/observation.images.phone/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f375cdc4eb742b6384230fb088d703af31c71683 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a27c6a5ea1b4da1122954b96acd7010dafa7af325963ff4a074310ac9699188 +size 1627440 diff --git a/videos/chunk-000/observation.images.phone/episode_000042.mp4 b/videos/chunk-000/observation.images.phone/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68a1ad773adca9884d4dc06b2b23eb6aa90da39c --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb067781ffabbf11751121889bcfdcecb654a66853a115f075fd4a69cd813328 +size 1626344 diff --git a/videos/chunk-000/observation.images.phone/episode_000043.mp4 b/videos/chunk-000/observation.images.phone/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..476d3852511ff91b90f070a5a3f57e901393d7b4 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4a9e56b1c463d70f6c428159aa19d050ff81e136df446b953e1c713452dc66 +size 1579434 diff --git a/videos/chunk-000/observation.images.phone/episode_000044.mp4 b/videos/chunk-000/observation.images.phone/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58bc4a16f188d88d2a11fd4993ab46b343704507 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54aff2e432f0208a09eed4cc49f14d2e95825bcab927b2b98947f5aced7b606 +size 1539669 diff --git a/videos/chunk-000/observation.images.phone/episode_000045.mp4 b/videos/chunk-000/observation.images.phone/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cd495e7af90006732f1e96acdf4d3f49599f111 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59da7eceb9f26c520fda0dd3a271f9861751362d6922532a8be8940d0692c73f +size 1492968 diff --git a/videos/chunk-000/observation.images.phone/episode_000046.mp4 b/videos/chunk-000/observation.images.phone/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..446f551280560cf0cc12cc72a729dd9abb02dc91 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f15c3302cfad01de1421794599fce4e101640414fbcc841d31c0b12997a190 +size 1647483 diff --git a/videos/chunk-000/observation.images.phone/episode_000047.mp4 b/videos/chunk-000/observation.images.phone/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4735d63bf6b28236198c6afd46a32806778a884 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb21ce67b4bd3919c57a658860a5e9864c9936e4b3007f5ac43201b717e2e9dc +size 1603704 diff --git a/videos/chunk-000/observation.images.phone/episode_000048.mp4 b/videos/chunk-000/observation.images.phone/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ccea5711a9ee237182f53ea3ccb781aa52d64b5 --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85024c8356df1a2b9e6c4689e88468a5469598d25adf0c368a57a33bd810354 +size 1507786 diff --git a/videos/chunk-000/observation.images.phone/episode_000049.mp4 b/videos/chunk-000/observation.images.phone/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07ae0143461736596268bcc7aacfa8d40a6b2fbc --- /dev/null +++ b/videos/chunk-000/observation.images.phone/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b5267745b4bc54d3a56b9410d6c9843b206ba7e6084d9ec37be480eca8a4d6 +size 1749045