diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..4db1d33189424466e9385a5db29c6a6162075929 --- /dev/null +++ b/README.md @@ -0,0 +1,203 @@ +--- +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": "so101_follower_advanced", + "total_episodes": 8, + "total_frames": 14046, + "total_tasks": 1, + "total_videos": 24, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:8" + }, + "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": [ + 12 + ], + "names": [ + "shoulder_pan.pos", + "shoulder_lift.pos", + "elbow_flex.pos", + "wrist_flex.pos", + "wrist_roll.pos", + "gripper.pos", + "shoulder_pan.vel", + "shoulder_lift.vel", + "elbow_flex.vel", + "wrist_flex.vel", + "wrist_roll.vel", + "gripper.vel" + ] + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 18 + ], + "names": [ + "shoulder_pan.pos", + "shoulder_lift.pos", + "elbow_flex.pos", + "wrist_flex.pos", + "wrist_roll.pos", + "gripper.pos", + "shoulder_pan.vel", + "shoulder_lift.vel", + "elbow_flex.vel", + "wrist_flex.vel", + "wrist_roll.vel", + "gripper.vel", + "shoulder_pan.load", + "shoulder_lift.load", + "elbow_flex.load", + "wrist_flex.load", + "wrist_roll.load", + "gripper.load" + ] + }, + "observation.images.wrist": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.global1": { + "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.global2": { + "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..f3b6d8a0300af04439f3ad9b29aaf2f4b9469098 --- /dev/null +++ b/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2956b2dd5c33b39180ca742417576429eafc62f5244c012b9f0e50a18ea22f6f +size 127951 diff --git a/data/chunk-000/episode_000001.parquet b/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b3471aee01d5788d89d2496041c3017bb1841786 --- /dev/null +++ b/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1786203cda467162319a73aa5dcbff06646ed50605ab877cfe393f043a29431 +size 120514 diff --git a/data/chunk-000/episode_000002.parquet b/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66a99006bf8ac63c218cee43d1547dbb4fcf676b --- /dev/null +++ b/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77cc7d9d561b035f32c2cf29d0d819f551a3974b3ee22bd5f3ab238494937314 +size 123752 diff --git a/data/chunk-000/episode_000003.parquet b/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8164accfbad23678e176248d5beefa99bdaaf7ba --- /dev/null +++ b/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a61011b524d856b7690bac5735b1dcd0b259b33f92fd0938d555818e873e90 +size 117309 diff --git a/data/chunk-000/episode_000004.parquet b/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc2526258f72b5923dcbb33760f4d461ce2ff605 --- /dev/null +++ b/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25fddd74c55c16e93012544cb628edc8dbac7a2ab75ced35d0b5a6381f49deea +size 122781 diff --git a/data/chunk-000/episode_000005.parquet b/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a5a3b702f4914ce8c87f47c7578796a0ff5f8a6 --- /dev/null +++ b/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd78c0975293314c039e7f64fd40bb41099ebe38ea24bac8e02f47d2907ed52 +size 117326 diff --git a/data/chunk-000/episode_000006.parquet b/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2dce82aba6a140fe3f57268087b00adff998d4cb --- /dev/null +++ b/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20e258446b59c0c196684bb7a7f83c9b2eaaa07ec21eb14140411809db62186 +size 126481 diff --git a/data/chunk-000/episode_000007.parquet b/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5a21fe1ec25c7884ae16d5789f5b82eded36486 --- /dev/null +++ b/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07187a52b342fde124b79e7a04c00472236e54567c880e77c9efe5542a24e90e +size 106408 diff --git a/data/chunk-000/episode_000008.parquet b/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be95f2957658fde85125c257ab85032563033932 --- /dev/null +++ b/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030e4e45d1341e7cc52fdfde45e38f1f4bd0efdc565e2da64d526c9c8c89431c +size 108611 diff --git a/data/chunk-000/episode_000009.parquet b/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..726ed595b4827db683c09e5bed528526931cde49 --- /dev/null +++ b/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c643c5e4201a2f4a9fd3ad2c173b95f2520144a426195e64a890eb4bf5936418 +size 124984 diff --git a/data/chunk-000/episode_000010.parquet b/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f59958a5f5b35598219295d545a870d56054bf47 --- /dev/null +++ b/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65548479d5c8cb801fa4a3105c6ef53cb91f62af9a72e37f62f8657abe5004c2 +size 140043 diff --git a/data/chunk-000/episode_000011.parquet b/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aacc09eb006e7143daf83f3aa5182bfcf1e9c2f3 --- /dev/null +++ b/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ddab3af891c97939042f0f864c4a0f513561aea31a5788b24dfc49b1005d282 +size 139552 diff --git a/data/chunk-000/episode_000012.parquet b/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d1f068398216121c7bbb27f25a0cf6546563aff --- /dev/null +++ b/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6fe394b96e18e0eee77dae1d4745697206bb97041df3af79de9cbf5ce5e1bd +size 137838 diff --git a/data/chunk-000/episode_000013.parquet b/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..388399ebe549b1d19314f9fa3547076ff75f6189 --- /dev/null +++ b/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f268bcdf372cd9180988e5024f3e8f039658fdca83bc4103712934f2286bab +size 143642 diff --git a/data/chunk-000/episode_000014.parquet b/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c72e3c8b1b7593c3efdcc7871ed2674b9426aa5 --- /dev/null +++ b/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0febcd850758401af6a2d53cc56852ecb27871e39274538819300cd7080d83a9 +size 134297 diff --git a/data/chunk-000/episode_000015.parquet b/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..128b5349f342a09a9d008a2746cae35668bcab93 --- /dev/null +++ b/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3844847e9f649fda1b61849360330465fa56142ae92e4de1f0a7735339587240 +size 201021 diff --git a/data/chunk-000/episode_000016.parquet b/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9923e77e23a8fda5b3dc8a39cb0ab085c6169247 --- /dev/null +++ b/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf387273b1719dccb2065603bc873d95043690ba804f6996f702422e94f6fda +size 126125 diff --git a/data/chunk-000/episode_000017.parquet b/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e95682e0c61d8dccd81c08228f501091696f5f51 --- /dev/null +++ b/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3504bf284ae5b4de6edabab71941bc4b199ed114bfbc416b613971a4193e39 +size 137309 diff --git a/data/chunk-000/episode_000018.parquet b/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b0bc2b5747225d6212446167852db87b620acdf --- /dev/null +++ b/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2d0ad754ed6a6b9ed5f0db63c110f35db263448af29f03d12be413f0dd0cf6 +size 193623 diff --git a/data/chunk-000/episode_000019.parquet b/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..289def6273fcc45d9599b3ac860b65e24397a5a1 --- /dev/null +++ b/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ebaf692e96234916112d9f268bc80f3e08432a37c26b95cc99c283a2ae4776 +size 239155 diff --git a/data/chunk-000/episode_000020.parquet b/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e76f7451308ed6205bebea19de60ed0a328f8826 --- /dev/null +++ b/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e920ac7edf2dc6cabd1394d228cae8a2809ac1f2ea89ea3ad1e30316ef9ac71 +size 154950 diff --git a/data/chunk-000/episode_000021.parquet b/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a16b5fd90104c60fa2a09d096af968ca13b4cc35 --- /dev/null +++ b/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c511aae1f81c65f6ef24dde523da27bdc00d6cf824561d26a8a9b25188f02b38 +size 124333 diff --git a/data/chunk-000/episode_000022.parquet b/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..186bf6f8aeee4ea01990a507bd6ee8f5e829bccb --- /dev/null +++ b/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74e72c051a72ecb3ec66fde3a9cc542bc9e257dffc9479547a1a9644e608bff +size 118274 diff --git a/data/chunk-000/episode_000023.parquet b/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf575a691c5cbdaad3753308e2cd52b0806489a0 --- /dev/null +++ b/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe653c484a10028a126305397833e676dff0ac626c2ed87ca26303a11b3fd3e0 +size 135511 diff --git a/data/chunk-000/episode_000024.parquet b/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64f64bac996389acb4936cb08a58b5b8437fd4a7 --- /dev/null +++ b/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5dbc8c1cfc6d68fd24ffc3b07e6d35ce9e3b04cbe554ed2ebe4720373dbaea8 +size 127017 diff --git a/data/chunk-000/episode_000025.parquet b/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f45092d2d3ba0313bb1f1e57a16c49c1e89d4c67 --- /dev/null +++ b/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542bc10c0a133f1b81b2b9864eb6baae1086afa812e74a66683f959038e293c0 +size 172912 diff --git a/data/chunk-000/episode_000026.parquet b/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb671da382bae474434847aeca88f8644fccd3f3 --- /dev/null +++ b/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c658973781852005f7256e7b33b4a134efd0e86d9a5cb80efeda67959812ab +size 119103 diff --git a/data/chunk-000/episode_000027.parquet b/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cbd0bff44c63eb7e9f22baa4e912a787c7d117db --- /dev/null +++ b/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0933d3c6a3724356229391654aefdb08551f6ef01164d7221dd9b0982792f0 +size 107744 diff --git a/data/chunk-000/episode_000028.parquet b/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48280a3dc21a252114cf1894ccb1c77ab75fdb03 --- /dev/null +++ b/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3640f267075f3b85c5c31d7dc2419fb3648031c56e137ce904d5bc55f2d5d1e4 +size 121247 diff --git a/data/chunk-000/episode_000029.parquet b/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..400184e2480a7c4eb895b7586bec4bd33d5067c1 --- /dev/null +++ b/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77dce188890fc9541f3aebdefb9177dde3de811bb74ed137329297fed8e5ef02 +size 98736 diff --git a/data/chunk-000/episode_000030.parquet b/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87d718a37501074b2aa6780460b0272366c8af12 --- /dev/null +++ b/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56af7794f46460e0cf62330346725f31eee43a993691b0c7a7cc8d677f653278 +size 132749 diff --git a/data/chunk-000/episode_000031.parquet b/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b77ab7a6738ac4786013baa00008ff9dbc633b09 --- /dev/null +++ b/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9518a3e80d9ec05b32d1012a8c4be7d81282a85b7de471e5a9501c125881d8fd +size 101231 diff --git a/data/chunk-000/episode_000032.parquet b/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e38b38b7d3cf0023decf5707f11aaef0f9b8502 --- /dev/null +++ b/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a0254d46f81a64ce2f7d46995d8a1cd494604e803b9f25d567fb48851c7d66 +size 138753 diff --git a/data/chunk-000/episode_000033.parquet b/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ce0853686849a5b4d16a1c74988adf733b24d51 --- /dev/null +++ b/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a25b288d3110dd3994aaf31eb65b26cc0ea169f618e9c19b50a3eec99a3e7f +size 185488 diff --git a/data/chunk-000/episode_000034.parquet b/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e427dbfd6372dd10810f495c4d41b2b1e6b67137 --- /dev/null +++ b/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54c64a3dd6fe11bccc2f027c3834a2234d350009cc23eea655ecd3f1483f579 +size 108852 diff --git a/data/chunk-000/episode_000035.parquet b/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9fedbcb3d7f54177beb665e3fd3f6d3702f552b --- /dev/null +++ b/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9009f45ee67f32e0c078e4a2e98a65a69c4c4471f38e311ed855f5bd4d1a598b +size 126332 diff --git a/data/chunk-000/episode_000036.parquet b/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33f8354d1d5c56ab15504c4464bb2ff605bc4393 --- /dev/null +++ b/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f34966d35a527e872c486f44e4c213deb21cbfee2b6d4c8ed3f459d3bff026 +size 128218 diff --git a/data/chunk-000/episode_000037.parquet b/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..041ded97b60b0da6a7168cbce948bdd360c7b299 --- /dev/null +++ b/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578c5b2bfcae96f332776d8d4e093e1f6ac4faa862c41a8723f6d8b35199414f +size 132392 diff --git a/data/chunk-000/episode_000038.parquet b/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..704a651db3d0ded6b5c922aada0389fd83d540c5 --- /dev/null +++ b/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3ab7cb753f133cc0f43d77d376f8f6758853df39f89107dd8ea934c1b916be +size 112822 diff --git a/data/chunk-000/episode_000039.parquet b/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..82a53def1178ecab2818e7ebf3687f07f4944508 --- /dev/null +++ b/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ab2edee2a970b0c9e1b73341573ea75bfd92225ba1b98097bfb53197e4765b +size 157885 diff --git a/data/chunk-000/episode_000040.parquet b/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7770dca1a20e60f128cdd52b77c34c27c64e1af --- /dev/null +++ b/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5132d46030e75c9f7a1285db044b2e3395230c1dc2b5a6aba7c9425bafa61d +size 169238 diff --git a/data/chunk-000/episode_000041.parquet b/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55c8cd06ae6217b01e4bdd7c2dbcb847173cba64 --- /dev/null +++ b/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04e39c03dae843e147feef146b97de591d03fcf690f647a63b9a11d4da333a1 +size 180317 diff --git a/data/chunk-000/episode_000042.parquet b/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ff959546e92ebb5532f511c95eb6c8a5277bf19 --- /dev/null +++ b/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a2936fb463f728c16c0450e21442bd5b9b9b7d83162f3657beb07d8c018fdf +size 156182 diff --git a/data/chunk-000/episode_000043.parquet b/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd4e758a22debffa56401e7bfeb6c5b62761e251 --- /dev/null +++ b/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16cc459e633e9973e9a1b43f942483e4b7e1efc6d2977e286fcefba299547795 +size 174326 diff --git a/data/chunk-000/episode_000044.parquet b/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5f83166398ae1ecf9a993ac3380b554e983c3a9 --- /dev/null +++ b/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d25d92c0c89aeb12901e25193bc0defe8517ed47dc3d8436af3dd16ce186fd4 +size 140798 diff --git a/data/chunk-000/episode_000045.parquet b/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a8798c4f381c7753ceb31589f2d3dcc4f084e27 --- /dev/null +++ b/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2916fa1cc8defc504f24056b1d6d75c79995e1190988a7d5f158bbfc9d2655c +size 166872 diff --git a/data/chunk-000/episode_000046.parquet b/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38626028b134f826ad260ef2c2683d4b7a80018d --- /dev/null +++ b/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d6dece7eb7dad31e4779e0776208f3d22b4444fd2fe858005a674d48e01c10 +size 147007 diff --git a/data/chunk-000/episode_000047.parquet b/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12373a77ca9855519f87a5a7baa9c66c2b4b69d1 --- /dev/null +++ b/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb292afabad6ae5b8622dbf060914504f78c7a0012482e91cd4a343ebe48ea6c +size 143417 diff --git a/data/chunk-000/episode_000048.parquet b/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..665bfcfce899619c9cf597fc23c66144181ca05f --- /dev/null +++ b/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d92710183ea7ce0f23d79cb46d2b6df1727497b367ce89f3fba0c5369f0fc3 +size 184672 diff --git a/data/chunk-000/episode_000049.parquet b/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40f0b97536b66bc43f04d2e04657ad019ab27155 --- /dev/null +++ b/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f43570712730dedb7fe1328b8d138d2257b9e42e303c05c809914e90adf332 +size 221253 diff --git a/meta/episodes.jsonl b/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..fd63b3b6b7761ed5dbd92d4b3946316b52d2c62f --- /dev/null +++ b/meta/episodes.jsonl @@ -0,0 +1,50 @@ +{"episode_index": 0, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1797} +{"episode_index": 1, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1796} +{"episode_index": 2, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1797} +{"episode_index": 3, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1797} +{"episode_index": 4, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1797} +{"episode_index": 5, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1797} +{"episode_index": 6, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1797} +{"episode_index": 7, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1468} +{"episode_index": 8, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1427} +{"episode_index": 9, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1747} +{"episode_index": 10, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1998} +{"episode_index": 11, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1989} +{"episode_index": 12, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1900} +{"episode_index": 13, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 2027} +{"episode_index": 14, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1914} +{"episode_index": 15, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 2997} +{"episode_index": 16, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1785} +{"episode_index": 17, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 2018} +{"episode_index": 18, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 2756} +{"episode_index": 19, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 3593} +{"episode_index": 20, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 2191} +{"episode_index": 21, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1830} +{"episode_index": 22, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1679} +{"episode_index": 23, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1955} +{"episode_index": 24, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1799} +{"episode_index": 25, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 2459} +{"episode_index": 26, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1625} +{"episode_index": 27, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1443} +{"episode_index": 28, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1722} +{"episode_index": 29, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1403} +{"episode_index": 30, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1850} +{"episode_index": 31, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1395} +{"episode_index": 32, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 2017} +{"episode_index": 33, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 2644} +{"episode_index": 34, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1475} +{"episode_index": 35, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1786} +{"episode_index": 36, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1737} +{"episode_index": 37, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1881} +{"episode_index": 38, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1597} +{"episode_index": 39, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 2187} +{"episode_index": 40, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 2437} +{"episode_index": 41, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 2492} +{"episode_index": 42, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 2109} +{"episode_index": 43, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 2394} +{"episode_index": 44, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1954} +{"episode_index": 45, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 2376} +{"episode_index": 46, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1985} +{"episode_index": 47, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 1896} +{"episode_index": 48, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 2618} +{"episode_index": 49, "tasks": ["{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"], "length": 3078} diff --git a/meta/episodes_stats.jsonl b/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..490fa6a85979ac6ee3912db24ecfc85c0f39bc81 --- /dev/null +++ b/meta/episodes_stats.jsonl @@ -0,0 +1,50 @@ +{"episode_index": 0, "stats": {"action": {"min": [-32.33027648925781, -98.3256607055664, -11.30276870727539, 42.06247329711914, -80.13662719726562, 0.40716612339019775, -850.0, -1000.0, -1450.0, -950.0, -1200.0, -1050.0], "max": [37.174312591552734, 33.612388610839844, 99.63685607910156, 78.60504913330078, -37.940093994140625, 24.348533630371094, 1000.0, 1700.0, 750.0, 1100.0, 1300.0, 1450.0], "mean": [2.802816390991211, 8.206194877624512, 15.28939151763916, 57.715423583984375, -56.248939514160156, 12.767289161682129, 7.3734002113342285, 21.368947982788086, -15.247634887695312, -2.504173517227173, -3.9510295391082764, -1.9476906061172485], "std": [15.698402404785156, 18.908050537109375, 18.881227493286133, 7.422795295715332, 10.552692413330078, 7.0813212394714355, 192.5439453125, 296.7782287597656, 219.62904357910156, 174.09310913085938, 209.69442749023438, 161.13546752929688], "count": [1797]}, "observation.state": {"min": [-32.2301025390625, -95.91522216796875, -8.843537330627441, 41.86046600341797, -79.78395080566406, 1.2743124961853027, -800.0, -1050.0, -1400.0, -750.0, -1050.0, -950.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [37.03703689575195, 32.947975158691406, 99.45578002929688, 78.32225799560547, -37.96296310424805, 24.077800750732422, 900.0, 1800.0, 750.0, 950.0, 1250.0, 1050.0, 1288.0, 1524.0, 1204.0, 1332.0, 1408.0, 1368.0], "mean": [2.7002875804901123, 9.282049179077148, 16.38227081298828, 57.83216094970703, -56.26490783691406, 13.333704948425293, 6.288258075714111, 20.81246566772461, -14.385086059570312, -1.3912075757980347, -4.145798683166504, -2.170283794403076, 482.71563720703125, 414.4062194824219, 315.3099670410156, 321.84307861328125, 563.6527709960938, 387.4724426269531], "std": [15.680753707885742, 19.411497116088867, 19.06622314453125, 7.381577968597412, 10.50653076171875, 6.330822467803955, 181.9929656982422, 306.61468505859375, 209.5404815673828, 161.39845275878906, 198.2767791748047, 146.63961791992188, 517.3161010742188, 453.9353332519531, 425.7964782714844, 466.9753723144531, 515.3234252929688, 466.3614501953125], "count": [1797]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5745510990930188]], [[0.5818242679620157]], [[0.5719478256429383]]], "std": [[[0.1808778828653284]], [[0.176280645308642]], [[0.17015802984953088]]], "count": [276]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7098199913268447]], [[0.7056770418916359]], [[0.6896997993037794]]], "std": [[[0.2213169127503031]], [[0.21389142140592823]], [[0.2069489272529353]]], "count": [276]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5099732153429005]], [[0.49222990817703893]], [[0.4799685916335133]]], "std": [[[0.242694896425904]], [[0.2322198871812239]], [[0.2260576749357517]]], "count": [276]}, "timestamp": {"min": [0.0], "max": [59.86666666666667], "mean": [29.933333333333337], "std": [17.291637884848875], "count": [1797]}, "frame_index": {"min": [0], "max": [1796], "mean": [898.0], "std": [518.7491365454662], "count": [1797]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1797]}, "index": {"min": [0], "max": [1796], "mean": [898.0], "std": [518.7491365454662], "count": [1797]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1797]}}} +{"episode_index": 1, "stats": {"action": {"min": [-32.33027648925781, -99.24654388427734, -38.08443069458008, 42.83269119262695, -72.62217712402344, 0.48859935998916626, -750.0, -800.0, -1000.0, -1150.0, -2550.0, -1050.0], "max": [36.073394775390625, 42.06781005859375, 99.63685607910156, 86.05049133300781, -6.778770446777344, 26.954397201538086, 650.0, 1400.0, 1150.0, 1400.0, 1650.0, 1500.0], "mean": [-6.06251859664917, 5.994749069213867, 10.430957794189453, 60.68402099609375, -50.707000732421875, 12.891088485717773, -1.614699363708496, 27.644765853881836, -23.106904983520508, -3.3964364528656006, -18.040088653564453, 2.5612471103668213], "std": [17.23491096496582, 36.802181243896484, 35.83858108520508, 8.827258110046387, 17.57529640197754, 7.34820556640625, 174.37576293945312, 285.07891845703125, 236.86669921875, 174.79672241210938, 257.21002197265625, 168.0889892578125], "count": [1796]}, "observation.state": {"min": [-32.0724983215332, -96.06936645507812, -35.60090637207031, 42.607975006103516, -71.96501922607422, 1.2072434425354004, -800.0, -800.0, -1000.0, -1000.0, -2050.0, -850.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [35.61859893798828, 41.73410415649414, 99.27437591552734, 85.71428680419922, -6.995884895324707, 25.285043716430664, 600.0, 1450.0, 1000.0, 1250.0, 1250.0, 1300.0, 1216.0, 1468.0, 1288.0, 1388.0, 1400.0, 1392.0], "mean": [-6.08364725112915, 7.173178195953369, 11.551142692565918, 60.73792266845703, -50.62171173095703, 13.463626861572266, -1.2249443531036377, 28.730512619018555, -23.246103286743164, -3.1737194061279297, -18.87527847290039, 2.978841781616211, 506.14031982421875, 391.1937561035156, 377.41424560546875, 486.053466796875, 522.7594604492188, 436.09576416015625], "std": [17.21962547302246, 36.77504348754883, 35.55848693847656, 8.709017753601074, 17.649011611938477, 6.536418914794922, 161.72952270507812, 286.6535949707031, 219.4196319580078, 159.7650604248047, 241.84605407714844, 152.27684020996094, 515.3621826171875, 442.8368225097656, 450.7409973144531, 509.60845947265625, 514.0604858398438, 477.4422302246094], "count": [1796]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.567228249405823]], [[0.5727596397801544]], [[0.5627859573677956]]], "std": [[[0.1814046544436321]], [[0.17589240610742976]], [[0.16894081032316474]]], "count": [275]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7090699420677362]], [[0.7048863406120024]], [[0.688348341503268]]], "std": [[[0.2209020113109602]], [[0.21348263179514718]], [[0.20646496692433478]]], "count": [275]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.49101221405228757]], [[0.47911659982174687]], [[0.4670967654486037]]], "std": [[[0.23599958387162254]], [[0.22779520104985648]], [[0.2224860615278929]]], "count": [275]}, "timestamp": {"min": [0.0], "max": [59.833333333333336], "mean": [29.916666666666668], "std": [17.28201537887163], "count": [1796]}, "frame_index": {"min": [0], "max": [1795], "mean": [897.5], "std": [518.4604613661489], "count": [1796]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [1796]}, "index": {"min": [1797], "max": [3592], "mean": [2694.5], "std": [518.4604613661489], "count": [1796]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1796]}}} +{"episode_index": 2, "stats": {"action": {"min": [-30.27522850036621, -99.41397857666016, -37.53971862792969, 26.91484832763672, -93.64161682128906, 0.6514657735824585, -600.0, -1050.0, -1200.0, -850.0, -1250.0, -950.0], "max": [35.33945083618164, 43.909584045410156, 99.45529174804688, 77.15019226074219, -26.274303436279297, 21.661237716674805, 750.0, 1400.0, 1400.0, 1050.0, 1250.0, 1650.0], "mean": [-1.0433093309402466, 6.635151386260986, 19.71116065979004, 49.829864501953125, -55.21513748168945, 12.58596420288086, -1.363383412361145, 28.464107513427734, -21.062883377075195, -6.149137496948242, -1.8642181158065796, -0.27824151515960693], "std": [15.24789810180664, 25.345640182495117, 31.688894271850586, 13.22873592376709, 16.415369033813477, 6.566965103149414, 179.583251953125, 283.630615234375, 222.9009246826172, 185.03201293945312, 229.75047302246094, 165.5242919921875], "count": [1797]}, "observation.state": {"min": [-30.10244369506836, -96.14643859863281, -35.05669021606445, 26.99335479736328, -93.36419677734375, 1.3413816690444946, -550.0, -1100.0, -1200.0, -700.0, -1000.0, -900.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [34.83057403564453, 44.046241760253906, 99.18367004394531, 76.6611328125, -26.44032859802246, 21.79745101928711, 750.0, 1450.0, 1300.0, 950.0, 1100.0, 1650.0, 1248.0, 1440.0, 1360.0, 1316.0, 1372.0, 1464.0], "mean": [-1.1130098104476929, 7.374886989593506, 20.92232322692871, 49.97221755981445, -55.21124267578125, 13.053605079650879, -1.0573177337646484, 29.271007537841797, -21.174179077148438, -5.53700590133667, -1.5303282737731934, 1.9755147695541382, 532.6143798828125, 402.9649353027344, 299.92431640625, 384.29827880859375, 438.5664978027344, 356.3872985839844], "std": [15.246850967407227, 25.682029724121094, 31.67607879638672, 13.183271408081055, 16.40379524230957, 5.897965908050537, 166.6436309814453, 292.4784851074219, 212.48133850097656, 172.3240966796875, 217.84393310546875, 154.69044494628906, 516.6907348632812, 467.7137145996094, 411.61676025390625, 489.1031494140625, 508.10107421875, 461.6219482421875], "count": [1797]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.561578013255423]], [[0.5667688063903098]], [[0.5571774422480346]]], "std": [[[0.18260063783753228]], [[0.17472756961885436]], [[0.1671451323688077]]], "count": [276]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7085867152718575]], [[0.7051546248934356]], [[0.6879405193236715]]], "std": [[[0.22144864982383222]], [[0.21437713707420084]], [[0.2074336765912621]]], "count": [276]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48960613292720473]], [[0.47933851428554514]], [[0.47102327247324055]]], "std": [[[0.2393304047658787]], [[0.22960264568699545]], [[0.22246893703364695]]], "count": [276]}, "timestamp": {"min": [0.0], "max": [59.86666666666667], "mean": [29.933333333333337], "std": [17.291637884848875], "count": [1797]}, "frame_index": {"min": [0], "max": [1796], "mean": [898.0], "std": [518.7491365454662], "count": [1797]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [1797]}, "index": {"min": [3593], "max": [5389], "mean": [4491.0], "std": [518.7491365454662], "count": [1797]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1797]}}} +{"episode_index": 3, "stats": {"action": {"min": [-30.935779571533203, -99.58141326904297, -25.6468448638916, 30.851518630981445, -87.28323364257812, 0.732899010181427, -900.0, -1050.0, -1300.0, -1050.0, -1150.0, -1100.0], "max": [39.59632873535156, 34.784427642822266, 100.0, 77.06461334228516, -10.404623985290527, 25.40716552734375, 950.0, 1600.0, 1150.0, 1300.0, 2050.0, 1700.0], "mean": [1.1782550811767578, -5.100937366485596, 21.6807861328125, 56.551658630371094, -53.74677276611328, 12.45722484588623, -0.11129660904407501, 0.38953810930252075, 0.2504173517227173, -0.5564830303192139, 12.326099395751953, 1.3912075757980347], "std": [18.180057525634766, 43.655094146728516, 37.772499084472656, 10.329524040222168, 20.632848739624023, 7.027891635894775, 210.3670196533203, 308.021728515625, 221.60987854003906, 198.23104858398438, 263.9851379394531, 179.9181365966797], "count": [1797]}, "observation.state": {"min": [-30.811662673950195, -96.22350311279297, -22.4489803314209, 31.56146240234375, -87.03704071044922, 1.3413816690444946, -850.0, -1100.0, -1250.0, -850.0, -1100.0, -850.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [39.55870819091797, 34.95183181762695, 99.90929412841797, 76.74418640136719, -10.596707344055176, 25.08383560180664, 850.0, 1600.0, 1150.0, 1100.0, 1800.0, 1350.0, 1288.0, 1516.0, 1308.0, 1356.0, 1556.0, 1440.0], "mean": [1.1730283498764038, -3.501518964767456, 22.576112747192383, 56.673126220703125, -53.84847640991211, 13.054627418518066, 0.0, -0.5286588668823242, 0.44518643617630005, -0.6956037878990173, 13.884251594543457, 2.031162977218628, 412.6922607421875, 368.7835388183594, 357.47357177734375, 402.5308837890625, 391.6127014160156, 323.0050048828125], "std": [18.16143035888672, 43.189476013183594, 37.259403228759766, 10.155439376831055, 20.515073776245117, 6.309776782989502, 196.1580047607422, 317.0158386230469, 212.49166870117188, 183.05543518066406, 255.07688903808594, 162.55633544921875, 502.9278259277344, 419.5820007324219, 448.6346740722656, 493.7481384277344, 504.1206970214844, 440.5821838378906], "count": [1797]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.556442593628635]], [[0.5622726915494459]], [[0.5520267150942503]]], "std": [[[0.17656240822001093]], [[0.1726542372179441]], [[0.16668520666966646]]], "count": [276]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7079511002770673]], [[0.7050200851626882]], [[0.6895774634129014]]], "std": [[[0.22013649150762762]], [[0.21367731494055278]], [[0.20728228882282146]]], "count": [276]}, "observation.images.global2": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48396998659065077]], [[0.4742668734311357]], [[0.4674554198339964]]], "std": [[[0.2363701187586226]], [[0.22850122983471025]], [[0.22291424125873915]]], "count": [276]}, "timestamp": {"min": [0.0], "max": [59.86666666666667], "mean": [29.933333333333337], "std": [17.291637884848875], "count": [1797]}, "frame_index": {"min": [0], "max": [1796], "mean": [898.0], "std": [518.7491365454662], "count": [1797]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [1797]}, "index": {"min": [5390], "max": [7186], "mean": [6288.0], "std": [518.7491365454662], "count": [1797]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1797]}}} +{"episode_index": 4, "stats": {"action": {"min": [-31.596330642700195, -99.16282653808594, -26.554698944091797, 34.78818893432617, -85.12874603271484, 0.6514657735824585, -1100.0, -850.0, -1550.0, -800.0, -2200.0, -1000.0], "max": [39.74311828613281, 41.73294448852539, 99.63685607910156, 99.82884216308594, -10.719916343688965, 22.394136428833008, 900.0, 1650.0, 1050.0, 1300.0, 1650.0, 1250.0], "mean": [1.0814952850341797, 12.035243034362793, 6.409442901611328, 59.880062103271484, -59.030574798583984, 13.311247825622559, -6.176961421966553, 25.62604331970215, -18.169170379638672, -5.982192516326904, -17.306621551513672, 0.639955461025238], "std": [15.754644393920898, 24.06732940673828, 24.413991928100586, 9.72927474975586, 11.3994722366333, 5.964756965637207, 211.2277374267578, 296.6721496582031, 246.84228515625, 171.9288330078125, 278.0270690917969, 156.1327362060547], "count": [1797]}, "observation.state": {"min": [-31.75728988647461, -96.22350311279297, -24.535146713256836, 39.45182800292969, -84.67078399658203, 2.9510395526885986, -1050.0, -900.0, -1500.0, -750.0, -1500.0, -950.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [39.87391662597656, 41.579959869384766, 99.27437591552734, 99.4186019897461, -10.493826866149902, 21.998659133911133, 850.0, 1650.0, 1000.0, 1050.0, 1350.0, 1050.0, 1272.0, 1532.0, 1272.0, 1356.0, 1436.0, 1356.0], "mean": [1.017194390296936, 13.171253204345703, 7.6701459884643555, 60.01997375488281, -58.95510482788086, 13.732803344726562, -5.37006139755249, 26.43294334411621, -17.640512466430664, -6.677796363830566, -17.86310577392578, 0.5008347034454346, 547.8775634765625, 381.17083740234375, 302.98052978515625, 376.11798095703125, 535.203125, 399.7507019042969], "std": [15.69536304473877, 24.423988342285156, 24.44215202331543, 9.652018547058105, 11.586562156677246, 5.25415563583374, 195.33375549316406, 307.99468994140625, 238.35389709472656, 160.24542236328125, 267.6413879394531, 146.25599670410156, 519.2418823242188, 442.5334777832031, 411.49517822265625, 486.3521728515625, 514.5077514648438, 475.8748779296875], "count": [1797]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5717681152019987]], [[0.5762839984725774]], [[0.5647359586648669]]], "std": [[[0.17886699740245457]], [[0.17350045271627274]], [[0.16752105409023574]]], "count": [276]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7083984412001516]], [[0.7058926756239936]], [[0.6894296497584541]]], "std": [[[0.22189023150452988]], [[0.21498538438902368]], [[0.2081279784796135]]], "count": [276]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48485341627593065]], [[0.47432082312091506]], [[0.46617380943923464]]], "std": [[[0.23825280177152264]], [[0.22945419349261906]], [[0.2230851740001452]]], "count": [276]}, "timestamp": {"min": [0.0], "max": [59.86666666666667], "mean": [29.933333333333337], "std": [17.291637884848875], "count": [1797]}, "frame_index": {"min": [0], "max": [1796], "mean": [898.0], "std": [518.7491365454662], "count": [1797]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [1797]}, "index": {"min": [7187], "max": [8983], "mean": [8085.0], "std": [518.7491365454662], "count": [1797]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1797]}}} +{"episode_index": 5, "stats": {"action": {"min": [-31.816513061523438, -99.74884796142578, -22.560144424438477, 32.905433654785156, -82.76405334472656, 5.130293369293213, -1150.0, -1150.0, -1450.0, -1050.0, -1850.0, -850.0], "max": [38.05504608154297, 39.723731994628906, 100.0, 76.97903442382812, -4.046242713928223, 27.361562728881836, 950.0, 1800.0, 1050.0, 1300.0, 1200.0, 1400.0], "mean": [-4.4485297203063965, -2.6706292629241943, 22.697572708129883, 57.69596481323242, -57.70500564575195, 15.859973907470703, 2.031162977218628, -0.16694490611553192, 0.27824151515960693, -1.0573177337646484, 14.746800422668457, 1.3077350854873657], "std": [17.439760208129883, 41.338680267333984, 37.0118408203125, 9.654834747314453, 22.918277740478516, 6.448061466217041, 218.1990509033203, 292.7713623046875, 232.08140563964844, 177.25746154785156, 254.2880096435547, 162.98133850097656], "count": [1797]}, "observation.state": {"min": [-31.75728988647461, -96.30057525634766, -21.814058303833008, 33.05647659301758, -82.61316680908203, 5.164319038391113, -1000.0, -1300.0, -1400.0, -900.0, -1350.0, -800.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [37.982662200927734, 39.80732345581055, 99.72789001464844, 76.57807159423828, -4.218107223510742, 27.028839111328125, 850.0, 1900.0, 1100.0, 1100.0, 1100.0, 1250.0, 1280.0, 1560.0, 1296.0, 1356.0, 1368.0, 1408.0], "mean": [-4.4786787033081055, -1.3969107866287231, 23.547170639038086, 57.82194137573242, -57.85068130493164, 16.12441635131836, 1.279910922050476, 0.055648304522037506, 0.22259321808815002, -0.9460211396217346, 13.995548248291016, 1.8085697889328003, 531.62158203125, 378.3505859375, 420.302734375, 307.8953857421875, 601.3978881835938, 309.4535217285156], "std": [17.479217529296875, 40.74707794189453, 36.63826370239258, 9.531377792358398, 22.773826599121094, 6.104089260101318, 204.27528381347656, 304.4924011230469, 222.08323669433594, 164.33969116210938, 245.29388427734375, 159.3275604248047, 516.9589233398438, 438.9708251953125, 469.51873779296875, 459.9866943359375, 520.1905517578125, 449.7869873046875], "count": [1797]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5677055500793312]], [[0.5736966127332574]], [[0.5634163551139054]]], "std": [[[0.17779229453610443]], [[0.17451056417094257]], [[0.1688686119767034]]], "count": [276]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7107245947594013]], [[0.7066699945829781]], [[0.6898493209481861]]], "std": [[[0.21986890147919397]], [[0.21267209588374228]], [[0.20579800929090158]]], "count": [276]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48853402733375956]], [[0.47376223270105144]], [[0.4637968675996969]]], "std": [[[0.2322201829857578]], [[0.2227150274627139]], [[0.21815661907886869]]], "count": [276]}, "timestamp": {"min": [0.0], "max": [59.86666666666667], "mean": [29.933333333333337], "std": [17.291637884848875], "count": [1797]}, "frame_index": {"min": [0], "max": [1796], "mean": [898.0], "std": [518.7491365454662], "count": [1797]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [1797]}, "index": {"min": [8984], "max": [10780], "mean": [9882.0], "std": [518.7491365454662], "count": [1797]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1797]}}} +{"episode_index": 6, "stats": {"action": {"min": [-31.889907836914062, -99.33026123046875, -46.618247985839844, 40.0085563659668, -76.45822143554688, 4.153094291687012, -1100.0, -950.0, -1200.0, -1200.0, -2400.0, -1400.0], "max": [39.66972351074219, 45.165340423583984, 99.63685607910156, 88.87462615966797, -3.941145658493042, 27.605863571166992, 1150.0, 1600.0, 1550.0, 1350.0, 1150.0, 1300.0], "mean": [-2.576594829559326, 7.176247596740723, 10.288540840148926, 59.149009704589844, -56.8306884765625, 15.892640113830566, -8.514190673828125, 28.408458709716797, -26.516416549682617, -1.0573177337646484, -19.282136917114258, 0.4730105698108673], "std": [21.555444717407227, 30.838748931884766, 34.950382232666016, 11.489139556884766, 16.780302047729492, 6.75616979598999, 206.30599975585938, 295.00689697265625, 244.56248474121094, 211.6294708251953, 291.54864501953125, 159.00318908691406], "count": [1797]}, "observation.state": {"min": [-31.993696212768555, -96.22350311279297, -40.9523811340332, 41.11295700073242, -76.08024597167969, 7.243460655212402, -1000.0, -1000.0, -1150.0, -1000.0, -1900.0, -1100.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [39.55870819091797, 45.973026275634766, 99.27437591552734, 88.45514678955078, -4.063786029815674, 27.69952964782715, 1000.0, 1600.0, 1300.0, 1100.0, 1000.0, 1250.0, 1336.0, 1512.0, 1364.0, 1372.0, 1348.0, 1404.0], "mean": [-2.5657713413238525, 8.372239112854004, 11.65245246887207, 59.23259353637695, -56.75963592529297, 16.356380462646484, -6.594323635101318, 30.105731964111328, -26.09905433654785, -1.168614387512207, -20.562047958374023, 0.027824152261018753, 481.233154296875, 336.7479248046875, 312.04229736328125, 365.53143310546875, 622.8135986328125, 227.79966735839844], "std": [21.5687255859375, 30.968345642089844, 34.58051300048828, 11.423251152038574, 16.925432205200195, 6.155500888824463, 191.85496520996094, 307.58099365234375, 231.9198455810547, 197.4823760986328, 278.9165344238281, 148.41493225097656, 513.992919921875, 422.3341064453125, 412.947021484375, 485.8870544433594, 507.11566162109375, 388.4517822265625], "count": [1797]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5646791213768115]], [[0.5707172647591645]], [[0.5606615093954248]]], "std": [[[0.1800363345234763]], [[0.17533798323497743]], [[0.16904850656460318]]], "count": [276]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7094864641055697]], [[0.7066776783177039]], [[0.690344773461921]]], "std": [[[0.2208804781269668]], [[0.21345975834801006]], [[0.20637381668062466]]], "count": [276]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4907909939791134]], [[0.479031102733968]], [[0.4715890441472483]]], "std": [[[0.23684059502572655]], [[0.227287466436982]], [[0.22154962113059917]]], "count": [276]}, "timestamp": {"min": [0.0], "max": [59.86666666666667], "mean": [29.933333333333337], "std": [17.291637884848875], "count": [1797]}, "frame_index": {"min": [0], "max": [1796], "mean": [898.0], "std": [518.7491365454662], "count": [1797]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [1797]}, "index": {"min": [10781], "max": [12577], "mean": [11679.0], "std": [518.7491365454662], "count": [1797]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1797]}}} +{"episode_index": 7, "stats": {"action": {"min": [-30.56880760192871, -99.9162826538086, -29.7321834564209, 37.69790267944336, -68.31318664550781, 0.8143322467803955, -1050.0, -1350.0, -1350.0, -900.0, -1350.0, -800.0], "max": [37.027523040771484, 42.23524475097656, 100.0, 82.11382293701172, -5.6752495765686035, 26.465797424316406, 1150.0, 1300.0, 1600.0, 1600.0, 1100.0, 1400.0], "mean": [1.7637686729431152, 6.647578716278076, 16.120319366455078, 57.650718688964844, -49.79789733886719, 15.969480514526367, 0.37465938925743103, 1.2261580228805542, -0.5449591279029846, -1.3283379077911377, 3.780653953552246, 2.5204360485076904], "std": [18.22905921936035, 26.798688888549805, 29.524538040161133, 8.000486373901367, 11.54765510559082, 7.090095043182373, 269.6591796875, 385.5461120605469, 324.3619384765625, 206.39340209960938, 277.9384765625, 185.45751953125], "count": [1468]}, "observation.state": {"min": [-30.417652130126953, -96.22350311279297, -29.16099739074707, 38.62126159667969, -68.15843963623047, 1.3413816690444946, -950.0, -1500.0, -1300.0, -800.0, -1300.0, -750.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [36.48542022705078, 42.196533203125, 99.72789001464844, 81.14617919921875, -5.915637969970703, 25.620389938354492, 1050.0, 1300.0, 1550.0, 1350.0, 950.0, 1350.0, 1308.0, 1368.0, 1416.0, 1424.0, 1324.0, 1440.0], "mean": [1.7148611545562744, 7.733437538146973, 16.78110694885254, 57.65273666381836, -49.82716751098633, 16.142427444458008, -1.4986375570297241, -0.6811988949775696, -0.6471389532089233, 0.10217984020709991, 2.7929155826568604, 3.848773956298828, 463.52587890625, 439.2261657714844, 405.8065490722656, 405.5340576171875, 437.1771240234375, 396.6103515625], "std": [18.249616622924805, 26.687410354614258, 29.23800277709961, 7.9171295166015625, 11.431288719177246, 6.772859573364258, 247.6207275390625, 402.3468017578125, 313.03033447265625, 196.93226623535156, 268.0141296386719, 184.29638671875, 515.79296875, 473.0671691894531, 479.29254150390625, 500.3677673339844, 512.37890625, 487.49432373046875], "count": [1468]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5728250858360222]], [[0.577825018615041]], [[0.5670028387937454]]], "std": [[[0.18088673462065022]], [[0.17787353262693903]], [[0.17337851133764515]]], "count": [237]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7096519487190094]], [[0.7070973196064643]], [[0.6910621380408704]]], "std": [[[0.22078614682828984]], [[0.2135702792353517]], [[0.2066416362441105]]], "count": [237]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4869135434764623]], [[0.47434960598163317]], [[0.4667334834601914]]], "std": [[[0.2358224833901943]], [[0.22611308357513277]], [[0.22056068329756875]]], "count": [237]}, "timestamp": {"min": [0.0], "max": [48.9], "mean": [24.45], "std": [14.125833308752679], "count": [1468]}, "frame_index": {"min": [0], "max": [1467], "mean": [733.5], "std": [423.77499926258037], "count": [1468]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [1468]}, "index": {"min": [12578], "max": [14045], "mean": [13311.5], "std": [423.77499926258037], "count": [1468]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1468]}}} +{"episode_index": 8, "stats": {"action": {"min": [-32.7706413269043, -99.58141326904297, -57.24012756347656, 38.72486114501953, -69.52180480957031, 0.5700325965881348, -1150.0, -1100.0, -1750.0, -1050.0, -1750.0, -900.0], "max": [40.7706413269043, 48.26287078857422, 100.0, 86.05049133300781, -1.734104037284851, 25.814332962036133, 1150.0, 2050.0, 1850.0, 1200.0, 1800.0, 1400.0], "mean": [1.5385847091674805, 8.113668441772461, 8.228333473205566, 62.67793655395508, -49.09312057495117, 13.349647521972656, 1.8220041990280151, 0.070077084004879, -0.280308336019516, -1.611772894859314, 1.1913104057312012, 0.070077084004879], "std": [21.926860809326172, 31.074459075927734, 39.538360595703125, 11.453817367553711, 14.622983932495117, 7.4597039222717285, 284.5099182128906, 375.6094970703125, 370.89788818359375, 258.256103515625, 328.15472412109375, 187.7652130126953], "count": [1427]}, "observation.state": {"min": [-33.018123626708984, -96.22350311279297, -54.64852523803711, 38.953487396240234, -69.29012298583984, 1.2072434425354004, -1100.0, -1150.0, -1500.0, -900.0, -1750.0, -850.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [40.425533294677734, 48.9017333984375, 99.63719177246094, 85.6312255859375, -0.46296295523643494, 25.486249923706055, 1000.0, 2150.0, 1700.0, 1100.0, 1600.0, 1300.0, 1324.0, 1620.0, 1468.0, 1360.0, 1500.0, 1448.0], "mean": [1.4775807857513428, 9.430862426757812, 9.118475914001465, 62.792720794677734, -49.081424713134766, 13.95594596862793, 1.5767344236373901, 1.0161176919937134, -0.2452697902917862, -2.242466688156128, -0.7708479166030884, 0.7007708549499512, 500.4765319824219, 441.8948974609375, 406.49755859375, 397.9145202636719, 449.7294921875, 492.686767578125], "std": [21.950119018554688, 31.221446990966797, 39.114192962646484, 11.3685941696167, 14.610860824584961, 6.53074836730957, 264.95074462890625, 386.9869384765625, 357.8802795410156, 247.56549072265625, 327.00103759765625, 178.365478515625, 519.4728393554688, 459.1953125, 473.34686279296875, 494.3116149902344, 515.7655029296875, 485.01092529296875], "count": [1427]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.570209011226617]], [[0.575405290384832]], [[0.5656124193571107]]], "std": [[[0.17968211220246674]], [[0.1771800359232758]], [[0.17222982625751468]]], "count": [232]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7149017486125198]], [[0.7098243094292315]], [[0.6908651018776764]]], "std": [[[0.22107583310995127]], [[0.21269413749900953]], [[0.20422418215839835]]], "count": [232]}, "observation.images.global2": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4855823552301668]], [[0.4760696927118549]], [[0.4722652886945008]]], "std": [[[0.23368578917473973]], [[0.22310752032828168]], [[0.21642242454702607]]], "count": [232]}, "timestamp": {"min": [0.0], "max": [47.53333333333333], "mean": [23.766666666666666], "std": [13.73131053064087], "count": [1427]}, "frame_index": {"min": [0], "max": [1426], "mean": [713.0], "std": [411.93931591922615], "count": [1427]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [1427]}, "index": {"min": [14046], "max": [15472], "mean": [14759.0], "std": [411.93931591922615], "count": [1427]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1427]}}} +{"episode_index": 9, "stats": {"action": {"min": [-32.03669738769531, -99.66513061523438, -69.22378540039062, 39.15275955200195, -71.83394622802734, 0.8143322467803955, -850.0, -1050.0, -1800.0, -1400.0, -1900.0, -1100.0], "max": [36.2935791015625, 59.06237030029297, 99.90921783447266, 93.75267791748047, -2.2070415019989014, 22.80130386352539, 800.0, 1650.0, 1750.0, 1250.0, 1750.0, 1350.0], "mean": [-0.09253757447004318, 15.078051567077637, -5.954234600067139, 67.52061462402344, -54.0250358581543, 13.564077377319336, 0.3720664083957672, 0.4006868898868561, -0.3148254156112671, -0.5437893271446228, -0.9158557653427124, 0.20034344494342804], "std": [19.764631271362305, 31.637372970581055, 40.07274627685547, 9.90592098236084, 14.571869850158691, 6.6799750328063965, 198.02566528320312, 340.3851318359375, 369.24664306640625, 231.37132263183594, 258.0998229980469, 166.47694396972656], "count": [1747]}, "observation.state": {"min": [-32.0724983215332, -96.22350311279297, -66.53060913085938, 40.03322219848633, -71.70781707763672, 1.3413816690444946, -800.0, -1100.0, -1650.0, -1200.0, -1750.0, -1050.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [36.17021179199219, 58.843929290771484, 99.45578002929688, 92.94020080566406, -2.0061728954315186, 22.736417770385742, 750.0, 1700.0, 1600.0, 1150.0, 1600.0, 1200.0, 1252.0, 1544.0, 1456.0, 1372.0, 1508.0, 1388.0], "mean": [-0.16562801599502563, 16.61297607421875, -4.847502708435059, 67.65095520019531, -54.03415298461914, 14.091490745544434, -0.057240985333919525, 0.1431024670600891, 0.20034344494342804, 1.5168861150741577, -0.7727532982826233, 0.25758442282676697, 509.92559814453125, 374.1270751953125, 347.1322326660156, 324.56097412109375, 438.0217590332031, 356.3045349121094], "std": [19.796411514282227, 31.76706314086914, 39.6446533203125, 9.781895637512207, 14.546921730041504, 5.940982341766357, 185.83193969726562, 353.55963134765625, 356.5059814453125, 219.47146606445312, 250.96359252929688, 160.5964813232422, 518.533447265625, 427.9107971191406, 442.8152160644531, 468.352783203125, 509.7237243652344, 458.3434753417969], "count": [1747]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5731347131445171]], [[0.5799484779714356]], [[0.5709617979908013]]], "std": [[[0.18232779543438327]], [[0.1779821838636007]], [[0.17155708161736574]]], "count": [270]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7204263858629872]], [[0.713035219983055]], [[0.6887218084301622]]], "std": [[[0.22283850270380368]], [[0.21414889145347346]], [[0.20457004980387308]]], "count": [270]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.48241147573226817]], [[0.4717532664609054]], [[0.46421245234204794]]], "std": [[[0.2310895384823694]], [[0.22085556396828968]], [[0.21396504626247714]]], "count": [270]}, "timestamp": {"min": [0.0], "max": [58.2], "mean": [29.099999999999998], "std": [16.810512583896227], "count": [1747]}, "frame_index": {"min": [0], "max": [1746], "mean": [873.0], "std": [504.31537751688677], "count": [1747]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [1747]}, "index": {"min": [15473], "max": [17219], "mean": [16346.0], "std": [504.31537751688677], "count": [1747]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1747]}}} +{"episode_index": 10, "stats": {"action": {"min": [-64.25688171386719, -100.0, -62.6872444152832, 36.0718879699707, -85.65422821044922, 0.6514657735824585, -700.0, -950.0, -1500.0, -1100.0, -1750.0, -950.0], "max": [37.467891693115234, 52.951026916503906, 100.0, 98.45956420898438, -3.8360483646392822, 25.0, 650.0, 1950.0, 1200.0, 1100.0, 1400.0, 1000.0], "mean": [-14.527053833007812, 4.844337463378906, 10.348255157470703, 67.43058013916016, -54.55466842651367, 13.28864574432373, 0.35035035014152527, -0.20020020008087158, -0.6256256103515625, -0.050050050020217896, -3.3283283710479736, -0.2502502501010895], "std": [28.568918228149414, 32.051979064941406, 45.50230407714844, 14.678474426269531, 17.25204849243164, 6.8800249099731445, 172.2196044921875, 301.11151123046875, 328.4674072265625, 218.168701171875, 271.4730529785156, 139.6851348876953], "count": [1998]}, "observation.state": {"min": [-64.22380065917969, -96.30057525634766, -60.27210998535156, 36.8770751953125, -85.33950805664062, 1.2743124961853027, -1100.0, -1000.0, -1450.0, -950.0, -1600.0, -900.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [37.35224533081055, 53.757225036621094, 99.81859588623047, 98.00664520263672, -4.012345790863037, 24.88262939453125, 600.0, 2000.0, 1150.0, 1050.0, 1250.0, 1050.0, 1216.0, 1624.0, 1328.0, 1324.0, 1412.0, 1332.0], "mean": [-14.542407989501953, 6.0694756507873535, 11.349807739257812, 67.61186981201172, -54.54067611694336, 13.709609985351562, 0.5255255103111267, 0.4254254400730133, 0.8508508801460266, 0.575575590133667, -2.802802801132202, 0.07507507503032684, 479.8258361816406, 366.5845947265625, 435.6816711425781, 383.3193054199219, 435.9439392089844, 326.5145263671875], "std": [28.55337142944336, 32.25080871582031, 44.98271942138672, 14.469710350036621, 17.24294090270996, 6.358315467834473, 166.6541290283203, 317.9461975097656, 321.6287536621094, 209.671630859375, 263.4797668457031, 134.26385498046875, 513.0885009765625, 438.1480407714844, 471.96820068359375, 485.6497802734375, 509.2191467285156, 449.665771484375], "count": [1998]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5777638272031408]], [[0.5828610713580734]], [[0.5736101447010572]]], "std": [[[0.1822790107269455]], [[0.17937768928019776]], [[0.17313958888545808]]], "count": [298]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7131282837379919]], [[0.7081735398298021]], [[0.6900092521768215]]], "std": [[[0.21998665280017513]], [[0.21133023220814076]], [[0.20272724048847426]]], "count": [298]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.4873823659637233]], [[0.4771128472222222]], [[0.47144966648572184]]], "std": [[[0.23424851089588825]], [[0.22309110465984994]], [[0.21515345935684446]]], "count": [298]}, "timestamp": {"min": [0.0], "max": [66.56666666666666], "mean": [33.28333333333334], "std": [19.22576155598023], "count": [1998]}, "frame_index": {"min": [0], "max": [1997], "mean": [998.5], "std": [576.7728466794069], "count": [1998]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [1998]}, "index": {"min": [17220], "max": [19217], "mean": [18218.5], "std": [576.7728466794069], "count": [1998]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1998]}}} +{"episode_index": 11, "stats": {"action": {"min": [-30.935779571533203, -100.0, -73.21833801269531, 31.621736526489258, -73.62059783935547, 0.732899010181427, -700.0, -1050.0, -1450.0, -1200.0, -1550.0, -800.0], "max": [46.6422004699707, 60.23440933227539, 100.0, 100.0, 0.6831318736076355, 21.254072189331055, 950.0, 1650.0, 1600.0, 1550.0, 1800.0, 1300.0], "mean": [7.5436110496521, 13.706511497497559, -2.3015055656433105, 69.87722778320312, -53.20317840576172, 11.84106731414795, 1.1312217712402344, 0.12569130957126617, -0.30165913701057434, -0.15082956850528717, 3.7707390785217285, 0.07541478425264359], "std": [21.56608009338379, 31.562610626220703, 45.88570785522461, 13.511561393737793, 13.248237609863281, 5.843329906463623, 184.47787475585938, 314.45196533203125, 339.5531311035156, 231.3206329345703, 239.3936004638672, 144.60726928710938], "count": [1989]}, "observation.state": {"min": [-31.04806900024414, -96.30057525634766, -71.3378677368164, 32.47508239746094, -73.5596694946289, 1.2072434425354004, -650.0, -1150.0, -1350.0, -1100.0, -1350.0, -700.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [46.72970962524414, 60.38535690307617, 99.81859588623047, 99.16943359375, 0.15432098507881165, 20.388999938964844, 800.0, 1750.0, 1500.0, 1350.0, 1650.0, 1150.0, 1268.0, 1548.0, 1412.0, 1424.0, 1512.0, 1372.0], "mean": [7.525903701782227, 15.232588768005371, -1.2313377857208252, 69.98530578613281, -53.17739486694336, 12.411375045776367, 0.05027652159333229, -0.32679739594459534, -0.20110608637332916, 0.17596782743930817, 4.700854778289795, 0.37707391381263733, 444.32177734375, 323.5595703125, 315.92962646484375, 373.3614807128906, 283.448974609375, 375.5032653808594], "std": [21.616294860839844, 31.72016143798828, 45.476844787597656, 13.36855411529541, 13.109051704406738, 5.177363395690918, 174.9668731689453, 329.25244140625, 328.861328125, 220.33657836914062, 230.38427734375, 134.6223602294922, 509.0627136230469, 405.50946044921875, 428.7095947265625, 486.8427429199219, 452.41864013671875, 458.18341064453125], "count": [1989]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5804044461499527]], [[0.5850612703835743]], [[0.5751734611914351]]], "std": [[[0.1811798218833131]], [[0.17785975168105317]], [[0.1718469358595914]]], "count": [297]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7178665694251887]], [[0.7111147875816993]], [[0.6909225589225589]]], "std": [[[0.22174278733340336]], [[0.21309183562915138]], [[0.204283458318935]]], "count": [297]}, "observation.images.global2": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5041640320690566]], [[0.49132626097577076]], [[0.48341229492638804]]], "std": [[[0.24315321981006788]], [[0.23042316159723977]], [[0.22029111903477996]]], "count": [297]}, "timestamp": {"min": [0.0], "max": [66.26666666666667], "mean": [33.13333333333333], "std": [19.139159004705704], "count": [1989]}, "frame_index": {"min": [0], "max": [1988], "mean": [994.0], "std": [574.1747701411712], "count": [1989]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [1989]}, "index": {"min": [19218], "max": [21206], "mean": [20212.0], "std": [574.1747701411712], "count": [1989]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1989]}}} +{"episode_index": 12, "stats": {"action": {"min": [-30.788990020751953, -99.66513061523438, -74.58011627197266, 32.6486930847168, -70.09984588623047, 0.24429967999458313, -850.0, -1200.0, -1250.0, -850.0, -1600.0, -1250.0], "max": [42.75229263305664, 59.22980499267578, 100.0, 94.60847473144531, -0.1050972118973732, 21.7426700592041, 850.0, 1250.0, 1350.0, 1200.0, 1950.0, 1200.0], "mean": [1.6978095769882202, 11.23360824584961, -0.4123696982860565, 71.15892791748047, -54.60886001586914, 12.167499542236328, 1.0789474248886108, 1.4473683834075928, -0.18421052396297455, -1.394736886024475, 0.28947368264198303, -0.44736841320991516], "std": [23.14902114868164, 30.06317901611328, 40.92704391479492, 11.483500480651855, 14.537875175476074, 5.389191150665283, 156.491455078125, 317.052490234375, 363.5692138671875, 209.38206481933594, 227.6160888671875, 129.86190795898438], "count": [1900]}, "observation.state": {"min": [-30.890464782714844, -96.30057525634766, -71.70068359375, 33.55481719970703, -70.01028442382812, 1.2072434425354004, -750.0, -1300.0, -1150.0, -800.0, -1300.0, -1050.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [42.78959655761719, 59.38343048095703, 99.63719177246094, 94.26910400390625, 0.15432098507881165, 21.5291748046875, 700.0, 1350.0, 1250.0, 1050.0, 1800.0, 1100.0, 1252.0, 1452.0, 1364.0, 1344.0, 1560.0, 1352.0], "mean": [1.6401492357254028, 12.635504722595215, 0.7452490925788879, 71.3004379272461, -54.619380950927734, 12.630152702331543, -0.4736842215061188, 1.5263158082962036, -0.3684210479259491, -0.10526315867900848, 0.7105262875556946, -0.5526315569877625, 505.2568359375, 380.0231628417969, 342.0063171386719, 346.8147277832031, 469.8357849121094, 295.24420166015625], "std": [23.17242431640625, 30.227697372436523, 40.45538330078125, 11.37370491027832, 14.516491889953613, 4.828380584716797, 147.7005157470703, 334.6246032714844, 354.2111511230469, 204.3345184326172, 221.36058044433594, 124.75588989257812, 516.8663940429688, 436.4542236328125, 436.8164978027344, 475.65673828125, 512.6299438476562, 431.0326843261719], "count": [1900]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5828522053130195]], [[0.5878051150338185]], [[0.5786447245564892]]], "std": [[[0.18307917407155547]], [[0.1800211811634582]], [[0.17461673670671818]]], "count": [287]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7192725776286124]], [[0.7109740782491859]], [[0.6877283717348728]]], "std": [[[0.2216123406810454]], [[0.21233431201751923]], [[0.20208959231858462]]], "count": [287]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5085581752009748]], [[0.4934574238231878]], [[0.4882092051251395]]], "std": [[[0.24256795249380944]], [[0.22959158696773305]], [[0.22131321188572448]]], "count": [287]}, "timestamp": {"min": [0.0], "max": [63.3], "mean": [31.65], "std": [18.282755992099954], "count": [1900]}, "frame_index": {"min": [0], "max": [1899], "mean": [949.5], "std": [548.4826797629985], "count": [1900]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [1900]}, "index": {"min": [21207], "max": [23106], "mean": [22156.5], "std": [548.4826797629985], "count": [1900]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1900]}}} +{"episode_index": 13, "stats": {"action": {"min": [-51.633026123046875, -99.49769592285156, -78.39309692382812, 28.455284118652344, -71.0982666015625, 0.8143322467803955, -900.0, -1100.0, -1300.0, -1150.0, -1450.0, -950.0], "max": [36.0, 62.74591827392578, 100.0, 95.1219482421875, 2.9427220821380615, 21.905536651611328, 1050.0, 1650.0, 1350.0, 1050.0, 1750.0, 1350.0], "mean": [-6.311902046203613, 20.998191833496094, -16.912761688232422, 74.16925811767578, -52.532501220703125, 13.69054126739502, 0.3946719169616699, 2.4913666248321533, -0.6660088896751404, -0.8880118131637573, 2.022693634033203, -0.27133694291114807], "std": [23.968961715698242, 28.073495864868164, 37.41396713256836, 11.831269264221191, 12.920495986938477, 6.984165191650391, 203.5144500732422, 310.6352233886719, 328.6519470214844, 224.53981018066406, 220.1680145263672, 159.9630126953125], "count": [2027]}, "observation.state": {"min": [-51.61544418334961, -96.22350311279297, -77.14286041259766, 29.23587989807129, -70.78189086914062, 1.3413816690444946, -750.0, -1200.0, -1250.0, -1000.0, -1400.0, -700.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [35.460994720458984, 62.54335403442383, 99.81859588623047, 94.76744079589844, 2.6748971939086914, 21.730382919311523, 950.0, 1650.0, 1300.0, 1000.0, 1550.0, 1200.0, 1316.0, 1512.0, 1348.0, 1308.0, 1480.0, 1388.0], "mean": [-6.387897968292236, 22.560091018676758, -15.736773490905762, 74.28062438964844, -52.529266357421875, 14.358495712280273, 0.7646768689155579, 1.9240256547927856, 0.3946719169616699, -1.6280217170715332, 0.7153428792953491, 0.09866797924041748, 509.9319152832031, 364.1223449707031, 367.3961486816406, 373.64776611328125, 415.214599609375, 352.0809020996094], "std": [24.024394989013672, 28.170021057128906, 37.026668548583984, 11.727628707885742, 12.859909057617188, 6.0481343269348145, 191.91282653808594, 328.80108642578125, 317.20526123046875, 215.94029235839844, 215.71902465820312, 147.76739501953125, 518.5294799804688, 420.914794921875, 444.6417236328125, 487.8729248046875, 502.7879943847656, 448.51898193359375], "count": [2027]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5730389099900446]], [[0.5788606823248063]], [[0.5698622223033806]]], "std": [[[0.18104435008272565]], [[0.1780917115720155]], [[0.17239359909799998]]], "count": [302]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7194032769012682]], [[0.7107099788176859]], [[0.6854572566333377]]], "std": [[[0.22192398458049079]], [[0.2124247200427405]], [[0.20167844121461895]]], "count": [302]}, "observation.images.global2": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48905756084166563]], [[0.47981066852789683]], [[0.47512357364303337]]], "std": [[[0.23719246258434204]], [[0.22568432256358809]], [[0.21704801340025082]]], "count": [302]}, "timestamp": {"min": [0.0], "max": [67.53333333333333], "mean": [33.76666666666667], "std": [19.50481422053996], "count": [2027]}, "frame_index": {"min": [0], "max": [2026], "mean": [1013.0], "std": [585.1444266161988], "count": [2027]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [2027]}, "index": {"min": [23107], "max": [25133], "mean": [24120.0], "std": [585.1444266161988], "count": [2027]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2027]}}} +{"episode_index": 14, "stats": {"action": {"min": [-30.56880760192871, -100.0, -75.30640411376953, 16.131792068481445, -65.79085540771484, 0.32573288679122925, -650.0, -1100.0, -1250.0, -1150.0, -1100.0, -1300.0], "max": [45.24770736694336, 62.0761833190918, 100.0, 93.6670913696289, 1.944298505783081, 26.954397201538086, 1250.0, 1400.0, 1450.0, 1650.0, 1150.0, 1350.0], "mean": [0.1930743008852005, 12.298269271850586, -1.200451374053955, 70.00289916992188, -51.20514678955078, 12.864253997802734, 0.600835919380188, -1.2800418138504028, 0.0, 3.422152519226074, -0.8359456658363342, 0.5224660634994507], "std": [23.469728469848633, 31.9284610748291, 46.65732955932617, 13.614683151245117, 13.663540840148926, 7.729179859161377, 202.2937774658203, 327.45477294921875, 361.5235290527344, 258.9350891113281, 200.140869140625, 172.84902954101562], "count": [1914]}, "observation.state": {"min": [-30.338850021362305, -96.37764739990234, -73.24263000488281, 17.109634399414062, -65.58641815185547, 1.3413816690444946, -700.0, -1150.0, -1200.0, -1050.0, -1050.0, -1150.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [44.680850982666016, 61.772640228271484, 99.81859588623047, 93.60465240478516, 2.6748971939086914, 26.69349479675293, 1100.0, 1450.0, 1400.0, 1600.0, 1150.0, 1150.0, 1352.0, 1464.0, 1392.0, 1444.0, 1356.0, 1344.0], "mean": [0.11749567836523056, 13.761429786682129, -0.14864937961101532, 70.11431121826172, -51.20293045043945, 13.822834968566895, 1.2277952432632446, -2.0376174449920654, -0.8098223805427551, 3.605015754699707, -1.332288384437561, 1.306165099143982, 497.22467041015625, 358.8296813964844, 403.8955078125, 323.3417053222656, 454.60186767578125, 528.9989624023438], "std": [23.506633758544922, 32.34103012084961, 46.205848693847656, 13.487905502319336, 13.693055152893066, 6.293272018432617, 188.2163543701172, 344.3238220214844, 352.2619934082031, 246.1094512939453, 193.5795440673828, 154.74282836914062, 517.6741943359375, 426.54742431640625, 462.99420166015625, 468.27777099609375, 509.42718505859375, 471.7142333984375], "count": [1914]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.580082284528575]], [[0.5847402215211345]], [[0.5746423667650451]]], "std": [[[0.17989201758625198]], [[0.17778233440777017]], [[0.17260737208538016]]], "count": [289]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7178984461575865]], [[0.710306107520863]], [[0.6875201555679942]]], "std": [[[0.22075008079025543]], [[0.21132740696296154]], [[0.20102351788326073]]], "count": [289]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4976528993373589]], [[0.48760713710224574]], [[0.48148946530746095]]], "std": [[[0.2351746919455819]], [[0.2238796117566332]], [[0.21571331643500197]]], "count": [289]}, "timestamp": {"min": [0.0], "max": [63.766666666666666], "mean": [31.883333333333333], "std": [18.417471073432985], "count": [1914]}, "frame_index": {"min": [0], "max": [1913], "mean": [956.5], "std": [552.5241322029896], "count": [1914]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [1914]}, "index": {"min": [25134], "max": [27047], "mean": [26090.5], "std": [552.5241322029896], "count": [1914]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1914]}}} +{"episode_index": 15, "stats": {"action": {"min": [-60.95412826538086, -100.0, -82.93236541748047, 9.627727508544922, -77.45664978027344, 0.40716612339019775, -700.0, -1150.0, -1100.0, -1150.0, -1300.0, -1450.0], "max": [35.7064208984375, 62.327335357666016, 100.0, 99.91442108154297, 0.4729374647140503, 29.967426300048828, 800.0, 1000.0, 1300.0, 1950.0, 1150.0, 1450.0], "mean": [-2.875926971435547, 3.7366905212402344, 11.717979431152344, 68.84388732910156, -53.224063873291016, 13.980782508850098, -0.5505505800247192, -0.20020020008087158, -0.016683349385857582, 0.3003003001213074, 0.2168835550546646, 0.10010010004043579], "std": [24.46641731262207, 32.66592788696289, 46.965576171875, 16.301584243774414, 14.634702682495117, 8.632262229919434, 184.6561737060547, 266.9293212890625, 318.00970458984375, 248.87454223632812, 197.47508239746094, 167.71942138671875], "count": [2997]}, "observation.state": {"min": [-60.835304260253906, -96.37764739990234, -80.49886322021484, 10.631229400634766, -77.00617218017578, 1.2743124961853027, -650.0, -1150.0, -1100.0, -1100.0, -1100.0, -1300.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [35.61859893798828, 62.312137603759766, 99.81859588623047, 99.25249481201172, 0.10288065671920776, 29.443326950073242, 800.0, 1050.0, 1250.0, 1750.0, 1100.0, 1400.0, 1256.0, 1340.0, 1328.0, 1540.0, 1356.0, 1420.0], "mean": [-2.906782865524292, 5.144958019256592, 12.729819297790527, 68.90857696533203, -53.251312255859375, 14.646474838256836, -0.6006006002426147, 0.2669335901737213, -0.2168835550546646, -0.5672339200973511, 0.2168835550546646, -0.5505505800247192, 477.8525085449219, 363.48748779296875, 391.5048522949219, 393.0597229003906, 496.4057312011719, 278.3583679199219], "std": [24.506479263305664, 32.95205307006836, 46.437767028808594, 16.185791015625, 14.597325325012207, 7.886587142944336, 173.5495147705078, 285.8291931152344, 310.68023681640625, 238.4594268798828, 194.30691528320312, 162.09030151367188, 513.976318359375, 424.3554382324219, 460.0809326171875, 494.99896240234375, 515.9922485351562, 414.454345703125], "count": [2997]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5827816110909385]], [[0.5872284117041878]], [[0.5773061904905995]]], "std": [[[0.18310995451272605]], [[0.18064567581440893]], [[0.17505126036126714]]], "count": [405]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7220098770475268]], [[0.7124719705680627]], [[0.6870989368998629]]], "std": [[[0.2219458469737393]], [[0.21197169612619043]], [[0.20120460164473566]]], "count": [405]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.48705418482207696]], [[0.4772045847454208]], [[0.47188535413136445]]], "std": [[[0.2309590471685018]], [[0.21980840170663146]], [[0.21188668667167426]]], "count": [405]}, "timestamp": {"min": [0.0], "max": [99.86666666666666], "mean": [49.93333333333334], "std": [28.838644340665656], "count": [2997]}, "frame_index": {"min": [0], "max": [2996], "mean": [1498.0], "std": [865.1593302199698], "count": [2997]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [2997]}, "index": {"min": [27048], "max": [30044], "mean": [28546.0], "std": [865.1593302199698], "count": [2997]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2997]}}} +{"episode_index": 16, "stats": {"action": {"min": [-33.577980041503906, -99.66513061523438, -74.48933410644531, 48.82327651977539, -84.97109985351562, 0.732899010181427, -600.0, -1100.0, -1200.0, -1350.0, -1450.0, -800.0], "max": [37.321102142333984, 56.80200958251953, 99.63685607910156, 96.5768051147461, -0.0525486059486866, 22.23126983642578, 1000.0, 1150.0, 1250.0, 1500.0, 1250.0, 1250.0], "mean": [3.426063299179077, 11.704549789428711, 0.5005784630775452, 71.89521026611328, -60.86580276489258, 12.904481887817383, -6.358543395996094, 29.047618865966797, -32.24089813232422, 4.369748115539551, -20.58823585510254, 3.0532212257385254], "std": [18.71416664123535, 30.85148048400879, 44.80569839477539, 14.526263236999512, 12.456747055053711, 6.543179035186768, 186.27955627441406, 274.259521484375, 321.1135559082031, 231.19479370117188, 225.50405883789062, 155.9664306640625], "count": [1785]}, "observation.state": {"min": [-33.41213607788086, -96.22350311279297, -70.61224365234375, 49.335548400878906, -84.7736587524414, 1.3413816690444946, -650.0, -1100.0, -1150.0, -1400.0, -1300.0, -650.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [36.64302444458008, 55.68400955200195, 99.27437591552734, 96.01329040527344, 0.0, 22.199865341186523, 900.0, 1200.0, 1200.0, 1400.0, 1200.0, 1250.0, 1300.0, 1396.0, 1336.0, 1444.0, 1384.0, 1392.0], "mean": [3.4395503997802734, 12.761211395263672, 1.980255126953125, 71.96636962890625, -60.710052490234375, 13.566219329833984, -6.302521228790283, 31.372549057006836, -30.952381134033203, 4.173669338226318, -21.79271697998047, 3.7535014152526855, 437.667236328125, 327.6257629394531, 293.9204406738281, 354.10418701171875, 386.1333312988281, 384.7574157714844], "std": [18.672321319580078, 31.498096466064453, 44.34721755981445, 14.387852668762207, 12.737576484680176, 5.671708106994629, 174.1512908935547, 289.0863952636719, 309.97802734375, 222.81686401367188, 219.62240600585938, 145.22267150878906, 506.8685302734375, 424.1644287109375, 404.4236755371094, 482.0216369628906, 486.5973815917969, 460.3695983886719], "count": [1785]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5801842715340394]], [[0.5866274815431038]], [[0.5773061109023901]]], "std": [[[0.18374523779547133]], [[0.17864430986109286]], [[0.17228208493699196]]], "count": [274]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7221378616836028]], [[0.7134514425599924]], [[0.6870767832224131]]], "std": [[[0.222109143297762]], [[0.21230903562700104]], [[0.20116999283585021]]], "count": [274]}, "observation.images.global2": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.5109236923631983]], [[0.4997680901436]], [[0.49290788622322407]]], "std": [[[0.23549665789236357]], [[0.22391461716388042]], [[0.2156525931032151]]], "count": [274]}, "timestamp": {"min": [0.0], "max": [59.46666666666667], "mean": [29.73333333333333], "std": [17.176167813011748], "count": [1785]}, "frame_index": {"min": [0], "max": [1784], "mean": [892.0], "std": [515.2850343903524], "count": [1785]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [1785]}, "index": {"min": [30045], "max": [31829], "mean": [30937.0], "std": [515.2850343903524], "count": [1785]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1785]}}} +{"episode_index": 17, "stats": {"action": {"min": [-51.119266510009766, -99.9162826538086, -82.11529541015625, 32.3919563293457, -77.71939086914062, 0.5700325965881348, -850.0, -1300.0, -1250.0, -1400.0, -2200.0, -750.0], "max": [38.34862518310547, 61.322731018066406, 100.0, 99.31536102294922, 1.8917498588562012, 25.162866592407227, 700.0, 1300.0, 2000.0, 1400.0, 1200.0, 1200.0], "mean": [-3.8970131874084473, 12.926201820373535, -3.7831320762634277, 69.47843933105469, -59.220890045166016, 13.670441627502441, -0.569871187210083, 0.37165510654449463, 0.8176412582397461, -0.4459861218929291, -0.4459861218929291, -0.22299306094646454], "std": [23.918485641479492, 34.82048416137695, 44.806915283203125, 13.340606689453125, 14.781479835510254, 6.551922798156738, 177.06251525878906, 314.14215087890625, 379.3024597167969, 241.67440795898438, 222.87904357910156, 148.7598876953125], "count": [2018]}, "observation.state": {"min": [-50.906227111816406, -96.14643859863281, -80.22676086425781, 33.222591400146484, -77.57201385498047, 0.5365526676177979, -700.0, -1350.0, -1150.0, -1450.0, -2050.0, -700.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [38.061466217041016, 61.926780700683594, 99.72789001464844, 98.9202651977539, 1.5432099103927612, 24.88262939453125, 900.0, 1350.0, 1900.0, 1400.0, 1200.0, 1850.0, 1288.0, 1444.0, 1520.0, 1436.0, 1364.0, 1520.0], "mean": [-3.960038661956787, 14.58452320098877, -2.645134210586548, 69.58206176757812, -59.17819595336914, 14.26780891418457, 0.07433102279901505, -0.8176412582397461, -0.07433102279901505, 0.0, 0.02477700635790825, 2.6759166717529297, 504.15460205078125, 293.6650085449219, 343.40338134765625, 357.550048828125, 418.4816589355469, 430.449951171875], "std": [23.888931274414062, 34.6953010559082, 44.40997314453125, 13.234586715698242, 14.783815383911133, 5.552455425262451, 167.7956085205078, 330.6116638183594, 366.5273132324219, 229.98646545410156, 215.5989532470703, 146.80517578125, 516.4119262695312, 381.8208312988281, 439.6825256347656, 482.426513671875, 501.8650207519531, 475.8196105957031], "count": [2018]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5754681623618441]], [[0.58171799679174]], [[0.5726290055750982]]], "std": [[[0.17966282176332699]], [[0.1773517624679179]], [[0.17144162349619987]]], "count": [301]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7212860936041083]], [[0.7123821358000565]], [[0.6865784266225871]]], "std": [[[0.22111877509477698]], [[0.21108772213599927]], [[0.19956493665547564]]], "count": [301]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.49783793468937965]], [[0.4861733003278831]], [[0.48097539791110244]]], "std": [[[0.23534714275946847]], [[0.22318637400471505]], [[0.21501744292915098]]], "count": [301]}, "timestamp": {"min": [0.0], "max": [67.23333333333333], "mean": [33.61666666666667], "std": [19.418211669575662], "count": [2018]}, "frame_index": {"min": [0], "max": [2017], "mean": [1008.5], "std": [582.5463500872698], "count": [2018]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [2018]}, "index": {"min": [31830], "max": [33847], "mean": [32838.5], "std": [582.5463500872698], "count": [2018]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2018]}}} +{"episode_index": 18, "stats": {"action": {"min": [-49.50458526611328, -100.0, -81.11666107177734, 12.451861381530762, -78.56016540527344, 0.0, -700.0, -1250.0, -1150.0, -1350.0, -1800.0, -3000.0], "max": [50.23853302001953, 65.17371368408203, 100.0, 99.7432632446289, 0.8407776951789856, 36.97068405151367, 1150.0, 1300.0, 1350.0, 2050.0, 1100.0, 2350.0], "mean": [9.482539176940918, 18.137659072875977, -11.393613815307617, 71.27278137207031, -48.82954406738281, 13.650740623474121, 0.07256893813610077, 0.05442670360207558, -0.2177068144083023, -0.18142235279083252, 1.142960786819458, -0.8526850342750549], "std": [27.688621520996094, 29.148662567138672, 40.69635772705078, 13.895824432373047, 17.643051147460938, 8.99482250213623, 192.10177612304688, 302.0390625, 339.4399108886719, 251.04266357421875, 228.10633850097656, 253.12936401367188], "count": [2756]}, "observation.state": {"min": [-49.40898513793945, -96.22350311279297, -80.49886322021484, 13.538206100463867, -78.44650268554688, 1.3413816690444946, -750.0, -1300.0, -1050.0, -1250.0, -1550.0, -2400.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [50.19700622558594, 65.00963592529297, 99.81859588623047, 99.25249481201172, 0.7716049551963806, 35.47954559326172, 950.0, 1250.0, 1300.0, 1900.0, 1050.0, 2050.0, 1296.0, 1428.0, 1344.0, 1576.0, 1352.0, 1644.0], "mean": [9.444375991821289, 19.849403381347656, -10.176891326904297, 71.38467407226562, -48.85792541503906, 14.433349609375, -0.14513787627220154, 0.5624092817306519, 0.2358490526676178, 0.10885340720415115, 1.596516728401184, -2.394775152206421, 450.00726318359375, 319.0827331542969, 332.70245361328125, 312.87664794921875, 486.9491882324219, 407.57183837890625], "std": [27.725194931030273, 29.255826950073242, 40.23700714111328, 13.775249481201172, 17.59136962890625, 7.886091709136963, 179.61212158203125, 311.99267578125, 331.0015563964844, 236.7075653076172, 222.26930236816406, 230.83224487304688, 511.31195068359375, 391.4098815917969, 429.3063049316406, 464.8890380859375, 516.0888671875, 466.5303649902344], "count": [2756]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5743684807146543]], [[0.5783426062091503]], [[0.5678940096104231]]], "std": [[[0.17869339400733558]], [[0.17935347343102537]], [[0.17515671746172784]]], "count": [380]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.724392053126075]], [[0.7117024606553147]], [[0.686043497377021]]], "std": [[[0.22093031422503578]], [[0.21060758798284965]], [[0.1990055541677115]]], "count": [380]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.47621646940574475]], [[0.4678257901186791]], [[0.4635410555340557]]], "std": [[[0.2353516001780583]], [[0.2233659075841612]], [[0.213879479714069]]], "count": [380]}, "timestamp": {"min": [0.0], "max": [91.83333333333333], "mean": [45.916666666666664], "std": [26.519620619039365], "count": [2756]}, "frame_index": {"min": [0], "max": [2755], "mean": [1377.5], "std": [795.588618571181], "count": [2756]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [2756]}, "index": {"min": [33848], "max": [36603], "mean": [35225.5], "std": [795.588618571181], "count": [2756]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2756]}}} +{"episode_index": 19, "stats": {"action": {"min": [-95.52293395996094, -99.74884796142578, -75.03404235839844, 41.63457489013672, -77.87703704833984, 0.16286644339561462, -800.0, -1050.0, -1150.0, -1200.0, -1350.0, -1300.0], "max": [35.33945083618164, 58.64378356933594, 99.63685607910156, 99.65768432617188, -3.520756721496582, 33.7947883605957, 800.0, 1200.0, 1500.0, 1700.0, 1350.0, 1950.0], "mean": [-26.21845817565918, -1.3642431497573853, 21.054677963256836, 65.07499694824219, -54.58799743652344, 14.125272750854492, -0.6262176632881165, 14.945727348327637, -15.126635551452637, 1.3776788711547852, -7.194544792175293, 0.05566379055380821], "std": [41.12451171875, 33.689300537109375, 50.724029541015625, 15.045021057128906, 11.145149230957031, 9.478622436523438, 158.47457885742188, 226.0599822998047, 246.29615783691406, 208.35401916503906, 167.11134338378906, 194.9365234375], "count": [3593]}, "observation.state": {"min": [-95.19306182861328, -96.30057525634766, -72.60771179199219, 41.61129379272461, -77.52057647705078, 1.140174388885498, -800.0, -1150.0, -1000.0, -1000.0, -1250.0, -1250.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [35.224586486816406, 59.53757095336914, 99.27437591552734, 99.25249481201172, 0.5658436417579651, 33.266265869140625, 750.0, 1350.0, 1400.0, 1550.0, 1100.0, 1850.0, 1260.0, 1432.0, 1384.0, 1472.0, 1356.0, 1580.0], "mean": [-26.28971290588379, -0.41528061032295227, 21.96066665649414, 65.10325622558594, -54.574302673339844, 14.75020980834961, -0.6123017072677612, 17.088783264160156, -14.792652130126953, 1.0576120615005493, -7.987753868103027, 0.7375452518463135, 525.4817504882812, 359.3253479003906, 384.4842834472656, 418.4336242675781, 503.3676452636719, 392.6568298339844], "std": [41.140380859375, 34.28786849975586, 50.2385368347168, 15.06486701965332, 11.25938606262207, 8.711618423461914, 150.86517333984375, 234.4791717529297, 236.45413208007812, 198.54666137695312, 160.26119995117188, 192.1934814453125, 517.0081176757812, 441.06463623046875, 462.9717712402344, 501.8815002441406, 513.8109130859375, 466.2519226074219], "count": [3593]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5705427416117308]], [[0.5748537735766002]], [[0.56642817060373]]], "std": [[[0.20922346566488575]], [[0.20739834261691326]], [[0.20075202290839106]]], "count": [464]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7240482611597081]], [[0.7131155143361224]], [[0.685255681978251]]], "std": [[[0.21879163006329183]], [[0.20838590915463054]], [[0.1964489022740537]]], "count": [464]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9647058823529412]], [[1.0]]], "mean": [[[0.5020549546955996]], [[0.4921074434443317]], [[0.48589333393199236]]], "std": [[[0.23380773869836782]], [[0.22169076406147614]], [[0.21234434220658813]]], "count": [464]}, "timestamp": {"min": [0.0], "max": [119.73333333333333], "mean": [59.866666666666674], "std": [34.57365728090938], "count": [3593]}, "frame_index": {"min": [0], "max": [3592], "mean": [1796.0], "std": [1037.2097184272811], "count": [3593]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [3593]}, "index": {"min": [36604], "max": [40196], "mean": [38400.0], "std": [1037.2097184272811], "count": [3593]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3593]}}} +{"episode_index": 20, "stats": {"action": {"min": [-29.394495010375977, -99.66513061523438, -71.49341583251953, 7.145913600921631, -72.04414367675781, 0.5700325965881348, -600.0, -1150.0, -1000.0, -1850.0, -1800.0, -1200.0], "max": [35.48624038696289, 58.81121826171875, 100.0, 99.14420318603516, 1.9968470335006714, 29.315961837768555, 700.0, 1150.0, 1550.0, 2250.0, 1200.0, 2200.0], "mean": [2.671750545501709, 15.10253620147705, -6.718425273895264, 71.38555908203125, -52.85405349731445, 15.871573448181152, 1.4376996755599976, 0.0, -0.6846188902854919, 0.13692377507686615, -2.0082154273986816, -0.09128251671791077], "std": [20.568395614624023, 32.33378982543945, 45.2099609375, 14.833137512207031, 13.291711807250977, 7.808830261230469, 165.6199188232422, 276.9010314941406, 314.04327392578125, 288.4627380371094, 186.32652282714844, 211.12376403808594], "count": [2191]}, "observation.state": {"min": [-29.629629135131836, -96.22350311279297, -68.88888549804688, 8.139534950256348, -71.86213684082031, 1.3413816690444946, -600.0, -1250.0, -950.0, -1750.0, -1400.0, -950.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [35.145782470703125, 58.45857238769531, 99.72789001464844, 98.5049819946289, 2.109053611755371, 27.297115325927734, 600.0, 1200.0, 1500.0, 2100.0, 1150.0, 1750.0, 1212.0, 1412.0, 1424.0, 1608.0, 1364.0, 1552.0], "mean": [2.5886940956115723, 16.741802215576172, -5.651951789855957, 71.51219940185547, -52.84743881225586, 16.55821990966797, 1.2323139905929565, 0.5705157518386841, 0.02282062917947769, 0.18256503343582153, -1.780009150505066, -0.18256503343582153, 545.6595458984375, 344.4984130859375, 329.0296630859375, 360.84527587890625, 440.7685852050781, 347.6348571777344], "std": [20.591468811035156, 32.64046096801758, 44.650352478027344, 14.709586143493652, 13.326268196105957, 6.641117095947266, 156.6220703125, 290.6748962402344, 305.9931945800781, 278.5336608886719, 179.88079833984375, 195.3297882080078, 517.2351684570312, 407.73211669921875, 434.46929931640625, 484.7799377441406, 506.77911376953125, 449.0958251953125], "count": [2191]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5826463005514706]], [[0.5878643790849674]], [[0.5779014061223448]]], "std": [[[0.18247263796654895]], [[0.17934092062035653]], [[0.17362653195291577]]], "count": [320]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7232571710324756]], [[0.7102707943984886]], [[0.6837519078073938]]], "std": [[[0.22126936801578687]], [[0.21029519660726273]], [[0.1979706405938659]]], "count": [320]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.5057650977839052]], [[0.49409330001531865]], [[0.4892930057700164]]], "std": [[[0.23550589135131597]], [[0.22166126255678795]], [[0.21446643050799372]]], "count": [320]}, "timestamp": {"min": [0.0], "max": [73.0], "mean": [36.5], "std": [21.082905133991588], "count": [2191]}, "frame_index": {"min": [0], "max": [2190], "mean": [1095.0], "std": [632.4871540197477], "count": [2191]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [2191]}, "index": {"min": [40197], "max": [42387], "mean": [41292.0], "std": [632.4871540197477], "count": [2191]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2191]}}} +{"episode_index": 21, "stats": {"action": {"min": [-29.174312591552734, -99.49769592285156, -87.10848999023438, 4.920838832855225, -77.77194213867188, 0.24429967999458313, -650.0, -1550.0, -1450.0, -1800.0, -1400.0, -1600.0], "max": [56.33027648925781, 64.42025756835938, 100.0, 98.28840637207031, -4.571728706359863, 27.035831451416016, 1400.0, 1400.0, 2400.0, 1650.0, 1550.0, 1550.0], "mean": [6.733357906341553, 2.506981611251831, 7.5980424880981445, 71.28154754638672, -49.92195510864258, 12.282638549804688, -1.065573811531067, 0.16393442451953888, -0.027322404086589813, -0.24590164422988892, -0.5191256999969482, -0.13661202788352966], "std": [22.902328491210938, 45.25270462036133, 54.45012283325195, 14.9818115234375, 21.307458877563477, 7.90283727645874, 177.43661499023438, 321.82440185546875, 426.4332580566406, 286.4588317871094, 212.57809448242188, 188.68605041503906], "count": [1830]}, "observation.state": {"min": [-29.314420700073242, -96.14643859863281, -84.48979949951172, 5.980066299438477, -77.52057647705078, 1.3413816690444946, -600.0, -1650.0, -1400.0, -1600.0, -1150.0, -1500.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [55.870765686035156, 65.47206115722656, 99.81859588623047, 97.75747680664062, -4.732510089874268, 26.69349479675293, 1150.0, 1300.0, 2200.0, 1550.0, 1500.0, 1500.0, 1372.0, 1432.0, 1620.0, 1464.0, 1472.0, 1448.0], "mean": [6.607841968536377, 4.091958999633789, 8.560354232788086, 71.36803436279297, -49.92913818359375, 12.941679000854492, -0.9016393423080444, -0.24590164422988892, 0.4098360538482666, -0.8469945192337036, -0.49180328845977783, 0.054644808173179626, 602.60546875, 365.4710388183594, 442.0961608886719, 342.3191223144531, 447.3529968261719, 363.9475402832031], "std": [22.930356979370117, 45.246986389160156, 53.75200271606445, 14.846085548400879, 21.271806716918945, 7.173770427703857, 166.41574096679688, 341.5828552246094, 417.09515380859375, 279.7546691894531, 209.1870574951172, 177.04306030273438, 513.6655883789062, 421.968994140625, 479.4154357910156, 479.9049987792969, 508.1326599121094, 454.254150390625], "count": [1830]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5790375934125144]], [[0.5857598793250872]], [[0.5775238048176259]]], "std": [[[0.18494724109641744]], [[0.18131132049138873]], [[0.1747767935698616]]], "count": [279]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.725729525382435]], [[0.7138227109541547]], [[0.6867992538712021]]], "std": [[[0.22017703791107698]], [[0.20962467034551938]], [[0.197585526660466]]], "count": [279]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.5042983863647011]], [[0.4960809672734088]], [[0.49294335804811773]]], "std": [[[0.2406895232616983]], [[0.22659298693170357]], [[0.21764692486298212]]], "count": [279]}, "timestamp": {"min": [0.0], "max": [60.96666666666667], "mean": [30.483333333333334], "std": [17.609180581183804], "count": [1830]}, "frame_index": {"min": [0], "max": [1829], "mean": [914.5], "std": [528.2754174355141], "count": [1830]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [1830]}, "index": {"min": [42388], "max": [44217], "mean": [43302.5], "std": [528.2754174355141], "count": [1830]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1830]}}} +{"episode_index": 22, "stats": {"action": {"min": [-54.6422004699707, -99.49769592285156, -73.21833801269531, 17.8433895111084, -74.82921600341797, 0.40716612339019775, -850.0, -1150.0, -1050.0, -1350.0, -1550.0, -900.0], "max": [38.6422004699707, 55.4625358581543, 100.0, 89.13136291503906, -1.4713610410690308, 26.38436508178711, 750.0, 1150.0, 1200.0, 1450.0, 1500.0, 1100.0], "mean": [2.8269636631011963, 6.835072040557861, 8.40777587890625, 68.35365295410156, -52.001190185546875, 15.155147552490234, 1.310303807258606, 0.20845741033554077, 0.4764741063117981, 0.05955926328897476, -0.20845741033554077, 0.05955926328897476], "std": [28.105192184448242, 31.786386489868164, 43.43558883666992, 14.155013084411621, 16.49723243713379, 8.197209358215332, 205.97988891601562, 309.7988586425781, 366.93609619140625, 235.45216369628906, 245.14625549316406, 168.6666717529297], "count": [1679]}, "observation.state": {"min": [-54.76753234863281, -96.14643859863281, -70.61224365234375, 18.770763397216797, -74.485595703125, 1.3413816690444946, -850.0, -1300.0, -1050.0, -1250.0, -1400.0, -950.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [38.8494873046875, 56.30057907104492, 99.81859588623047, 88.7873764038086, -1.6975308656692505, 26.15694236755371, 700.0, 1150.0, 1200.0, 1450.0, 1300.0, 1200.0, 1252.0, 1400.0, 1320.0, 1440.0, 1424.0, 1340.0], "mean": [2.7623865604400635, 8.1757173538208, 9.47317123413086, 68.39488983154297, -51.97114562988281, 15.65099811553955, 0.1786777824163437, 0.1786777824163437, 0.3275759518146515, -0.8040500283241272, 0.2977963089942932, -1.846337080001831, 542.3466186523438, 444.5527038574219, 432.78619384765625, 392.5431823730469, 392.6241760253906, 394.8731384277344], "std": [28.168420791625977, 31.99131202697754, 42.83159255981445, 14.081493377685547, 16.397624969482422, 7.516111373901367, 192.57339477539062, 333.1900939941406, 359.2577819824219, 227.82339477539062, 246.35488891601562, 164.63670349121094, 517.575927734375, 454.1401062011719, 470.6687927246094, 496.5051574707031, 496.574462890625, 470.68035888671875], "count": [1679]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5846338770081824]], [[0.5886047014543732]], [[0.578346974317717]]], "std": [[[0.18133480318004622]], [[0.17983635953664603]], [[0.17547555956474178]]], "count": [262]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7244046339432719]], [[0.7122940568402935]], [[0.6857177552636831]]], "std": [[[0.22102960417029455]], [[0.21012328259451823]], [[0.1976235466700535]]], "count": [262]}, "observation.images.global2": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.49404682120939974]], [[0.485931442710672]], [[0.4832762474741805]]], "std": [[[0.23582253418486865]], [[0.22234056554126963]], [[0.2141726332167139]]], "count": [262]}, "timestamp": {"min": [0.0], "max": [55.93333333333333], "mean": [27.966666666666672], "std": [16.15618216727647], "count": [1679]}, "frame_index": {"min": [0], "max": [1678], "mean": [839.0], "std": [484.6854650182941], "count": [1679]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [1679]}, "index": {"min": [44218], "max": [45896], "mean": [45057.0], "std": [484.6854650182941], "count": [1679]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1679]}}} +{"episode_index": 23, "stats": {"action": {"min": [-32.47706604003906, -99.9162826538086, -79.84566497802734, 50.877193450927734, -73.14765930175781, 0.5700325965881348, -1000.0, -1000.0, -1100.0, -900.0, -1850.0, -950.0], "max": [51.85321044921875, 58.56006622314453, 100.0, 99.82884216308594, -3.2580137252807617, 31.026058197021484, 1050.0, 1450.0, 1350.0, 1200.0, 800.0, 1350.0], "mean": [9.983023643493652, 14.643060684204102, -3.218658685684204, 71.46839904785156, -50.79848098754883, 15.661714553833008, -0.43478259444236755, 1.0741688013076782, 0.15345267951488495, 1.994884967803955, -12.480818748474121, 0.17902813851833344], "std": [23.1783504486084, 30.9564266204834, 43.96434020996094, 12.081745147705078, 16.286781311035156, 9.440742492675781, 212.45962524414062, 290.8157958984375, 318.801025390625, 205.69512939453125, 199.66151428222656, 186.79196166992188], "count": [1955]}, "observation.state": {"min": [-32.30890655517578, -96.14643859863281, -76.9614486694336, 51.661128997802734, -72.83950805664062, 1.3413816690444946, -900.0, -1000.0, -1050.0, -850.0, -1500.0, -1000.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [51.69424819946289, 59.7687873840332, 99.72789001464844, 99.25249481201172, -3.0864198207855225, 30.650569915771484, 900.0, 1550.0, 1200.0, 1100.0, 750.0, 1300.0, 1296.0, 1472.0, 1344.0, 1352.0, 1260.0, 1420.0], "mean": [9.900256156921387, 16.237159729003906, -2.2735843658447266, 71.52642822265625, -50.66175842285156, 16.093889236450195, 1.1253197193145752, 0.5626598596572876, 0.0, 0.5115089416503906, -14.296674728393555, 0.5370844006538391, 531.3186645507812, 353.5509033203125, 360.46240234375, 333.0782470703125, 319.0833740234375, 339.53759765625], "std": [23.244483947753906, 31.257762908935547, 43.179962158203125, 12.047659873962402, 16.38043975830078, 8.932036399841309, 198.37767028808594, 307.9377746582031, 309.8707275390625, 199.28793334960938, 193.2792510986328, 192.28924560546875, 519.1207885742188, 413.552734375, 455.7898864746094, 475.5257873535156, 463.9991149902344, 455.125244140625], "count": [1955]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5835736711351207]], [[0.5906074269985773]], [[0.5821279421490818]]], "std": [[[0.1876415316574305]], [[0.18484609905589708]], [[0.1797012319973044]]], "count": [294]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7249537349662087]], [[0.7112771434962875]], [[0.6841581250555778]]], "std": [[[0.22119102829026582]], [[0.210126813475555]], [[0.19736334698745567]]], "count": [294]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.49273389564159]], [[0.48577615351696235]], [[0.48137048222066603]]], "std": [[[0.2335964992596851]], [[0.2209349193936427]], [[0.21275214189439476]]], "count": [294]}, "timestamp": {"min": [0.0], "max": [65.13333333333334], "mean": [32.56666666666666], "std": [18.811993810096556], "count": [1955]}, "frame_index": {"min": [0], "max": [1954], "mean": [977.0], "std": [564.3598143028967], "count": [1955]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [1955]}, "index": {"min": [45897], "max": [47851], "mean": [46874.0], "std": [564.3598143028967], "count": [1955]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1955]}}} +{"episode_index": 24, "stats": {"action": {"min": [-63.88990783691406, -99.83256530761719, -86.29141998291016, 12.451861381530762, -82.23857116699219, 0.32573288679122925, -750.0, -1250.0, -1150.0, -900.0, -1600.0, -1350.0], "max": [55.52293395996094, 62.82963562011719, 100.0, 97.68934631347656, -2.679979085922241, 24.348533630371094, 1050.0, 1900.0, 1450.0, 1950.0, 1150.0, 1250.0], "mean": [-0.3854069113731384, 11.58288860321045, -4.107095241546631, 73.68769836425781, -53.84083557128906, 14.567852020263672, 1.0561423301696777, -0.4446915090084076, -0.5558643937110901, 1.3062812089920044, 0.7504168748855591, 0.4724847078323364], "std": [31.34050750732422, 37.11518859863281, 51.57362747192383, 15.43798542022705, 15.408864974975586, 7.271825790405273, 205.3917236328125, 326.2419738769531, 378.4195556640625, 269.630615234375, 220.67384338378906, 171.43380737304688], "count": [1799]}, "observation.state": {"min": [-63.75098419189453, -96.22350311279297, -83.40135955810547, 13.538206100463867, -81.89300537109375, 1.0060361623764038, -750.0, -1350.0, -1050.0, -850.0, -1350.0, -1300.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [55.082740783691406, 63.46820831298828, 99.72789001464844, 97.42524719238281, -0.5144032835960388, 24.211938858032227, 950.0, 1900.0, 1350.0, 1800.0, 1100.0, 1300.0, 1292.0, 1604.0, 1384.0, 1556.0, 1364.0, 1380.0], "mean": [-0.48170700669288635, 13.04243278503418, -2.803616523742676, 73.79434204101562, -53.80469512939453, 15.045716285705566, 0.861589789390564, -0.16675931215286255, -0.027793219313025475, 1.7787660360336304, -1.3062812089920044, -0.3057253956794739, 534.2479248046875, 362.54364013671875, 335.2351379394531, 323.01947021484375, 396.02667236328125, 425.5630798339844], "std": [31.445281982421875, 37.55000686645508, 50.95902633666992, 15.316802024841309, 15.39505672454834, 6.571786403656006, 193.2084503173828, 348.0384826660156, 369.87188720703125, 260.9673156738281, 223.20541381835938, 162.20443725585938, 519.044677734375, 427.7778625488281, 429.4189453125, 468.6507873535156, 497.3715515136719, 479.51190185546875], "count": [1799]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5749563863135834]], [[0.5807182105179028]], [[0.5715793349495595]]], "std": [[[0.1803010230020804]], [[0.17976232260078748]], [[0.1753572372259068]]], "count": [276]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7231856699050393]], [[0.7112266801648196]], [[0.6863006202934072]]], "std": [[[0.2218898220600207]], [[0.21067939961392296]], [[0.19780675454810412]]], "count": [276]}, "observation.images.global2": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.4827505572428247]], [[0.4734804358186512]], [[0.46943040162925076]]], "std": [[[0.23195072310713427]], [[0.21773708262687683]], [[0.208935518519424]]], "count": [276]}, "timestamp": {"min": [0.0], "max": [59.93333333333333], "mean": [29.966666666666665], "std": [17.31088289679838], "count": [1799]}, "frame_index": {"min": [0], "max": [1798], "mean": [899.0], "std": [519.3264869039514], "count": [1799]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [1799]}, "index": {"min": [47852], "max": [49650], "mean": [48751.0], "std": [519.3264869039514], "count": [1799]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1799]}}} +{"episode_index": 25, "stats": {"action": {"min": [-27.706422805786133, -99.33026123046875, -67.7712173461914, 48.13863754272461, -71.0982666015625, 0.8143322467803955, -800.0, -1100.0, -1050.0, -1300.0, -1300.0, -1100.0], "max": [39.15596389770508, 56.969444274902344, 99.90921783447266, 91.01412200927734, -4.414083003997803, 23.69706916809082, 900.0, 1550.0, 1550.0, 1250.0, 1200.0, 1500.0], "mean": [1.3383418321609497, 12.175990104675293, -0.25441280007362366, 69.84217834472656, -52.5350227355957, 10.90218734741211, 0.26433509588241577, 1.7080113887786865, 0.08133387565612793, -1.3420089483261108, -9.760065078735352, 0.656364381313324], "std": [20.699405670166016, 29.71565055847168, 41.87923812866211, 11.267810821533203, 13.524288177490234, 7.143925189971924, 208.9811553955078, 292.2762451171875, 341.2603454589844, 214.92593383789062, 195.96066284179688, 161.28793334960938], "count": [2459]}, "observation.state": {"min": [-27.73837661743164, -96.06936645507812, -65.71428680419922, 48.754154205322266, -71.03909301757812, 1.408450722694397, -800.0, -1450.0, -1000.0, -1300.0, -1200.0, -1050.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [38.6918830871582, 57.37957763671875, 99.81859588623047, 90.53156280517578, 0.8744856119155884, 23.8765926361084, 800.0, 1600.0, 1450.0, 1300.0, 1100.0, 1300.0, 1268.0, 1528.0, 1408.0, 1440.0, 1356.0, 1416.0], "mean": [1.2568273544311523, 13.581225395202637, 0.9205124974250793, 69.95653533935547, -52.481300354003906, 11.823445320129395, -0.42700284719467163, 1.098007321357727, 0.7726718187332153, 0.8336722254753113, -11.38674259185791, 0.38633590936660767, 549.3485107421875, 317.0443420410156, 331.24847412109375, 332.7206115722656, 507.58355712890625, 360.4733581542969], "std": [20.70260238647461, 30.035385131835938, 41.32907485961914, 11.14223861694336, 13.665446281433105, 6.170227527618408, 195.72679138183594, 306.3416442871094, 330.9365234375, 211.94967651367188, 192.0211944580078, 146.43919372558594, 518.1295776367188, 405.7632751464844, 431.2557678222656, 471.48516845703125, 511.994873046875, 440.1597595214844], "count": [2459]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.583802943049235]], [[0.5898913749836133]], [[0.5803946886061014]]], "std": [[[0.19341706361661]], [[0.18973455564444844]], [[0.18434378640600088]]], "count": [349]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.709649494002472]], [[0.695672689945128]], [[0.6614090550499092]]], "std": [[[0.22200622362647116]], [[0.2090125481905037]], [[0.191985622312397]]], "count": [349]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4888528270548907]], [[0.4828862523877746]], [[0.4786332670842931]]], "std": [[[0.2364708265220195]], [[0.2215795976906796]], [[0.21145058581326182]]], "count": [349]}, "timestamp": {"min": [0.0], "max": [81.93333333333334], "mean": [40.96666666666667], "std": [23.661736575699123], "count": [2459]}, "frame_index": {"min": [0], "max": [2458], "mean": [1229.0], "std": [709.8520972709738], "count": [2459]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [2459]}, "index": {"min": [49651], "max": [52109], "mean": [50880.0], "std": [709.8520972709738], "count": [2459]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2459]}}} +{"episode_index": 26, "stats": {"action": {"min": [-26.825687408447266, -98.241943359375, -53.51792907714844, 29.225502014160156, -69.57435607910156, 0.6514657735824585, -800.0, -1350.0, -1000.0, -1100.0, -850.0, -1000.0], "max": [53.688072204589844, 52.0301399230957, 100.0, 84.85237121582031, -4.992117881774902, 26.058631896972656, 1000.0, 950.0, 1450.0, 1450.0, 1500.0, 1200.0], "mean": [8.786588668823242, 5.346075057983398, 14.039525985717773, 59.800682067871094, -51.427913665771484, 13.48414421081543, -0.9538461565971375, -2.5230770111083984, 0.5846154093742371, -0.5538461804389954, 14.246153831481934, -1.1692308187484741], "std": [21.27996063232422, 28.186594009399414, 37.810726165771484, 11.800806045532227, 14.14315128326416, 6.101363658905029, 213.4342041015625, 296.5191955566406, 312.82513427734375, 233.51382446289062, 223.0178985595703, 161.40309143066406], "count": [1625]}, "observation.state": {"min": [-26.950355529785156, -95.99229431152344, -51.47392272949219, 30.56478500366211, -69.34156036376953, 1.3413816690444946, -750.0, -1450.0, -950.0, -950.0, -700.0, -1050.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [53.27029037475586, 52.44701385498047, 99.81859588623047, 84.30232238769531, -5.246913433074951, 25.754528045654297, 850.0, 950.0, 1400.0, 1300.0, 1500.0, 1050.0, 1292.0, 1304.0, 1380.0, 1428.0, 1440.0, 1352.0], "mean": [8.7094144821167, 6.695923805236816, 15.114168167114258, 59.89607620239258, -51.464385986328125, 13.94556999206543, 0.7384615540504456, -2.9538462162017822, 0.6461538672447205, 1.4461538791656494, 15.815384864807129, -2.0923078060150146, 530.0455322265625, 384.9797058105469, 387.35015869140625, 403.84246826171875, 283.0793762207031, 425.9273986816406], "std": [21.32411766052246, 28.412355422973633, 37.180885314941406, 11.660964012145996, 13.887317657470703, 5.423078536987305, 200.4365692138672, 315.370849609375, 304.3191223144531, 223.87503051757812, 219.4454803466797, 149.88735961914062, 518.3992309570312, 437.57757568359375, 456.0357666015625, 496.4007263183594, 454.6280517578125, 479.71636962890625], "count": [1625]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5725826140586954]], [[0.5763023212226067]], [[0.5657486479559144]]], "std": [[[0.18903499645867336]], [[0.18685930734957096]], [[0.18187758470911009]]], "count": [255]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7084132841535307]], [[0.6946506023324363]], [[0.6602897971933872]]], "std": [[[0.22216009232744693]], [[0.20933630540529968]], [[0.19233180285497423]]], "count": [255]}, "observation.images.global2": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4645480992887351]], [[0.46128104815455595]], [[0.45684622581058565]]], "std": [[[0.22424380718193554]], [[0.21139731163130984]], [[0.202495906961201]]], "count": [255]}, "timestamp": {"min": [0.0], "max": [54.13333333333333], "mean": [27.066666666666663], "std": [15.636566829781474], "count": [1625]}, "frame_index": {"min": [0], "max": [1624], "mean": [812.0], "std": [469.0970048934442], "count": [1625]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [1625]}, "index": {"min": [52110], "max": [53734], "mean": [52922.0], "std": [469.0970048934442], "count": [1625]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1625]}}} +{"episode_index": 27, "stats": {"action": {"min": [-56.40367126464844, -100.0, -61.14389419555664, 2.524604082107544, -73.88333892822266, 0.48859935998916626, -900.0, -1450.0, -1300.0, -1450.0, -1700.0, -1050.0], "max": [38.86238479614258, 54.37421417236328, 100.0, 99.91442108154297, 0.0, 36.40065002441406, 1250.0, 1250.0, 1600.0, 1950.0, 1550.0, 1450.0], "mean": [-7.763882160186768, 3.316157102584839, 11.607786178588867, 67.08934020996094, -54.088478088378906, 13.782441139221191, 0.34650033712387085, 0.7276507019996643, -0.034650035202503204, 0.27720028162002563, 2.321552276611328, -2.2522523403167725], "std": [26.123388290405273, 34.06036376953125, 41.78526306152344, 14.70068073272705, 17.488567352294922, 9.269668579101562, 273.7283020019531, 355.4558410644531, 351.56561279296875, 298.88311767578125, 321.84381103515625, 230.5352325439453], "count": [1443]}, "observation.state": {"min": [-56.42237854003906, -96.30057525634766, -59.72789001464844, 3.654484987258911, -73.66255187988281, 1.3413816690444946, -800.0, -1500.0, -1250.0, -1350.0, -1450.0, -1050.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [38.770687103271484, 54.45086669921875, 99.81859588623047, 99.4186019897461, -0.3086419701576233, 35.47954559326172, 1200.0, 1250.0, 1550.0, 1900.0, 1500.0, 1400.0, 1368.0, 1436.0, 1420.0, 1564.0, 1480.0, 1440.0], "mean": [-7.789305686950684, 4.565600395202637, 12.656553268432617, 67.15953826904297, -54.08209228515625, 14.557559967041016, -1.2127512693405151, 0.0, 0.41580042243003845, 0.06930007040500641, 1.9404019117355347, 1.0741510391235352, 445.4691467285156, 402.9632568359375, 382.5946044921875, 453.6715087890625, 421.6216125488281, 358.2453308105469], "std": [26.10833168029785, 34.08869171142578, 41.47043991088867, 14.537277221679688, 17.400083541870117, 8.326532363891602, 257.3926696777344, 373.7152099609375, 340.83349609375, 289.16680908203125, 313.6390075683594, 228.98196411132812, 511.41668701171875, 452.1488037109375, 456.18646240234375, 509.3470458984375, 508.344482421875, 447.05987548828125], "count": [1443]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5831846553614324]], [[0.5868223362172504]], [[0.5773115625523714]]], "std": [[[0.19329183619317258]], [[0.19139130883503325]], [[0.18608922832343774]]], "count": [234]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7090223695603598]], [[0.6945830575107536]], [[0.6604861652281996]]], "std": [[[0.22289585271608892]], [[0.20967336929117772]], [[0.1924456798855169]]], "count": [234]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48382069699318475]], [[0.48033464523629965]], [[0.4746856102661863]]], "std": [[[0.23279532725769506]], [[0.21853414183249154]], [[0.20777831552222734]]], "count": [234]}, "timestamp": {"min": [0.0], "max": [48.06666666666667], "mean": [24.03333333333333], "std": [13.88527063980896], "count": [1443]}, "frame_index": {"min": [0], "max": [1442], "mean": [721.0], "std": [416.5581191942688], "count": [1443]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [1443]}, "index": {"min": [53735], "max": [55177], "mean": [54456.0], "std": [416.5581191942688], "count": [1443]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1443]}}} +{"episode_index": 28, "stats": {"action": {"min": [-65.65137481689453, -99.83256530761719, -58.147979736328125, 44.03080749511719, -77.61429595947266, 0.732899010181427, -1000.0, -1050.0, -1550.0, -1150.0, -2050.0, -950.0], "max": [46.78899002075195, 54.45793151855469, 99.63685607910156, 95.03636932373047, 0.0525486059486866, 28.2573299407959, 950.0, 1250.0, 1850.0, 1150.0, 900.0, 1700.0], "mean": [-5.745360851287842, 17.69827651977539, -7.756644248962402, 65.92904663085938, -57.60850524902344, 12.924290657043457, -4.616724967956543, 23.925668716430664, -20.934959411621094, -3.3391404151916504, -19.367015838623047, 3.7166085243225098], "std": [28.5426025390625, 31.380348205566406, 44.57411193847656, 12.584136009216309, 14.654160499572754, 7.541079521179199, 220.463134765625, 308.67840576171875, 373.744873046875, 234.86920166015625, 261.4089050292969, 201.07106018066406], "count": [1722]}, "observation.state": {"min": [-65.79984283447266, -96.30057525634766, -55.192745208740234, 44.518272399902344, -76.8004150390625, 1.3413816690444946, -900.0, -1150.0, -1500.0, -1100.0, -1750.0, -850.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [46.49330139160156, 54.759151458740234, 99.18367004394531, 94.18604278564453, -0.10288065671920776, 27.766599655151367, 950.0, 1350.0, 1800.0, 1100.0, 800.0, 1500.0, 1284.0, 1432.0, 1488.0, 1352.0, 1280.0, 1484.0], "mean": [-5.762176036834717, 19.058704376220703, -6.3552045822143555, 66.2175521850586, -57.41357421875, 13.38221549987793, -5.429732799530029, 26.509872436523438, -21.109174728393555, -3.484320640563965, -20.383275985717773, 4.210220813751221, 465.4982604980469, 345.6817626953125, 256.2624816894531, 314.0836181640625, 444.885009765625, 373.5958251953125], "std": [28.533132553100586, 32.130836486816406, 44.51168441772461, 12.260252952575684, 14.790427207946777, 6.902315616607666, 204.7662811279297, 324.58587646484375, 363.99951171875, 224.7024383544922, 251.10104370117188, 197.14935302734375, 513.7230834960938, 419.36090087890625, 384.701416015625, 456.53302001953125, 501.10308837890625, 466.4336242675781], "count": [1722]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5770278366808645]], [[0.5822902047991481]], [[0.5736560977699444]]], "std": [[[0.19120638007187105]], [[0.1891178173123655]], [[0.18314540752137348]]], "count": [267]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7077705089838682]], [[0.6936574992044258]], [[0.6593586035225576]]], "std": [[[0.222584285953651]], [[0.20948148977332526]], [[0.19234986482988495]]], "count": [267]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.45780763246309764]], [[0.4550604437467871]], [[0.4504054750801694]]], "std": [[[0.22900403208067668]], [[0.21543872152127827]], [[0.20483652280719955]]], "count": [267]}, "timestamp": {"min": [0.0], "max": [57.36666666666667], "mean": [28.68333333333333], "std": [16.569949931751175], "count": [1722]}, "frame_index": {"min": [0], "max": [1721], "mean": [860.5], "std": [497.09849795253524], "count": [1722]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [1722]}, "index": {"min": [55178], "max": [56899], "mean": [56038.5], "std": [497.09849795253524], "count": [1722]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1722]}}} +{"episode_index": 29, "stats": {"action": {"min": [-26.09174346923828, -99.9162826538086, -68.0435791015625, 18.699186325073242, -64.79243469238281, 0.6514657735824585, -750.0, -1250.0, -1350.0, -1400.0, -2200.0, -900.0], "max": [44.14678955078125, 54.960235595703125, 100.0, 92.81129455566406, -4.4666314125061035, 24.348533630371094, 700.0, 1350.0, 2000.0, 1200.0, 1600.0, 1300.0], "mean": [5.491176605224609, 8.245290756225586, 6.099262714385986, 68.31744384765625, -48.38817596435547, 14.410505294799805, 1.1047754287719727, 1.4611546993255615, -0.14255167543888092, -0.14255167543888092, 1.4611546993255615, -5.060584545135498], "std": [22.660554885864258, 33.52839279174805, 42.415184020996094, 11.579975128173828, 15.365421295166016, 6.9578633308410645, 189.37490844726562, 360.9244079589844, 441.6200866699219, 251.99827575683594, 247.9224853515625, 198.3427276611328], "count": [1403]}, "observation.state": {"min": [-26.004728317260742, -96.14643859863281, -65.44217681884766, 19.684385299682617, -64.66049194335938, 1.3413816690444946, -900.0, -1450.0, -1350.0, -1400.0, -1650.0, -900.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [44.129234313964844, 55.45279312133789, 98.73015594482422, 92.27574920654297, -4.423868179321289, 24.077800750732422, 700.0, 1350.0, 1900.0, 1200.0, 1500.0, 1350.0, 1236.0, 1476.0, 1512.0, 1372.0, 1484.0, 1400.0], "mean": [5.453235626220703, 9.646827697753906, 7.329537868499756, 68.45506286621094, -48.318965911865234, 15.09050178527832, -1.1047754287719727, 1.282965064048767, 0.17818959057331085, -2.2451889514923096, 1.282965064048767, -5.381325721740723, 487.47540283203125, 353.73626708984375, 356.0171203613281, 361.55950927734375, 292.4675598144531, 409.38275146484375], "std": [22.62354278564453, 33.69428634643555, 41.76259231567383, 11.344704627990723, 15.272669792175293, 5.8420281410217285, 180.9546661376953, 385.1219787597656, 431.19805908203125, 240.69276428222656, 240.5174560546875, 184.3606719970703, 515.5533447265625, 428.8998718261719, 445.52093505859375, 483.31634521484375, 455.0622863769531, 467.8439025878906], "count": [1403]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5937141914262066]], [[0.5987863571010645]], [[0.5886706740374461]]], "std": [[[0.1930509809669506]], [[0.19133389691543212]], [[0.1865504496683719]]], "count": [229]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7063387071167623]], [[0.6928953962953449]], [[0.6587850299326425]]], "std": [[[0.22217386506079456]], [[0.20922013120363975]], [[0.1923318254268676]]], "count": [229]}, "observation.images.global2": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4665120568969946]], [[0.46297272080229473]], [[0.45747747381339726]]], "std": [[[0.22800064034313716]], [[0.21438466137510476]], [[0.2039730955524953]]], "count": [229]}, "timestamp": {"min": [0.0], "max": [46.733333333333334], "mean": [23.366666666666667], "std": [13.500370365289983], "count": [1403]}, "frame_index": {"min": [0], "max": [1402], "mean": [701.0], "std": [405.0111109586995], "count": [1403]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [1403]}, "index": {"min": [56900], "max": [58302], "mean": [57601.0], "std": [405.0111109586995], "count": [1403]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1403]}}} +{"episode_index": 30, "stats": {"action": {"min": [-27.926605224609375, -100.0, -60.50839614868164, 31.2794189453125, -70.09984588623047, 0.08143322169780731, -700.0, -1350.0, -1300.0, -1150.0, -2300.0, -1250.0], "max": [40.7706413269043, 54.37421417236328, 100.0, 94.00941467285156, 2.1544928550720215, 32.65472412109375, 1000.0, 1150.0, 1650.0, 1850.0, 1700.0, 1300.0], "mean": [8.007833480834961, 14.318536758422852, -4.011703014373779, 70.52118682861328, -49.64472198486328, 14.58737850189209, -2.1351351737976074, 0.6216216087341309, 0.6486486196517944, 0.2432432472705841, -3.027027130126953, 0.4324324429035187], "std": [21.988388061523438, 31.377220153808594, 40.91961669921875, 10.34344482421875, 14.705178260803223, 8.152138710021973, 216.89407348632812, 329.5462646484375, 353.2001953125, 232.94512939453125, 242.38363647460938, 218.2230224609375], "count": [1850]}, "observation.state": {"min": [-28.053585052490234, -96.30057525634766, -57.91383361816406, 32.3089714050293, -69.49588775634766, 1.3413816690444946, -700.0, -1400.0, -1200.0, -1150.0, -1900.0, -1150.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [40.819541931152344, 55.221580505371094, 99.18367004394531, 93.18936920166016, 1.800411581993103, 32.52850341796875, 900.0, 1250.0, 1550.0, 1450.0, 1300.0, 1400.0, 1284.0, 1412.0, 1416.0, 1464.0, 1440.0, 1440.0], "mean": [7.971061706542969, 16.051240921020508, -2.8960533142089844, 70.59140014648438, -49.51496505737305, 15.141081809997559, -1.1081081628799438, 0.2432432472705841, 0.2432432472705841, -0.37837839126586914, -4.135135173797607, -0.21621622145175934, 462.77838134765625, 348.7870178222656, 344.73297119140625, 386.5556640625, 375.8962097167969, 332.5037841796875], "std": [21.966346740722656, 31.559165954589844, 40.372493743896484, 10.136996269226074, 14.609376907348633, 7.470628261566162, 203.37692260742188, 341.8770446777344, 341.6077575683594, 215.6819610595703, 226.5074920654297, 211.14218139648438, 513.6597290039062, 406.595703125, 440.51226806640625, 492.77813720703125, 484.8612365722656, 446.9143981933594], "count": [1850]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6009105747056506]], [[0.607667877671163]], [[0.598950256107171]]], "std": [[[0.19379681541545243]], [[0.19160214989669477]], [[0.18719613392231635]]], "count": [282]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7054143380904371]], [[0.6911047214689658]], [[0.6578132431163956]]], "std": [[[0.22232608701491355]], [[0.20935181367884856]], [[0.19258787701626903]]], "count": [282]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4585001629641218]], [[0.45490560104065264]], [[0.44952938569044637]]], "std": [[[0.22732362964023792]], [[0.21387239079131523]], [[0.20335370464055005]]], "count": [282]}, "timestamp": {"min": [0.0], "max": [61.63333333333333], "mean": [30.816666666666666], "std": [17.801630699336382], "count": [1850]}, "frame_index": {"min": [0], "max": [1849], "mean": [924.5], "std": [534.0489209800915], "count": [1850]}, "episode_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [1850]}, "index": {"min": [58303], "max": [60152], "mean": [59227.5], "std": [534.0489209800915], "count": [1850]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1850]}}} +{"episode_index": 31, "stats": {"action": {"min": [-53.321102142333984, -99.66513061523438, -65.95551300048828, 15.618313789367676, -76.30057525634766, 0.732899010181427, -800.0, -1500.0, -1550.0, -1950.0, -1700.0, -900.0], "max": [38.9357795715332, 55.37881851196289, 100.0, 99.82884216308594, -4.151340007781982, 23.534202575683594, 650.0, 1550.0, 1800.0, 1800.0, 1150.0, 1600.0], "mean": [-4.182419300079346, 13.66936206817627, -2.1061594486236572, 70.66012573242188, -55.36980438232422, 14.009121894836426, 0.9318996667861938, 0.25089606642723083, 0.2867383658885956, -0.2150537669658661, 3.118279457092285, 0.1433691829442978], "std": [24.7762451171875, 31.12653160095215, 39.12321090698242, 13.376840591430664, 15.739754676818848, 6.502665996551514, 220.62747192382812, 361.42645263671875, 425.8487548828125, 316.1767578125, 259.35211181640625, 178.11227416992188], "count": [1395]}, "observation.state": {"min": [-53.34909439086914, -96.30057525634766, -63.26530456542969, 16.777408599853516, -75.6172866821289, 1.3413816690444946, -750.0, -1500.0, -1500.0, -1750.0, -1350.0, -950.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [38.8494873046875, 56.06936264038086, 99.81859588623047, 99.0033187866211, -4.681069850921631, 23.205902099609375, 600.0, 1650.0, 1650.0, 1650.0, 1050.0, 1500.0, 1220.0, 1500.0, 1456.0, 1508.0, 1364.0, 1464.0], "mean": [-4.256057262420654, 15.163865089416504, -1.1300241947174072, 70.71190643310547, -55.36690139770508, 14.383386611938477, -0.10752688348293304, 0.32258063554763794, -0.2867383658885956, -1.541218638420105, 1.6487455368041992, -1.397849440574646, 518.31396484375, 351.73046875, 445.1440734863281, 402.5663146972656, 486.19927978515625, 403.61004638671875], "std": [24.78218650817871, 31.179121017456055, 38.474082946777344, 13.11943531036377, 15.626075744628906, 5.977420806884766, 205.09201049804688, 384.57843017578125, 415.7343444824219, 300.458984375, 250.1204833984375, 164.74057006835938, 518.9178466796875, 423.95794677734375, 480.5775146484375, 501.4255676269531, 515.8629760742188, 479.8677062988281], "count": [1395]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6062823921783627]], [[0.6115909084393992]], [[0.60180168916982]]], "std": [[[0.19401136272213385]], [[0.1919659140613762]], [[0.18751775454233618]]], "count": [228]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7025480028451438]], [[0.6884527854818827]], [[0.6552165346218898]]], "std": [[[0.22245883957598062]], [[0.20927447939822552]], [[0.19234678484944845]]], "count": [228]}, "observation.images.global2": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46188320039273023]], [[0.45819934909270726]], [[0.4528081462848297]]], "std": [[[0.22622259121954866]], [[0.21250100732130037]], [[0.20241652038849853]]], "count": [228]}, "timestamp": {"min": [0.0], "max": [46.46666666666667], "mean": [23.233333333333334], "std": [13.423390309732016], "count": [1395]}, "frame_index": {"min": [0], "max": [1394], "mean": [697.0], "std": [402.70170929196047], "count": [1395]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [1395]}, "index": {"min": [60153], "max": [61547], "mean": [60850.0], "std": [402.70170929196047], "count": [1395]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1395]}}} +{"episode_index": 32, "stats": {"action": {"min": [-26.311925888061523, -100.0, -43.07762145996094, 6.889173984527588, -72.93746948242188, 0.0, -850.0, -1100.0, -1150.0, -2050.0, -1550.0, -1600.0], "max": [37.174312591552734, 44.579322814941406, 99.90921783447266, 92.72571563720703, -4.151340007781982, 23.12703514099121, 950.0, 900.0, 1700.0, 1650.0, 1300.0, 1050.0], "mean": [0.15873289108276367, 5.5426130294799805, 13.270408630371094, 64.92138671875, -57.86298751831055, 12.666010856628418, -0.049578581005334854, 0.0, -0.5949429869651794, 0.49578583240509033, -1.710461139678955, -0.12394645810127258], "std": [20.659303665161133, 27.85704803466797, 34.597755432128906, 12.356678009033203, 15.16190242767334, 6.744701385498047, 194.0615692138672, 274.2167053222656, 297.0760498046875, 271.4922180175781, 219.7394561767578, 176.3782501220703], "count": [2017]}, "observation.state": {"min": [-26.08353042602539, -96.22350311279297, -40.86167907714844, 8.139534950256348, -72.63374328613281, 1.3413816690444946, -900.0, -1200.0, -1100.0, -1850.0, -1500.0, -1650.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [37.19464111328125, 44.971099853515625, 99.72789001464844, 92.27574920654297, -4.475308418273926, 22.736417770385742, 900.0, 1050.0, 1700.0, 1850.0, 1250.0, 1250.0, 1292.0, 1328.0, 1448.0, 1496.0, 1416.0, 1360.0], "mean": [0.08840617537498474, 6.967843055725098, 14.439826011657715, 65.01849365234375, -57.778846740722656, 13.124648094177246, 0.07436787337064743, 0.024789290502667427, 0.3470500707626343, 1.090728759765625, -1.7848289012908936, -0.27268218994140625, 515.6866455078125, 344.41845703125, 321.4576110839844, 360.94000244140625, 382.1953430175781, 478.8497619628906], "std": [20.66385269165039, 27.964439392089844, 33.98008728027344, 12.123394012451172, 15.06673812866211, 6.084444999694824, 182.32174682617188, 285.34039306640625, 289.03240966796875, 258.9131774902344, 212.04319763183594, 168.4706268310547, 518.1670532226562, 416.9620361328125, 424.1705627441406, 486.4109191894531, 488.7498474121094, 490.5459289550781], "count": [2017]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5962570125272332]], [[0.6008330433006537]], [[0.5899108959694989]]], "std": [[[0.19342185837391418]], [[0.1920008405690337]], [[0.18758663609039566]]], "count": [300]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7001484946895424]], [[0.6861634293300654]], [[0.6526272487745098]]], "std": [[[0.22256817324368552]], [[0.20957537003277188]], [[0.19272573288391243]]], "count": [300]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46531637867647063]], [[0.4610930017701525]], [[0.455215042211329]]], "std": [[[0.22697699097552937]], [[0.2135841384893382]], [[0.20358227684626484]]], "count": [300]}, "timestamp": {"min": [0.0], "max": [67.2], "mean": [33.6], "std": [19.40858916390713], "count": [2017]}, "frame_index": {"min": [0], "max": [2016], "mean": [1008.0], "std": [582.257674917214], "count": [2017]}, "episode_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [2017]}, "index": {"min": [61548], "max": [63564], "mean": [62556.0], "std": [582.257674917214], "count": [2017]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2017]}}} +{"episode_index": 33, "stats": {"action": {"min": [-48.11009216308594, -99.58141326904297, -63.685882568359375, 34.44586944580078, -70.99317169189453, 0.0, -1250.0, -1450.0, -1450.0, -1150.0, -1150.0, -1950.0], "max": [43.926605224609375, 56.04855728149414, 100.0, 99.82884216308594, -5.6752495765686035, 36.726383209228516, 1250.0, 2250.0, 1950.0, 1550.0, 1750.0, 2150.0], "mean": [-4.687310695648193, 13.920228958129883, -1.253474473953247, 69.48001098632812, -56.346290588378906, 17.192935943603516, 0.9644477963447571, -0.018910741433501244, 0.39712557196617126, -0.8509833812713623, 9.341906547546387, 0.43494704365730286], "std": [24.160444259643555, 30.67249298095703, 47.1361083984375, 13.994521141052246, 11.775113105773926, 10.568668365478516, 244.2212677001953, 348.4521484375, 392.1946716308594, 222.8734893798828, 224.6659393310547, 272.81109619140625], "count": [2644]}, "observation.state": {"min": [-48.14814758300781, -96.37764739990234, -61.088436126708984, 35.46511459350586, -70.67901611328125, 1.3413816690444946, -1100.0, -1550.0, -1450.0, -1150.0, -900.0, -1500.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [44.05043411254883, 56.30057907104492, 99.63719177246094, 99.0033187866211, -6.327160358428955, 36.820926666259766, 1100.0, 2200.0, 1850.0, 1500.0, 1450.0, 1850.0, 1348.0, 1696.0, 1508.0, 1476.0, 1480.0, 1596.0], "mean": [-4.782759666442871, 15.409676551818848, -0.26712483167648315, 69.5774917602539, -56.41536331176758, 17.586210250854492, -0.3025718629360199, -0.018910741433501244, 0.24583964049816132, -0.8320726156234741, 9.379727363586426, 0.03782148286700249, 540.0302734375, 358.4432678222656, 323.63238525390625, 268.82904052734375, 537.2980346679688, 399.161865234375], "std": [24.216320037841797, 31.260332107543945, 46.69929122924805, 13.869585990905762, 11.530072212219238, 10.01285457611084, 228.47543334960938, 364.0168762207031, 379.4339904785156, 213.08099365234375, 210.64926147460938, 260.97637939453125, 520.966796875, 426.6622009277344, 438.609375, 442.61077880859375, 518.700927734375, 481.2169494628906], "count": [2644]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6039039211246092]], [[0.6100937017130221]], [[0.6007957427536232]]], "std": [[[0.19562346263301209]], [[0.19362750327114867]], [[0.18859959299680873]]], "count": [368]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7032069213554988]], [[0.6853636481200269]], [[0.6479676094282822]]], "std": [[[0.22407999377641788]], [[0.2104259328627728]], [[0.19289164763887431]]], "count": [368]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4628461454781188]], [[0.4588674750017761]], [[0.45302445596671637]]], "std": [[[0.2326566120390696]], [[0.21884859416919875]], [[0.20771368603766466]]], "count": [368]}, "timestamp": {"min": [0.0], "max": [88.1], "mean": [44.050000000000004], "std": [25.441900042602512], "count": [2644]}, "frame_index": {"min": [0], "max": [2643], "mean": [1321.5], "std": [763.2570012780754], "count": [2644]}, "episode_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [2644]}, "index": {"min": [63565], "max": [66208], "mean": [64886.5], "std": [763.2570012780754], "count": [2644]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2644]}}} +{"episode_index": 34, "stats": {"action": {"min": [-34.60550308227539, -100.0, -43.3499755859375, 22.379117965698242, -83.65738677978516, 0.5700325965881348, -950.0, -1400.0, -1350.0, -1250.0, -1400.0, -1100.0], "max": [33.94495391845703, 44.914188385009766, 100.0, 98.20282745361328, -8.617971420288086, 21.905536651611328, 950.0, 1700.0, 1500.0, 1850.0, 1250.0, 1500.0], "mean": [1.5243433713912964, 12.540283203125, 0.4757523238658905, 64.97368621826172, -57.712257385253906, 13.506592750549316, -0.1355932205915451, 0.10169491171836853, 0.23728813230991364, 1.0847457647323608, 1.9661016464233398, 0.033898305147886276], "std": [19.030309677124023, 26.89972496032715, 28.57925033569336, 14.062337875366211, 16.541906356811523, 5.778750419616699, 258.56182861328125, 360.55291748046875, 343.1385803222656, 285.08953857421875, 312.1632385253906, 167.68106079101562], "count": [1475]}, "observation.state": {"min": [-34.51536560058594, -96.30057525634766, -40.86167907714844, 23.920265197753906, -83.23045349121094, 1.3413816690444946, -850.0, -1450.0, -1250.0, -1100.0, -1300.0, -1150.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [33.80614471435547, 45.89595413208008, 99.81859588623047, 97.92359161376953, -6.327160358428955, 21.395036697387695, 900.0, 1750.0, 1450.0, 1750.0, 1250.0, 1300.0, 1292.0, 1568.0, 1388.0, 1516.0, 1396.0, 1448.0], "mean": [1.5317509174346924, 14.282721519470215, 1.5129493474960327, 65.06094360351562, -57.614173889160156, 13.831415176391602, -1.7627118825912476, -0.1355932205915451, 0.2711864411830902, -0.33898305892944336, -0.9152542352676392, -1.3220338821411133, 452.7511901855469, 333.4562683105469, 335.96746826171875, 379.0155944824219, 416.6020202636719, 417.7464294433594], "std": [19.05293846130371, 26.874181747436523, 28.141752243041992, 13.85120964050293, 16.491403579711914, 5.234249591827393, 242.24281311035156, 378.7890930175781, 328.97357177734375, 268.5867614746094, 306.6388854980469, 159.39512634277344, 511.7462158203125, 400.46875, 439.77471923828125, 491.1335144042969, 501.19921875, 485.82830810546875], "count": [1475]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5820347934516944]], [[0.5852579613953425]], [[0.5733924160350414]]], "std": [[[0.19371937908514358]], [[0.19105867431041862]], [[0.1873858017629301]]], "count": [238]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7053256611468117]], [[0.6843765661902016]], [[0.6464360908579119]]], "std": [[[0.22567018140598238]], [[0.21126533724961777]], [[0.19346743614776427]]], "count": [238]}, "observation.images.global2": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47915808566073487]], [[0.47479229743367934]], [[0.4685624485088153]]], "std": [[[0.23609218627977738]], [[0.22111139300551186]], [[0.20959156795539247]]], "count": [238]}, "timestamp": {"min": [0.0], "max": [49.13333333333333], "mean": [24.566666666666663], "std": [14.193190855711999], "count": [1475]}, "frame_index": {"min": [0], "max": [1474], "mean": [737.0], "std": [425.79572567135995], "count": [1475]}, "episode_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [1475]}, "index": {"min": [66209], "max": [67683], "mean": [66946.0], "std": [425.79572567135995], "count": [1475]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1475]}}} +{"episode_index": 35, "stats": {"action": {"min": [-36.587154388427734, -100.0, -63.685882568359375, 11.68164348602295, -77.45664978027344, 0.16286644339561462, -750.0, -1750.0, -1350.0, -2100.0, -1450.0, -1450.0], "max": [36.2935791015625, 50.104644775390625, 100.0, 99.31536102294922, -8.723069190979004, 25.0, 750.0, 1450.0, 2000.0, 2150.0, 2000.0, 1050.0], "mean": [-5.425860404968262, 14.044838905334473, -0.8480446338653564, 70.65792846679688, -59.304325103759766, 14.815823554992676, -1.1478163003921509, 0.2799552083015442, -0.3919372856616974, -0.167973130941391, 0.1399776041507721, -0.3079507350921631], "std": [19.73537254333496, 28.57674217224121, 38.42302703857422, 12.49478816986084, 15.251825332641602, 6.427908420562744, 215.5746612548828, 306.5856628417969, 331.1383361816406, 301.0292053222656, 256.8031005859375, 168.19839477539062], "count": [1786]}, "observation.state": {"min": [-36.56422424316406, -96.14643859863281, -60.99773406982422, 13.20598030090332, -76.9547348022461, 1.3413816690444946, -700.0, -1750.0, -1200.0, -1900.0, -1250.0, -1300.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [36.09141159057617, 50.82851791381836, 99.81859588623047, 98.17276000976562, -8.436214447021484, 25.016767501831055, 1200.0, 1500.0, 1900.0, 2000.0, 1650.0, 1150.0, 1400.0, 1496.0, 1508.0, 1604.0, 1536.0, 1372.0], "mean": [-5.559385299682617, 15.498310089111328, 0.2951088845729828, 70.77983856201172, -59.29511260986328, 15.114442825317383, 2.1836507320404053, -0.5879059433937073, 0.167973130941391, 0.2799552083015442, -0.5879059433937073, -0.6159014701843262, 535.7738037109375, 271.9619140625, 265.1802978515625, 320.6405334472656, 517.1825561523438, 293.59014892578125], "std": [19.72039794921875, 28.571142196655273, 37.95808410644531, 12.244503021240234, 15.182788848876953, 6.099975109100342, 207.48336791992188, 324.0815124511719, 320.6411437988281, 284.8987121582031, 240.76036071777344, 164.55836486816406, 521.5991821289062, 380.02239990234375, 396.12371826171875, 469.4689636230469, 516.302490234375, 440.7890930175781], "count": [1786]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6056017082319546]], [[0.6120647817673297]], [[0.6013376150946997]]], "std": [[[0.1989430900504419]], [[0.19662032134736748]], [[0.19216001840153546]]], "count": [274]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7061557766506846]], [[0.6832082349363102]], [[0.6436280093089547]]], "std": [[[0.2261600178479294]], [[0.21107457218444006]], [[0.19290785100709268]]], "count": [274]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46594289618219553]], [[0.46185399670817234]], [[0.45711406004007443]]], "std": [[[0.22911807552838365]], [[0.21479037268261228]], [[0.20518804377996028]]], "count": [274]}, "timestamp": {"min": [0.0], "max": [59.5], "mean": [29.749999999999996], "std": [17.18579031900741], "count": [1786]}, "frame_index": {"min": [0], "max": [1785], "mean": [892.5], "std": [515.5737095702224], "count": [1786]}, "episode_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [1786]}, "index": {"min": [67684], "max": [69469], "mean": [68576.5], "std": [515.5737095702224], "count": [1786]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1786]}}} +{"episode_index": 36, "stats": {"action": {"min": [-49.577980041503906, -100.0, -76.66818237304688, 15.960633277893066, -77.87703704833984, 0.5700325965881348, -900.0, -1450.0, -1550.0, -1800.0, -1550.0, -900.0], "max": [36.880733489990234, 59.81582260131836, 100.0, 100.0, -3.3631107807159424, 28.9902286529541, 850.0, 1350.0, 1900.0, 2350.0, 1650.0, 1400.0], "mean": [-7.266845226287842, 10.140233039855957, 1.606093168258667, 68.96530151367188, -54.011802673339844, 15.68443775177002, 1.1226252317428589, 0.3454231321811676, -0.6620610356330872, -0.028785262256860733, 0.6044905185699463, 0.6332757472991943], "std": [24.488759994506836, 32.292057037353516, 45.09696960449219, 16.845361709594727, 16.200624465942383, 7.161255836486816, 235.75074768066406, 371.5211486816406, 493.60064697265625, 353.4942321777344, 294.21734619140625, 194.666748046875], "count": [1737]}, "observation.state": {"min": [-49.56658935546875, -96.22350311279297, -73.96825408935547, 20.016611099243164, -77.2119369506836, 1.3413816690444946, -750.0, -1500.0, -1450.0, -1650.0, -1450.0, -850.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [36.72182846069336, 60.38535690307617, 99.81859588623047, 99.4186019897461, -3.8580245971679688, 28.70556640625, 850.0, 1400.0, 1800.0, 2150.0, 1350.0, 1250.0, 1272.0, 1496.0, 1484.0, 1600.0, 1428.0, 1408.0], "mean": [-7.311505317687988, 11.620880126953125, 2.763706922531128, 69.02515411376953, -53.96943664550781, 15.977632522583008, 0.8059873580932617, 0.48934945464134216, 0.2590673565864563, 0.23028209805488586, 1.871042013168335, 0.46056419610977173, 458.008056640625, 377.4001159667969, 421.78009033203125, 423.56707763671875, 514.572265625, 458.4110412597656], "std": [24.45519256591797, 32.4698600769043, 44.37840270996094, 16.59846305847168, 15.98676872253418, 6.63107442855835, 220.46099853515625, 396.528564453125, 484.0267333984375, 335.9267578125, 285.12213134765625, 190.59556579589844, 513.3596801757812, 436.1153564453125, 472.71588134765625, 507.02777099609375, 515.529296875, 494.50994873046875], "count": [1737]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5993523572843015]], [[0.604935536482251]], [[0.5950809309473479]]], "std": [[[0.1936431848673964]], [[0.19086237825176505]], [[0.18587841360401766]]], "count": [269]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7104584062249435]], [[0.6843088622530797]], [[0.6416713955098768]]], "std": [[[0.22651196727569792]], [[0.21091160814523754]], [[0.1922035011881689]]], "count": [269]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4808964263369536]], [[0.476652657810336]], [[0.4704565831754015]]], "std": [[[0.23939564908147326]], [[0.22336566142708877]], [[0.21087888687672296]]], "count": [269]}, "timestamp": {"min": [0.0], "max": [57.86666666666667], "mean": [28.93333333333333], "std": [16.714287523176313], "count": [1737]}, "frame_index": {"min": [0], "max": [1736], "mean": [868.0], "std": [501.42862569528944], "count": [1737]}, "episode_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [1737]}, "index": {"min": [69470], "max": [71206], "mean": [70338.0], "std": [501.42862569528944], "count": [1737]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1737]}}} +{"episode_index": 37, "stats": {"action": {"min": [-61.027523040771484, -100.0, -79.57331085205078, 38.81044006347656, -90.4361572265625, 0.0, -900.0, -1650.0, -1250.0, -1250.0, -1750.0, -1500.0], "max": [35.266056060791016, 66.51318359375, 99.63685607910156, 99.91442108154297, -2.2595901489257812, 27.19869613647461, 1050.0, 1300.0, 1550.0, 1650.0, 1350.0, 1200.0], "mean": [-11.582963943481445, 17.536556243896484, -9.911309242248535, 72.75665283203125, -61.17268753051758, 13.865535736083984, -0.10632642358541489, 0.34556087851524353, 0.10632642358541489, 0.34556087851524353, 3.535353422164917, 0.9303562045097351], "std": [26.435762405395508, 33.22128677368164, 45.277645111083984, 12.788928031921387, 16.835119247436523, 6.012003421783447, 236.38917541503906, 346.50726318359375, 399.0391540527344, 265.880126953125, 280.1393127441406, 169.4346466064453], "count": [1881]}, "observation.state": {"min": [-61.1505126953125, -96.45471954345703, -78.7755126953125, 40.53156280517578, -90.17489624023438, 1.2072434425354004, -950.0, -1750.0, -1150.0, -1300.0, -1400.0, -1350.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [34.98817825317383, 66.47399139404297, 99.27437591552734, 99.16943359375, -2.98353910446167, 27.095909118652344, 1100.0, 1350.0, 1450.0, 1400.0, 1150.0, 1150.0, 1336.0, 1452.0, 1400.0, 1448.0, 1388.0, 1376.0], "mean": [-11.678685188293457, 19.07700538635254, -8.66878604888916, 72.82601165771484, -61.13569641113281, 14.137043952941895, -1.1164274215698242, 0.31897926330566406, 0.13290803134441376, 0.34556087851524353, 0.05316321179270744, -0.6379585266113281, 557.52685546875, 321.0653991699219, 309.7841491699219, 413.350341796875, 495.51513671875, 294.68792724609375], "std": [26.447792053222656, 33.265689849853516, 44.844425201416016, 12.546379089355469, 16.739931106567383, 5.712846279144287, 226.05020141601562, 366.91229248046875, 389.3736267089844, 251.8376007080078, 273.81280517578125, 161.42245483398438, 520.5609130859375, 407.82037353515625, 420.3827209472656, 500.7506103515625, 515.8270874023438, 442.21630859375], "count": [1881]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.599134897804151]], [[0.6058544905974086]], [[0.5978560421683293]]], "std": [[[0.19705076232714622]], [[0.19403680536283774]], [[0.18914848543619917]]], "count": [285]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7107368270553835]], [[0.6860460554982227]], [[0.6438731072984749]]], "std": [[[0.22699338131624747]], [[0.21132717538696824]], [[0.1926643458481761]]], "count": [285]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.456737263501892]], [[0.45321141855865155]], [[0.4489057583705997]]], "std": [[[0.22806651820141563]], [[0.21321986417845568]], [[0.20222891520115788]]], "count": [285]}, "timestamp": {"min": [0.0], "max": [62.666666666666664], "mean": [31.333333333333332], "std": [18.099928381278406], "count": [1881]}, "frame_index": {"min": [0], "max": [1880], "mean": [940.0], "std": [542.9978514383521], "count": [1881]}, "episode_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [1881]}, "index": {"min": [71207], "max": [73087], "mean": [72147.0], "std": [542.9978514383521], "count": [1881]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1881]}}} +{"episode_index": 38, "stats": {"action": {"min": [-28.733945846557617, -100.0, -67.13572692871094, 32.563114166259766, -73.88333892822266, 0.16286644339561462, -850.0, -1700.0, -1250.0, -1300.0, -1600.0, -1700.0], "max": [36.14678955078125, 53.7881965637207, 100.0, 95.89216613769531, -3.205465078353882, 28.9902286529541, 900.0, 1500.0, 1450.0, 1600.0, 1700.0, 1650.0], "mean": [-1.6556987762451172, 16.95618438720703, -7.13474178314209, 73.4068832397461, -54.36835479736328, 13.52392292022705, -0.3443957567214966, 0.06261740624904633, -0.18785221874713898, -0.2504696249961853, 1.7219786643981934, 0.2504696249961853], "std": [16.795438766479492, 30.970869064331055, 38.116947174072266, 12.834887504577637, 13.957435607910156, 5.962584018707275, 234.5570526123047, 353.2343444824219, 372.2567443847656, 280.8763732910156, 282.55670166015625, 189.3697052001953], "count": [1597]}, "observation.state": {"min": [-28.84160804748535, -96.30057525634766, -64.35374450683594, 33.637874603271484, -73.50823211669922, 1.2072434425354004, -750.0, -1750.0, -1150.0, -1250.0, -1400.0, -1450.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [35.933807373046875, 54.45086669921875, 99.63719177246094, 95.68106079101562, -2.932098865509033, 28.839704513549805, 800.0, 1600.0, 1400.0, 1550.0, 1600.0, 1650.0, 1272.0, 1512.0, 1392.0, 1480.0, 1528.0, 1520.0], "mean": [-1.7266464233398438, 18.594635009765625, -6.134476184844971, 73.53366088867188, -54.42208480834961, 13.712778091430664, 0.09392610937356949, 0.09392610937356949, 0.4383218586444855, 0.9705697894096375, -0.7827175855636597, 0.6574828028678894, 526.0739135742188, 329.0469665527344, 326.6700134277344, 327.3011779785156, 649.1922607421875, 440.76141357421875], "std": [16.77802085876465, 30.835878372192383, 37.68279266357422, 12.624343872070312, 13.903592109680176, 5.677299499511719, 219.93267822265625, 370.6198425292969, 362.9606018066406, 268.8830871582031, 274.0394287109375, 188.7181396484375, 519.5462646484375, 406.7681579589844, 439.320556640625, 472.0057067871094, 507.2924499511719, 496.2687683105469], "count": [1597]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6082511776701421]], [[0.6149629605314348]], [[0.6048117292055711]]], "std": [[[0.20244434048223178]], [[0.19646158274154907]], [[0.19131267786370534]]], "count": [252]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.709404753799668]], [[0.68647140279723]], [[0.6463719832840543]]], "std": [[[0.22629482689100328]], [[0.21120475268976172]], [[0.19307645370106818]]], "count": [252]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.47677224118814193]], [[0.4730278839545077]], [[0.470117537640056]]], "std": [[[0.23378379841787064]], [[0.21891333834952795]], [[0.20847265271107532]]], "count": [252]}, "timestamp": {"min": [0.0], "max": [53.2], "mean": [26.599999999999998], "std": [15.367136652248815], "count": [1597]}, "frame_index": {"min": [0], "max": [1596], "mean": [798.0], "std": [461.0140995674644], "count": [1597]}, "episode_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [1597]}, "index": {"min": [73088], "max": [74684], "mean": [73886.0], "std": [461.0140995674644], "count": [1597]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1597]}}} +{"episode_index": 39, "stats": {"action": {"min": [-31.229358673095703, -100.0, -84.65728759765625, 16.474111557006836, -70.78297424316406, 0.32573288679122925, -700.0, -1500.0, -1250.0, -1900.0, -1100.0, -1500.0], "max": [55.59632873535156, 59.22980499267578, 100.0, 97.09028625488281, -1.734104037284851, 28.827362060546875, 900.0, 1350.0, 1550.0, 2450.0, 1650.0, 1450.0], "mean": [12.023831367492676, 8.684552192687988, 9.042210578918457, 66.6047134399414, -46.61452865600586, 15.042320251464844, 0.5715591907501221, -0.3886602520942688, -0.41152262687683105, 0.6172839403152466, 1.2345678806304932, -0.5486968159675598], "std": [27.447021484375, 30.2231388092041, 43.45018005371094, 13.146563529968262, 17.54630470275879, 6.734663009643555, 211.042236328125, 334.97021484375, 440.1465148925781, 296.9869689941406, 231.4985809326172, 195.41954040527344], "count": [2187]}, "observation.state": {"min": [-31.52088165283203, -96.30057525634766, -81.76870727539062, 17.85714340209961, -70.37036895751953, 1.3413816690444946, -650.0, -1600.0, -1200.0, -1700.0, -1100.0, -1300.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [55.63435745239258, 60.154144287109375, 99.72789001464844, 96.01329040527344, -3.0349793434143066, 27.028839111328125, 900.0, 1450.0, 1500.0, 2050.0, 1400.0, 1500.0, 1296.0, 1484.0, 1428.0, 1664.0, 1456.0, 1476.0], "mean": [12.032301902770996, 10.077783584594727, 10.082374572753906, 66.67959594726562, -46.6213264465332, 15.219613075256348, 0.6630086898803711, -0.4343850016593933, -0.09144947677850723, -0.7773205041885376, -0.22862368822097778, 0.5486968159675598, 422.3081970214844, 378.1874694824219, 416.8614501953125, 408.5559997558594, 413.8619079589844, 380.9017028808594], "std": [27.47866439819336, 30.40543556213379, 42.89200973510742, 12.962983131408691, 17.489999771118164, 6.4203643798828125, 198.89537048339844, 353.7322692871094, 429.2491149902344, 282.37200927734375, 221.2217559814453, 196.89393615722656, 504.4295654296875, 436.96728515625, 470.8954772949219, 501.0123291015625, 503.74896240234375, 483.4380187988281], "count": [2187]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6038966560892904]], [[0.608939333753355]], [[0.5975014649537976]]], "std": [[[0.19770342723854464]], [[0.19600443753887326]], [[0.1919117486022709]]], "count": [319]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7076619106890405]], [[0.6839813525723769]], [[0.6432125393130084]]], "std": [[[0.22618036481413034]], [[0.21114908292773396]], [[0.19294915370001453]]], "count": [319]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.4589490621222365]], [[0.45564160430368594]], [[0.454245390005532]]], "std": [[[0.2321393520981423]], [[0.21783096256367993]], [[0.20710035361152712]]], "count": [319]}, "timestamp": {"min": [0.0], "max": [72.86666666666666], "mean": [36.43333333333333], "std": [21.044415112029306], "count": [2187]}, "frame_index": {"min": [0], "max": [2186], "mean": [1093.0], "std": [631.3324533608792], "count": [2187]}, "episode_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [2187]}, "index": {"min": [74685], "max": [76871], "mean": [75778.0], "std": [631.3324533608792], "count": [2187]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2187]}}} +{"episode_index": 40, "stats": {"action": {"min": [-60.366973876953125, -99.66513061523438, -82.38764953613281, 12.965340614318848, -78.66526794433594, 0.5700325965881348, -900.0, -1250.0, -1300.0, -1450.0, -1750.0, -900.0], "max": [45.76146697998047, 63.331939697265625, 100.0, 98.63072204589844, -7.041513442993164, 25.732898712158203, 800.0, 1550.0, 1450.0, 1500.0, 1450.0, 1600.0], "mean": [-1.4742088317871094, 14.72086238861084, -3.6443850994110107, 70.79637145996094, -53.34804916381836, 14.508443832397461, 0.3077554404735565, 0.841198205947876, 0.04103405773639679, 0.26672136783599854, 0.18465326726436615, -1.4567090272903442], "std": [26.194955825805664, 34.47532653808594, 52.11983871459961, 14.90202522277832, 15.417609214782715, 6.635912895202637, 202.82887268066406, 328.6496887207031, 419.0406799316406, 275.2716979980469, 242.68301391601562, 195.36428833007812], "count": [2437]}, "observation.state": {"min": [-60.283687591552734, -96.30057525634766, -79.77323913574219, 14.036544799804688, -78.18930053710938, 1.3413816690444946, -800.0, -1450.0, -1300.0, -1450.0, -1600.0, -850.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [45.94168472290039, 64.23892211914062, 99.81859588623047, 97.50830841064453, -3.2407407760620117, 25.35211181640625, 750.0, 1650.0, 1350.0, 1500.0, 1350.0, 1500.0, 1252.0, 1516.0, 1380.0, 1464.0, 1436.0, 1464.0], "mean": [-1.5491420030593872, 16.2349853515625, -2.466757297515869, 70.88377380371094, -53.33293533325195, 14.804916381835938, 0.6360279321670532, -0.3693065345287323, -0.12310217320919037, 0.3487894833087921, -1.4772261381149292, -0.9437833428382874, 491.7373962402344, 327.816162109375, 416.12310791015625, 421.53961181640625, 451.0496520996094, 373.21295166015625], "std": [26.254207611083984, 34.68876647949219, 51.47422409057617, 14.671717643737793, 15.37789249420166, 6.18309211730957, 191.97732543945312, 350.01898193359375, 409.5820007324219, 267.4382019042969, 238.56996154785156, 197.1708526611328, 518.4434814453125, 409.1214904785156, 465.15887451171875, 502.3458557128906, 510.5210876464844, 475.1772155761719], "count": [2437]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6067374812280404]], [[0.612661914055121]], [[0.6028431472902264]]], "std": [[[0.19550294817646482]], [[0.19416534655091985]], [[0.19012242725143355]]], "count": [346]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7097096001454531]], [[0.6847113699044165]], [[0.6434522914777664]]], "std": [[[0.22740571744553573]], [[0.21191552703243718]], [[0.19334804178866627]]], "count": [346]}, "observation.images.global2": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4831404142581888]], [[0.47894125557255657]], [[0.4760126663502588]]], "std": [[[0.23460848046194255]], [[0.2192782313898643]], [[0.20877459399898074]]], "count": [346]}, "timestamp": {"min": [0.0], "max": [81.2], "mean": [40.6], "std": [23.450041459333168], "count": [2437]}, "frame_index": {"min": [0], "max": [2436], "mean": [1218.0], "std": [703.501243779995], "count": [2437]}, "episode_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [2437]}, "index": {"min": [76872], "max": [79308], "mean": [78090.0], "std": [703.501243779995], "count": [2437]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2437]}}} +{"episode_index": 41, "stats": {"action": {"min": [-42.532108306884766, -100.0, -87.2900619506836, 10.91142463684082, -73.35785675048828, 0.40716612339019775, -1250.0, -1400.0, -1600.0, -1900.0, -1950.0, -1300.0], "max": [38.422019958496094, 65.92716979980469, 100.0, 100.0, 2.9952707290649414, 28.58306121826172, 1100.0, 1450.0, 2050.0, 2450.0, 1550.0, 1700.0], "mean": [1.0377708673477173, 6.724173545837402, 10.164612770080566, 65.69254302978516, -54.447601318359375, 14.754437446594238, -0.5417335629463196, -0.020064204931259155, -0.4012840986251831, -0.4012840986251831, 2.3475120067596436, -0.34109148383140564], "std": [20.930038452148438, 29.72043800354004, 41.922054290771484, 14.717020988464355, 14.739301681518555, 7.662359714508057, 259.4183654785156, 352.6882019042969, 451.41705322265625, 334.72186279296875, 263.9068603515625, 204.04920959472656], "count": [2492]}, "observation.state": {"min": [-42.3167839050293, -96.22350311279297, -85.57823181152344, 11.877076148986816, -72.99382781982422, 1.3413816690444946, -1200.0, -1450.0, -1500.0, -1750.0, -1500.0, -1150.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [38.14026641845703, 66.16570281982422, 99.72789001464844, 99.25249481201172, 2.109053611755371, 28.236083984375, 1000.0, 1500.0, 1950.0, 2100.0, 1400.0, 1450.0, 1324.0, 1508.0, 1536.0, 1656.0, 1448.0, 1448.0], "mean": [0.9962570667266846, 8.188108444213867, 11.21479606628418, 65.78762817382812, -54.427669525146484, 15.097707748413086, -0.5016051530838013, -0.46147671341896057, 0.260834664106369, -0.260834664106369, 1.0634028911590576, -0.4414125084877014, 452.9342041015625, 365.5296936035156, 385.6645202636719, 402.87158203125, 441.59710693359375, 419.0577697753906], "std": [20.94839096069336, 29.835933685302734, 41.26133346557617, 14.492653846740723, 14.648470878601074, 7.165199279785156, 243.24049377441406, 373.1007080078125, 439.84527587890625, 317.1764831542969, 251.5027313232422, 200.70022583007812, 513.66357421875, 430.13592529296875, 464.5357666015625, 499.78790283203125, 508.9415588378906, 484.6417236328125], "count": [2492]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6033851944305184]], [[0.6100718269552139]], [[0.6005534718740716]]], "std": [[[0.1984083822680264]], [[0.1944850426016641]], [[0.1890989378604938]]], "count": [352]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7070484532828283]], [[0.6853406677064765]], [[0.6458017113924168]]], "std": [[[0.22615915121956856]], [[0.21140208026900933]], [[0.19328950609425302]]], "count": [352]}, "observation.images.global2": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.4619903318571747]], [[0.45863936411449047]], [[0.4573010696347668]]], "std": [[[0.2296147605229405]], [[0.21535980354233492]], [[0.20538201002557466]]], "count": [352]}, "timestamp": {"min": [0.0], "max": [83.03333333333333], "mean": [41.516666666666666], "std": [23.979279249663307], "count": [2492]}, "frame_index": {"min": [0], "max": [2491], "mean": [1245.5], "std": [719.3783774898992], "count": [2492]}, "episode_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [2492]}, "index": {"min": [79309], "max": [81800], "mean": [80554.5], "std": [719.3783774898992], "count": [2492]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2492]}}} +{"episode_index": 42, "stats": {"action": {"min": [-60.44036865234375, -100.0, -63.595096588134766, 21.86564064025879, -95.37572479248047, 0.32573288679122925, -1000.0, -1350.0, -1450.0, -1350.0, -1350.0, -1100.0], "max": [33.79816436767578, 51.19296646118164, 100.0, 100.0, -3.625854015350342, 25.0, 1300.0, 1450.0, 1700.0, 2050.0, 1800.0, 1050.0], "mean": [-19.158802032470703, 3.2105698585510254, 13.463622093200684, 67.22529602050781, -61.84788131713867, 12.064620018005371, 0.6401137709617615, -0.6164059042930603, -0.1422475129365921, 0.02370791882276535, 0.3319108486175537, 0.0], "std": [22.59136199951172, 29.668153762817383, 39.16655349731445, 15.39101505279541, 19.260189056396484, 5.019262790679932, 305.2646484375, 376.43255615234375, 449.3610534667969, 320.3631591796875, 351.1981506347656, 157.1890411376953], "count": [2109]}, "observation.state": {"min": [-60.04728317260742, -96.22350311279297, -61.088436126708984, 22.840532302856445, -95.16461181640625, 1.3413816690444946, -1000.0, -1350.0, -1400.0, -1250.0, -1200.0, -1200.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [33.64854049682617, 52.21580123901367, 99.72789001464844, 99.50166320800781, -1.2345678806304932, 24.681421279907227, 1250.0, 1550.0, 1650.0, 1850.0, 1700.0, 1050.0, 1392.0, 1524.0, 1448.0, 1568.0, 1532.0, 1340.0], "mean": [-19.287405014038086, 4.752265930175781, 14.5537748336792, 67.2401351928711, -61.816471099853516, 12.28738784790039, 0.11853959411382675, 0.1422475129365921, 0.49786627292633057, -0.30820295214653015, -1.2565196752548218, 0.9246088266372681, 566.9189453125, 335.7629089355469, 417.6064453125, 368.2939758300781, 504.91607666015625, 438.1754455566406], "std": [22.58175277709961, 29.67743492126465, 38.61545944213867, 15.050508499145508, 19.18060302734375, 4.6678361892700195, 284.7245788574219, 398.1104736328125, 440.303955078125, 304.04022216796875, 346.20953369140625, 156.59945678710938, 522.5250244140625, 414.4908752441406, 473.2165832519531, 493.7558288574219, 519.177978515625, 493.8504943847656], "count": [2109]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5946024985288865]], [[0.601375604207385]], [[0.5919977703434]]], "std": [[[0.2006189863931685]], [[0.19548925136134154]], [[0.19024544459393247]]], "count": [311]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7089351967877182]], [[0.6858560646659522]], [[0.6466774471712587]]], "std": [[[0.22686337374006882]], [[0.21163986732600984]], [[0.19320806470068771]]], "count": [311]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.46961979002479876]], [[0.4668829630592859]], [[0.4658258240863334]]], "std": [[[0.23212414413103197]], [[0.21707701232485058]], [[0.20645523389911535]]], "count": [311]}, "timestamp": {"min": [0.0], "max": [70.26666666666667], "mean": [35.13333333333333], "std": [20.293859680719702], "count": [2109]}, "frame_index": {"min": [0], "max": [2108], "mean": [1054.0], "std": [608.815790421591], "count": [2109]}, "episode_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [2109]}, "index": {"min": [81801], "max": [83909], "mean": [82855.0], "std": [608.815790421591], "count": [2109]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2109]}}} +{"episode_index": 43, "stats": {"action": {"min": [-36.66054916381836, -99.58141326904297, -77.93917083740234, 22.29353904724121, -70.78297424316406, 0.16286644339561462, -900.0, -1400.0, -1450.0, -1500.0, -900.0, -1200.0], "max": [53.027523040771484, 57.80661392211914, 100.0, 91.35643768310547, 0.0, 23.69706916809082, 1100.0, 1650.0, 1750.0, 1700.0, 1250.0, 1250.0], "mean": [10.485748291015625, 5.590693473815918, 14.016701698303223, 64.82202911376953, -48.08054733276367, 14.520196914672852, 0.7101085782051086, 0.5221386551856995, -0.041771095246076584, 0.31328320503234863, 0.8563074469566345, -0.5847952961921692], "std": [21.836185455322266, 28.714752197265625, 43.723533630371094, 14.467263221740723, 13.599058151245117, 6.015166282653809, 258.1287536621094, 336.210205078125, 439.8913269042969, 271.2460632324219, 218.318359375, 168.91786193847656], "count": [2394]}, "observation.state": {"min": [-36.72182846069336, -96.30057525634766, -75.05668640136719, 23.421926498413086, -70.47325134277344, 1.3413816690444946, -900.0, -1500.0, -1350.0, -1400.0, -800.0, -1050.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [52.561073303222656, 58.99807357788086, 99.72789001464844, 90.86378479003906, -0.6172839403152466, 23.272972106933594, 1000.0, 1650.0, 1700.0, 1550.0, 1200.0, 1250.0, 1328.0, 1532.0, 1476.0, 1472.0, 1392.0, 1364.0], "mean": [10.43606948852539, 6.810896396636963, 15.002372741699219, 64.86819458007812, -48.0790901184082, 14.723551750183105, 0.9607351422309875, 0.12531328201293945, 0.2923976480960846, 0.3968254029750824, 0.5639097690582275, -0.20885546505451202, 463.2765197753906, 461.24810791015625, 433.8947448730469, 436.11529541015625, 434.2155456542969, 368.9858093261719], "std": [21.833099365234375, 29.08440589904785, 43.01764678955078, 14.327532768249512, 13.480037689208984, 5.647135257720947, 242.12066650390625, 359.4611511230469, 428.7419738769531, 262.6551208496094, 209.43312072753906, 165.1685333251953, 514.6333618164062, 466.39813232421875, 478.55938720703125, 507.2978820800781, 506.72601318359375, 478.4488830566406], "count": [2394]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5946262332540229]], [[0.5987494726569965]], [[0.5876854282526851]]], "std": [[[0.19867588756491927]], [[0.19558452084455727]], [[0.19161195127363054]]], "count": [342]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7098622111856439]], [[0.6840752195371326]], [[0.6424065736918549]]], "std": [[[0.22767655358659775]], [[0.21250541811459672]], [[0.1941192711662553]]], "count": [342]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5618370247343577]], [[0.5569050531762413]], [[0.5513571694759776]]], "std": [[[0.2663774903442592]], [[0.24712739488007585]], [[0.23183428979880613]]], "count": [342]}, "timestamp": {"min": [0.0], "max": [79.76666666666667], "mean": [39.88333333333333], "std": [23.036273730953265], "count": [2394]}, "frame_index": {"min": [0], "max": [2393], "mean": [1196.5], "std": [691.088211928598], "count": [2394]}, "episode_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [2394]}, "index": {"min": [83910], "max": [86303], "mean": [85106.5], "std": [691.088211928598], "count": [2394]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2394]}}} +{"episode_index": 44, "stats": {"action": {"min": [-34.23853302001953, -100.0, -94.18974304199219, 6.118956089019775, -67.20967102050781, 0.0, -850.0, -1500.0, -1500.0, -1900.0, -1700.0, -1500.0], "max": [35.04587173461914, 65.25743103027344, 99.90921783447266, 95.46427154541016, 0.8933263421058655, 26.058631896972656, 950.0, 1600.0, 1900.0, 2200.0, 1750.0, 1000.0], "mean": [-0.46696072816848755, 14.955682754516602, -4.862502574920654, 69.87638092041016, -52.36088943481445, 13.421537399291992, -1.4841351509094238, -0.25588536262512207, -0.48618218302726746, 0.6397134065628052, 1.995905876159668, -0.6141248941421509], "std": [18.697616577148438, 30.616559982299805, 39.396888732910156, 13.493021965026855, 13.457887649536133, 6.019411563873291, 227.8866424560547, 350.0581970214844, 410.35577392578125, 326.5870666503906, 231.09278869628906, 157.4387664794922], "count": [1954]}, "observation.state": {"min": [-34.43656539916992, -96.45471954345703, -91.47392272949219, 7.308969974517822, -66.87242889404297, 1.3413816690444946, -800.0, -1600.0, -1400.0, -1800.0, -1450.0, -1200.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [34.751773834228516, 66.08863067626953, 99.72789001464844, 95.01660919189453, 0.20576131343841553, 25.620389938354492, 850.0, 1650.0, 1800.0, 2050.0, 1550.0, 1050.0, 1300.0, 1536.0, 1488.0, 1616.0, 1508.0, 1284.0], "mean": [-0.5414138436317444, 16.714027404785156, -3.642237663269043, 69.9356918334961, -52.359840393066406, 13.735328674316406, -0.3582395017147064, -0.28147390484809875, -0.1791197508573532, 0.3582395017147064, -0.6653019189834595, 1.202661156654358, 503.51483154296875, 373.218017578125, 351.5434875488281, 412.8802490234375, 485.9918212890625, 467.8116760253906], "std": [18.730913162231445, 30.554244995117188, 38.89060592651367, 13.316422462463379, 13.37751579284668, 5.489572048187256, 214.23809814453125, 364.8006896972656, 399.3679504394531, 314.2793884277344, 221.7088623046875, 151.71177673339844, 518.59716796875, 417.7061462402344, 441.6289367675781, 502.9729309082031, 514.6151123046875, 494.04901123046875], "count": [1954]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5971012465424168]], [[0.6045425742822726]], [[0.5949080443184099]]], "std": [[[0.19780504070162805]], [[0.1939588609212029]], [[0.18916488619367805]]], "count": [293]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7129499758805684]], [[0.6842974386000135]], [[0.6414243542126749]]], "std": [[[0.22913283405138654]], [[0.2131346846252819]], [[0.19424555277045485]]], "count": [293]}, "observation.images.global2": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5644040367284571]], [[0.5586900708804569]], [[0.5527114116977848]]], "std": [[[0.2561922606690424]], [[0.23762295668170919]], [[0.2246128567772149]]], "count": [293]}, "timestamp": {"min": [0.0], "max": [65.1], "mean": [32.55], "std": [18.802371304350594], "count": [1954]}, "frame_index": {"min": [0], "max": [1953], "mean": [976.5], "std": [564.0711391305178], "count": [1954]}, "episode_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [1954]}, "index": {"min": [86304], "max": [88257], "mean": [87280.5], "std": [564.0711391305178], "count": [1954]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1954]}}} +{"episode_index": 45, "stats": {"action": {"min": [-38.20183563232422, -99.24654388427734, -95.91466522216797, 15.104835510253906, -70.83552551269531, 0.40716612339019775, -900.0, -1400.0, -1300.0, -1950.0, -2250.0, -1050.0], "max": [35.266056060791016, 68.43867492675781, 100.0, 95.37869262695312, 0.9458749294281006, 26.87296485900879, 900.0, 1400.0, 1500.0, 1700.0, 1400.0, 1500.0], "mean": [-5.331324577331543, 15.250969886779785, -5.699170112609863, 67.7636489868164, -52.761417388916016, 13.55655288696289, 0.5681818127632141, -0.4419191777706146, -0.7365319728851318, -0.4208754301071167, -1.2415825128555298, -1.0101009607315063], "std": [19.39505958557129, 32.87453842163086, 47.06120300292969, 16.90406608581543, 16.52871322631836, 6.638772010803223, 240.32745361328125, 296.96624755859375, 339.87933349609375, 281.9219665527344, 274.9779968261719, 163.68798828125], "count": [2376]}, "observation.state": {"min": [-38.14026641845703, -96.14643859863281, -93.10657501220703, 15.946844100952148, -70.42181396484375, 1.2072434425354004, -800.0, -1500.0, -1150.0, -1750.0, -1850.0, -1050.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [35.145782470703125, 68.94026947021484, 99.72789001464844, 95.01660919189453, 0.6172839403152466, 26.089872360229492, 850.0, 1450.0, 1500.0, 1550.0, 1400.0, 1250.0, 1288.0, 1440.0, 1408.0, 1480.0, 1436.0, 1408.0], "mean": [-5.450377464294434, 16.79273796081543, -4.586807727813721, 67.89106750488281, -52.70331573486328, 13.89316177368164, 1.0732322931289673, 0.16835017502307892, -0.04208754375576973, -0.1262626200914383, -1.936026930809021, 0.4419191777706146, 551.2559204101562, 336.6043701171875, 369.32659912109375, 374.26934814453125, 410.7121276855469, 472.93096923828125], "std": [19.412809371948242, 33.04835891723633, 46.50637435913086, 16.705751419067383, 16.45738983154297, 6.137157440185547, 224.51219177246094, 315.1446533203125, 328.884521484375, 271.50762939453125, 267.3274841308594, 157.883056640625, 521.9172973632812, 410.1649169921875, 450.1941223144531, 488.95892333984375, 501.3672180175781, 493.1053771972656], "count": [2376]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5950955726163014]], [[0.6010093377547097]], [[0.5906838709871203]]], "std": [[[0.19669431932616707]], [[0.1931319961536714]], [[0.18848349846751639]]], "count": [340]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7110970960688197]], [[0.6845735966935794]], [[0.6418712352220299]]], "std": [[[0.22780027490073235]], [[0.2120183082354832]], [[0.1931070218554835]]], "count": [340]}, "observation.images.global2": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5585176584727028]], [[0.5535975069684738]], [[0.5484533142301038]]], "std": [[[0.26129479242174347]], [[0.24210950567471257]], [[0.22843076369181087]]], "count": [340]}, "timestamp": {"min": [0.0], "max": [79.16666666666667], "mean": [39.58333333333334], "std": [22.863068634971278], "count": [2376]}, "frame_index": {"min": [0], "max": [2375], "mean": [1187.5], "std": [685.8920590491383], "count": [2376]}, "episode_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [2376]}, "index": {"min": [88258], "max": [90633], "mean": [89445.5], "std": [685.8920590491383], "count": [2376]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2376]}}} +{"episode_index": 46, "stats": {"action": {"min": [-62.20183563232422, -100.0, -63.867454528808594, 38.21138381958008, -85.02364349365234, 0.732899010181427, -1300.0, -1350.0, -1550.0, -1300.0, -1650.0, -1000.0], "max": [37.688072204589844, 49.18375778198242, 100.0, 99.91442108154297, -5.465054988861084, 25.89576530456543, 1100.0, 1750.0, 1700.0, 2150.0, 2350.0, 1700.0], "mean": [-17.561866760253906, 1.7742667198181152, 14.709111213684082, 67.51565551757812, -60.511741638183594, 12.994946479797363, -4.408060550689697, 0.47858941555023193, 0.35264483094215393, 0.32745590806007385, 0.377833753824234, -0.251889169216156], "std": [24.291770935058594, 27.946937561035156, 38.787296295166016, 15.692651748657227, 17.84219741821289, 6.1463422775268555, 313.9635314941406, 407.929443359375, 498.4431457519531, 331.8953552246094, 334.5302734375, 175.3654327392578], "count": [1985]}, "observation.state": {"min": [-62.33254623413086, -96.6088638305664, -61.17913818359375, 39.368770599365234, -84.56790161132812, 1.2072434425354004, -1100.0, -1450.0, -1350.0, -1400.0, -1600.0, -900.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [37.27344512939453, 50.1348762512207, 99.45578002929688, 99.16943359375, -5.915637969970703, 25.821596145629883, 1000.0, 1850.0, 1650.0, 1900.0, 2000.0, 1550.0, 1332.0, 1564.0, 1448.0, 1576.0, 1624.0, 1488.0], "mean": [-17.62082862854004, 3.1601359844207764, 15.837080955505371, 67.62382507324219, -60.46066665649414, 13.199859619140625, -4.911839008331299, 0.9068009853363037, 0.125944584608078, 0.377833753824234, 0.05037783458828926, 0.05037783458828926, 539.4478759765625, 419.6574401855469, 443.0267028808594, 370.0090637207031, 468.36273193359375, 484.4775695800781], "std": [24.305763244628906, 27.968839645385742, 38.14344024658203, 15.413820266723633, 17.729406356811523, 5.751744747161865, 291.6517333984375, 436.7261047363281, 486.056396484375, 316.9494934082031, 324.86395263671875, 173.85821533203125, 522.0918579101562, 455.415771484375, 478.79937744140625, 491.0820617675781, 512.7826538085938, 500.3639221191406], "count": [1985]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5965096615666469]], [[0.6035880138531283]], [[0.594083217798904]]], "std": [[[0.19884234181945754]], [[0.1943076895497221]], [[0.18950510567143988]]], "count": [297]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7090656716951651]], [[0.6845503365627957]], [[0.6427115593571885]]], "std": [[[0.22767763046186099]], [[0.2121847281613914]], [[0.19345470528819275]]], "count": [297]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5645748202339297]], [[0.5605549943883277]], [[0.5568439047336106]]], "std": [[[0.26308657246876]], [[0.24309708148812262]], [[0.22813915205171034]]], "count": [297]}, "timestamp": {"min": [0.0], "max": [66.13333333333334], "mean": [33.06666666666667], "std": [19.10066898188531], "count": [1985]}, "frame_index": {"min": [0], "max": [1984], "mean": [992.0], "std": [573.0200694565592], "count": [1985]}, "episode_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [1985]}, "index": {"min": [90634], "max": [92618], "mean": [91626.0], "std": [573.0200694565592], "count": [1985]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1985]}}} +{"episode_index": 47, "stats": {"action": {"min": [-36.14678955078125, -100.0, -83.11393737792969, 8.85750961303711, -67.472412109375, 0.24429967999458313, -1200.0, -1650.0, -1800.0, -2000.0, -2000.0, -1200.0], "max": [53.467891693115234, 57.136878967285156, 100.0, 99.91442108154297, -1.208617925643921, 19.788272857666016, 1350.0, 1250.0, 2000.0, 2150.0, 2050.0, 1050.0], "mean": [13.136714935302734, 3.897914409637451, 12.677641868591309, 68.71781158447266, -42.77450180053711, 11.65225887298584, 3.902953624725342, 0.7120253443717957, -0.4483122229576111, 1.2658227682113647, 3.24367094039917, -0.5010548233985901], "std": [27.396333694458008, 29.617639541625977, 41.608238220214844, 15.283580780029297, 14.977252006530762, 5.484590530395508, 349.7720642089844, 398.3991394042969, 514.0064697265625, 359.5231018066406, 315.03387451171875, 160.5990753173828], "count": [1896]}, "observation.state": {"min": [-36.01260757446289, -96.6859359741211, -80.49886322021484, 9.966777801513672, -67.07818603515625, 1.3413816690444946, -1050.0, -1800.0, -1600.0, -1850.0, -1450.0, -1150.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [53.58549880981445, 58.073219299316406, 99.81859588623047, 99.3355484008789, -1.7489712238311768, 19.71830940246582, 1250.0, 1300.0, 1950.0, 2000.0, 1900.0, 1000.0, 1392.0, 1464.0, 1540.0, 1592.0, 1596.0, 1336.0], "mean": [13.024674415588379, 5.311463832855225, 13.82568645477295, 68.76042938232422, -42.761505126953125, 12.029914855957031, 5.116033554077148, 0.6065400838851929, 0.6592826843261719, -0.4483122229576111, 1.3185653686523438, 0.7647679448127747, 482.2257385253906, 428.1097106933594, 434.0759582519531, 412.36920166015625, 412.57806396484375, 423.7510681152344], "std": [27.511445999145508, 29.840349197387695, 40.949520111083984, 15.02184009552002, 14.85366439819336, 4.927803039550781, 325.0435485839844, 424.5877990722656, 500.52740478515625, 345.8363037109375, 305.4872131347656, 152.07949829101562, 523.5902099609375, 457.0390319824219, 476.1084899902344, 505.77374267578125, 504.4486083984375, 483.69537353515625], "count": [1896]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5969027984161145]], [[0.6031692898704196]], [[0.5917122553289609]]], "std": [[[0.20069374166247506]], [[0.1973478578366451]], [[0.1938731955830563]]], "count": [287]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7112452147525677]], [[0.6852317891587529]], [[0.6433465596604495]]], "std": [[[0.22704283547367107]], [[0.21178646893453185]], [[0.19325765911887097]]], "count": [287]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5608114225364943]], [[0.5561344587631801]], [[0.5531844305811756]]], "std": [[[0.26534436715991755]], [[0.24587922629234393]], [[0.23127290461511288]]], "count": [287]}, "timestamp": {"min": [0.0], "max": [63.166666666666664], "mean": [31.583333333333332], "std": [18.2442659688117], "count": [1896]}, "frame_index": {"min": [0], "max": [1895], "mean": [947.5], "std": [547.327979064351], "count": [1896]}, "episode_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [1896]}, "index": {"min": [92619], "max": [94514], "mean": [93566.5], "std": [547.327979064351], "count": [1896]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1896]}}} +{"episode_index": 48, "stats": {"action": {"min": [-36.51375961303711, -100.0, -99.00135803222656, 41.54899597167969, -82.02837371826172, 0.8143322467803955, -1000.0, -1350.0, -1500.0, -1200.0, -1400.0, -1200.0], "max": [33.21100997924805, 71.61992645263672, 99.81842803955078, 100.0, -2.049395799636841, 23.371335983276367, 1000.0, 1700.0, 1600.0, 1300.0, 1850.0, 1150.0], "mean": [-6.754153728485107, 25.6209659576416, -25.517553329467773, 74.29975891113281, -55.80687713623047, 12.772139549255371, 1.0695186853408813, -0.05729564651846886, -0.6875477433204651, 0.5729564428329468, 1.3368984460830688, 0.17188693583011627], "std": [19.9892578125, 30.993663787841797, 41.312503814697266, 12.962114334106445, 16.28812599182129, 6.493044376373291, 208.9486541748047, 314.7158508300781, 377.2502746582031, 263.6307373046875, 269.84112548828125, 180.9884796142578], "count": [2618]}, "observation.state": {"min": [-36.72182846069336, -96.45471954345703, -97.36961364746094, 41.777408599853516, -81.48148345947266, 1.3413816690444946, -900.0, -1300.0, -1450.0, -1250.0, -1250.0, -1100.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [33.096927642822266, 71.94605255126953, 99.27437591552734, 99.16943359375, -1.7489712238311768, 22.736417770385742, 900.0, 1800.0, 1550.0, 1300.0, 1550.0, 1100.0, 1300.0, 1584.0, 1432.0, 1408.0, 1500.0, 1360.0], "mean": [-6.863263130187988, 27.540695190429688, -24.156309127807617, 74.39964294433594, -55.72892761230469, 13.202384948730469, 0.09549274295568466, 0.07639419287443161, -0.34377387166023254, -0.15278838574886322, -0.8594346642494202, -0.3628724217414856, 543.2055053710938, 301.1443786621094, 306.64324951171875, 392.5805969238281, 365.52484130859375, 417.9709777832031], "std": [20.03288459777832, 31.032941818237305, 40.88883972167969, 12.779751777648926, 16.212366104125977, 5.877285003662109, 196.15524291992188, 331.15057373046875, 366.3458251953125, 253.66651916503906, 261.4852600097656, 174.86964416503906, 520.13623046875, 372.38677978515625, 412.8299865722656, 494.62347412109375, 485.8029479980469, 481.1620788574219], "count": [2618]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5991027682648401]], [[0.605169767324738]], [[0.5944437712642134]]], "std": [[[0.19640538639001814]], [[0.19298195610514354]], [[0.1880990675863129]]], "count": [365]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7105410102739727]], [[0.6831207342868654]], [[0.6400548566344346]]], "std": [[[0.22813667300977836]], [[0.2121002277093987]], [[0.1930713183431993]]], "count": [365]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5579365649341929]], [[0.5532458920897125]], [[0.5504930102292059]]], "std": [[[0.2581285688636374]], [[0.23911907988912898]], [[0.22608726361698325]]], "count": [365]}, "timestamp": {"min": [0.0], "max": [87.23333333333333], "mean": [43.61666666666666], "std": [25.191714907881916], "count": [2618]}, "frame_index": {"min": [0], "max": [2617], "mean": [1308.5], "std": [755.7514472364575], "count": [2618]}, "episode_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [2618]}, "index": {"min": [94515], "max": [97132], "mean": [95823.5], "std": [755.7514472364575], "count": [2618]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2618]}}} +{"episode_index": 49, "stats": {"action": {"min": [-66.4587173461914, -100.0, -72.85519409179688, 6.5468549728393555, -83.92012786865234, 0.0, -1400.0, -1450.0, -1400.0, -1900.0, -1750.0, -1500.0], "max": [47.37614822387695, 53.7881965637207, 100.0, 99.91442108154297, -1.208617925643921, 29.47882652282715, 1150.0, 1650.0, 1950.0, 1950.0, 2150.0, 1450.0], "mean": [-10.62244987487793, 7.705538272857666, 11.783735275268555, 61.53596115112305, -53.61127471923828, 14.487931251525879, 2.2904484272003174, 0.2761533558368683, -0.3898635506629944, 0.1299545168876648, -0.0162443146109581, 0.4385964870452881], "std": [28.692529678344727, 27.50189781188965, 42.19493103027344, 20.11855697631836, 16.3953914642334, 6.351059913635254, 291.89434814453125, 348.0837707519531, 488.9521484375, 334.39630126953125, 311.85272216796875, 173.1829833984375], "count": [3078]}, "observation.state": {"min": [-66.43025970458984, -96.45471954345703, -70.34013366699219, 6.561461925506592, -83.53909301757812, 1.3413816690444946, -1450.0, -1500.0, -1400.0, -1800.0, -1600.0, -1450.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [47.28132247924805, 54.68207931518555, 99.81859588623047, 99.16943359375, -1.6460905075073242, 29.040912628173828, 1000.0, 1700.0, 1900.0, 1850.0, 2000.0, 1300.0, 1344.0, 1552.0, 1528.0, 1576.0, 1636.0, 1452.0], "mean": [-10.710526466369629, 9.128023147583008, 12.797785758972168, 61.65475845336914, -53.54842758178711, 14.667119979858398, -0.8609486818313599, 1.2020792961120605, -0.3086419701576233, -0.2111760824918747, 0.324886292219162, -0.5035737752914429, 528.8836669921875, 399.9584045410156, 426.6861572265625, 396.26251220703125, 412.13775634765625, 404.4392395019531], "std": [28.714292526245117, 27.74295997619629, 41.58137130737305, 19.921724319458008, 16.216760635375977, 6.033685684204102, 274.3058166503906, 369.1093444824219, 475.740966796875, 326.3310546875, 303.201171875, 174.22994995117188, 523.005859375, 444.7837219238281, 479.094482421875, 497.5415954589844, 500.9869079589844, 489.63250732421875], "count": [3078]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5995148151774834]], [[0.6059805237066578]], [[0.5962867716295558]]], "std": [[[0.19598555395041434]], [[0.1923724035215509]], [[0.18711353483458867]]], "count": [413]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7093339238237668]], [[0.6845780030938929]], [[0.641623449097153]]], "std": [[[0.22711512140722317]], [[0.2116359739066351]], [[0.19297062595945044]]], "count": [413]}, "observation.images.global2": {"min": [[[0.0]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5607724514947222]], [[0.5569283127799143]], [[0.5534198253453925]]], "std": [[[0.2643915359041534]], [[0.2444076880413697]], [[0.2292452157623098]]], "count": [413]}, "timestamp": {"min": [0.0], "max": [102.56666666666666], "mean": [51.283333333333324], "std": [29.61806724631787], "count": [3078]}, "frame_index": {"min": [0], "max": [3077], "mean": [1538.5], "std": [888.5420173895361], "count": [3078]}, "episode_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [3078]}, "index": {"min": [97133], "max": [100210], "mean": [98671.5], "std": [888.5420173895361], "count": [3078]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3078]}}} diff --git a/meta/info.json b/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..889e8779c292dd08ff8e0057ae68c95e0497c65c --- /dev/null +++ b/meta/info.json @@ -0,0 +1,168 @@ +{ + "codebase_version": "v2.1", + "robot_type": "so101_follower_advanced", + "total_episodes": 50, + "total_frames": 100211, + "total_tasks": 1, + "total_videos": 150, + "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": [ + 12 + ], + "names": [ + "shoulder_pan.pos", + "shoulder_lift.pos", + "elbow_flex.pos", + "wrist_flex.pos", + "wrist_roll.pos", + "gripper.pos", + "shoulder_pan.vel", + "shoulder_lift.vel", + "elbow_flex.vel", + "wrist_flex.vel", + "wrist_roll.vel", + "gripper.vel" + ] + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 18 + ], + "names": [ + "shoulder_pan.pos", + "shoulder_lift.pos", + "elbow_flex.pos", + "wrist_flex.pos", + "wrist_roll.pos", + "gripper.pos", + "shoulder_pan.vel", + "shoulder_lift.vel", + "elbow_flex.vel", + "wrist_flex.vel", + "wrist_roll.vel", + "gripper.vel", + "shoulder_pan.load", + "shoulder_lift.load", + "elbow_flex.load", + "wrist_flex.load", + "wrist_roll.load", + "gripper.load" + ] + }, + "observation.images.wrist": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.global1": { + "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.global2": { + "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..cb9000dbada80f60587cd0453c64f4406b903b64 --- /dev/null +++ b/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "{'Sort the M&Ms by color': 'move all blue ones to the left plate and all yellow ones to the right plate.'}"} diff --git a/videos/chunk-000/observation.images.global1/episode_000000.mp4 b/videos/chunk-000/observation.images.global1/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d796d92a32bcde45b62158dfe716987df1bbd0d --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33cdaf1b221f63ad116e0dc1a9e86d649c92cd5bc002e7f8ae63a8080ca49dcf +size 21664048 diff --git a/videos/chunk-000/observation.images.global1/episode_000001.mp4 b/videos/chunk-000/observation.images.global1/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88fa8966272cee346579fec4243820e945ab81af --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76664cf23421141215219fddf0d87d676fcf884aa1b7db9c5dad2c45c071243 +size 21400171 diff --git a/videos/chunk-000/observation.images.global1/episode_000002.mp4 b/videos/chunk-000/observation.images.global1/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34a4ab85b141f07f72eaa8373103b286f966704d --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94df296c1c268e129ec0a9fd4b90d400ecdfeffc06ee5376328629976b1af6a1 +size 21452912 diff --git a/videos/chunk-000/observation.images.global1/episode_000003.mp4 b/videos/chunk-000/observation.images.global1/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07d9dbf64c551a60915e4c25a99710bd459816c3 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126dec32938af85b792528390e20c455861bb9736b741af8ad9a1125d3d562a3 +size 21368950 diff --git a/videos/chunk-000/observation.images.global1/episode_000004.mp4 b/videos/chunk-000/observation.images.global1/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff0cd877d2bd694899375c54b812eff0c95c0f6e --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774ef4c10db0b3b69d3f0d664ac72e09003e921061b5461ed06f8bbb18c56b79 +size 21681516 diff --git a/videos/chunk-000/observation.images.global1/episode_000005.mp4 b/videos/chunk-000/observation.images.global1/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ecad84ad9721c03a44414a42dab860ecb5a0647 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a4f21c83b124e4ded7ea1c1362004913d6f6f235c2be547a93d79a0ce9224f +size 21406292 diff --git a/videos/chunk-000/observation.images.global1/episode_000006.mp4 b/videos/chunk-000/observation.images.global1/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..761858580c284cae59d490426de9b9c9c5240041 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b1302b1c823df492a833b2533b9fdd1d344603140e04603d87fe30be0fa671 +size 21558153 diff --git a/videos/chunk-000/observation.images.global1/episode_000007.mp4 b/videos/chunk-000/observation.images.global1/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd5f8f9bb4dcca03a62b8b9d6c12b8c19a5a279e --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49459e9d89687cbd6858d7eceb241b19e0943772c452d152422283d43e48418e +size 17535499 diff --git a/videos/chunk-000/observation.images.global1/episode_000008.mp4 b/videos/chunk-000/observation.images.global1/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7c18ca11f82741b5e1ff4b881403f2b73c40e47 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd52d68d051d30bbfd3a2b89af687451d0e7a29ba1979c7de5e05fd5461e8150 +size 16803494 diff --git a/videos/chunk-000/observation.images.global1/episode_000009.mp4 b/videos/chunk-000/observation.images.global1/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2e46721aa034ecfe09c0c5ac1e940eb1e956498 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5c8f3caa5d5035ee6109bfe8b10c4be4ee9e22248160c1f932a26cd77728f5 +size 20734660 diff --git a/videos/chunk-000/observation.images.global1/episode_000010.mp4 b/videos/chunk-000/observation.images.global1/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d0e01c6dc9019a7971fd89dcbe8c310c55aea0c --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7003fe2bcd218917d6d4a5ff9272f9bcd4f09c7c0790c25493d6c78dd3dac3a4 +size 23345424 diff --git a/videos/chunk-000/observation.images.global1/episode_000011.mp4 b/videos/chunk-000/observation.images.global1/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..414c583582b6b32bd69cd3b0571e8efc22b64efa --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2930a0f29383e3a51a233756a434e569ea1f6efcf938ce481fcf9a94ea1206c7 +size 23483344 diff --git a/videos/chunk-000/observation.images.global1/episode_000012.mp4 b/videos/chunk-000/observation.images.global1/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad13e2646b513d843409f68be1c35376fae060da --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5768a0222dde5f8aa29122b4aad0d571b98b5b7d49ad105dfdc9005c85e16bb8 +size 22424547 diff --git a/videos/chunk-000/observation.images.global1/episode_000013.mp4 b/videos/chunk-000/observation.images.global1/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..008df17990050aec30721b3b1cb32ab88565844d --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bac4044798bc1b3871e0cec23a8a3b8eb764371462aa91eb6d2d3ddaf43b8c8 +size 24030499 diff --git a/videos/chunk-000/observation.images.global1/episode_000014.mp4 b/videos/chunk-000/observation.images.global1/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55724d893c9d6d1ab596f03cedb6442d05139efb --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858b6ac36555419532577b2e30a40b5ba6e996cc77d31eea21a0c5f48ecb70d6 +size 22502226 diff --git a/videos/chunk-000/observation.images.global1/episode_000015.mp4 b/videos/chunk-000/observation.images.global1/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d0c2dc27c59ad3f2298b289601a42d42c99c467 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efab66ef0255f6b27a2345de0db07ed9997d2504b4c7eb815c7bde018753ef59 +size 35031884 diff --git a/videos/chunk-000/observation.images.global1/episode_000016.mp4 b/videos/chunk-000/observation.images.global1/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1b644b887e5c54f6bc5f9afef80d2469cf75719 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf84f97b30320d671db75a517a95b9a7ea89434d9cbb526c6d6eb0be5dc10c2 +size 20936614 diff --git a/videos/chunk-000/observation.images.global1/episode_000017.mp4 b/videos/chunk-000/observation.images.global1/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c85cff54a1c48a928a5a55f2de46bba2c0aefb9d --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb577b12a6ad19ee51867463ded69ce91bda97c77f0f453fd1c29e06fe6d6e9 +size 23860675 diff --git a/videos/chunk-000/observation.images.global1/episode_000018.mp4 b/videos/chunk-000/observation.images.global1/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1df1359b45d4e503e75d92dd62570d4d9678842 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88c7a912cb1ba53c6769d9de232757e85ba2eb8ef07c01dacb6114af09a41f7 +size 32592918 diff --git a/videos/chunk-000/observation.images.global1/episode_000019.mp4 b/videos/chunk-000/observation.images.global1/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8dcb9d7e5c91322ade4c9501f905ac9dd3a84d5 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a3cb1f48233ecef2816e892bc865debd0ac45604b54934a14084fb3538625d +size 41341800 diff --git a/videos/chunk-000/observation.images.global1/episode_000020.mp4 b/videos/chunk-000/observation.images.global1/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..483d74a110ba67649f78c07e8492d023dc881264 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af99cb98435f448297c398f074192163e7af0c95a9f32d25b276b9ac29ba2d4e +size 25813970 diff --git a/videos/chunk-000/observation.images.global1/episode_000021.mp4 b/videos/chunk-000/observation.images.global1/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b743b01b36253aff5f6c559a563c2a328873bd7c --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce14db62932fc08dc099c40d4f3163b086d78568d0b09849605dbb40116a466 +size 21422339 diff --git a/videos/chunk-000/observation.images.global1/episode_000022.mp4 b/videos/chunk-000/observation.images.global1/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af8789f0496537f1153ceb577827edc5c51ac9d3 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fdd1cba5bb31558f8ebfe97c180da6de459510547a16f4ebcc4273fcbda86a1 +size 19725858 diff --git a/videos/chunk-000/observation.images.global1/episode_000023.mp4 b/videos/chunk-000/observation.images.global1/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f230828905366d05acf1ad3812a30be1dc3c04d --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e4dac27ecf8a8affbc0305ef6834d6e71b509b8bc40781d9cea4152107b99a +size 22851204 diff --git a/videos/chunk-000/observation.images.global1/episode_000024.mp4 b/videos/chunk-000/observation.images.global1/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab4e3ff8c2744900b70955b19148641efae14bce --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03cf9ae2a26926526229c2d0b93d8742f246f34e39499595d83af8dffea7a46b +size 21425488 diff --git a/videos/chunk-000/observation.images.global1/episode_000025.mp4 b/videos/chunk-000/observation.images.global1/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b7a4e6e971d2a5534abc13c89338aa68bbd9231 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3896f3df67bf0928c9ff21c16db138dda79719d5c21cc80c5ea873307439df2b +size 29825688 diff --git a/videos/chunk-000/observation.images.global1/episode_000026.mp4 b/videos/chunk-000/observation.images.global1/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41c517d41ec5e242003f8b1e39d33b4a6a51a3ff --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317fbf50c57f2bf2fa457efcbed483b7cdfe85172e5322b291c9c6cee85e6efe +size 19690543 diff --git a/videos/chunk-000/observation.images.global1/episode_000027.mp4 b/videos/chunk-000/observation.images.global1/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af6af8f2ac1c005e61bef049bd0a0e300128781e --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb57d4cd3824d13f67a25ba50eb3dd112c897d56c76163e721fba7546478c567 +size 17482162 diff --git a/videos/chunk-000/observation.images.global1/episode_000028.mp4 b/videos/chunk-000/observation.images.global1/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a280f65aa8c678fe1e07252973135e8a47b38743 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:497def1a947d62eef4a20d50eb9073724a001bb0463abb1a598fcee40518efb3 +size 20955392 diff --git a/videos/chunk-000/observation.images.global1/episode_000029.mp4 b/videos/chunk-000/observation.images.global1/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..492d4063d38a254c9848a53d2edf1b0d39091837 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c515a8b372342fc6541ef191c98c1efe3ad6b05a1153c8500c8e5bbaf77f0fe2 +size 17003174 diff --git a/videos/chunk-000/observation.images.global1/episode_000030.mp4 b/videos/chunk-000/observation.images.global1/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02c50a2981ad334d9d1483a08281ce177c876855 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522a53e6e5a739439350230bb1176feea1dd9fdb4098262eeaaf8e17902c4b33 +size 22671297 diff --git a/videos/chunk-000/observation.images.global1/episode_000031.mp4 b/videos/chunk-000/observation.images.global1/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ff8165b44cf48b02c34fd5186bb871656b28932 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0122aa47fb943217bfb11eb4e2a02a824221ad8ac971c603c352c0bbb8160377 +size 17053637 diff --git a/videos/chunk-000/observation.images.global1/episode_000032.mp4 b/videos/chunk-000/observation.images.global1/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ab5751a8945b6fa84dbd0d5289334b22d4a6c08 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812d02fe89b45c22afa8b12fcab9a05c6c2e5888c04eefefc1fe4667c33ad5bd +size 24578639 diff --git a/videos/chunk-000/observation.images.global1/episode_000033.mp4 b/videos/chunk-000/observation.images.global1/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e4dec0c861c07e469c2a5dba4bbab97a179adb6 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95cab75b03f3acf7fe3975532c6c57a65d787670683242b96e6b159155209b0 +size 32755531 diff --git a/videos/chunk-000/observation.images.global1/episode_000034.mp4 b/videos/chunk-000/observation.images.global1/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6dfe403fdfe1a73b8e5d48ca5767feb80cc19bfd --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c266df6ce9520e2e6222f5815adeed3e4cde8db8a870f90e0092a633007d121 +size 18153523 diff --git a/videos/chunk-000/observation.images.global1/episode_000035.mp4 b/videos/chunk-000/observation.images.global1/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9216ae08146e4ef8f7cdcce4fc6ee03f28a7d921 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404e958ee6869bfbd96cbcfb73b9de07c6443e1b58f24f6e98541b8ec5175b1b +size 22144378 diff --git a/videos/chunk-000/observation.images.global1/episode_000036.mp4 b/videos/chunk-000/observation.images.global1/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f8e766f0dbbd8939c70e1a9bba683069fb3ead4 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd29c22383745091b5d8d89cf050e490c3ea10709b4fd28f4e41300d75112c5 +size 21702367 diff --git a/videos/chunk-000/observation.images.global1/episode_000037.mp4 b/videos/chunk-000/observation.images.global1/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a62fe503eed372377a89937b09fd4d3264f4a5a --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc72238785fbab793496d4b9b0ec2fa2637e91fe80ccd91ee55322bbd3a6536 +size 23544598 diff --git a/videos/chunk-000/observation.images.global1/episode_000038.mp4 b/videos/chunk-000/observation.images.global1/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a9ab0353d0e5fbe354b4454c25799d53a7d16d1 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7479aebe3f024170dafb83a24465e763280a33fe638b345b7e2e2ef521a12554 +size 19790030 diff --git a/videos/chunk-000/observation.images.global1/episode_000039.mp4 b/videos/chunk-000/observation.images.global1/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..680b14061457e7f617e9dd6c0cd10844bc7a7404 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fefa52aad386ca00d0b1144f4937a871fc96caef6ebb8e1427e5dfdc3595118b +size 27177095 diff --git a/videos/chunk-000/observation.images.global1/episode_000040.mp4 b/videos/chunk-000/observation.images.global1/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7d433cc78abcfb67e3c20f6b19d55704c9bc42c --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a6e3573e79f9ee8a3a8bb750fd0e4076761a62f5f33fa2a908b4f260d63f11 +size 30350860 diff --git a/videos/chunk-000/observation.images.global1/episode_000041.mp4 b/videos/chunk-000/observation.images.global1/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00959cb51de9ade89e5bf1772ae2591c71f902f2 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad1217541842567f7584a9d671a84e85a8deae535a211405b0b72fb8683e48d +size 30846628 diff --git a/videos/chunk-000/observation.images.global1/episode_000042.mp4 b/videos/chunk-000/observation.images.global1/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ecef4323d41deadd62ef8f6c96c3d2cee3a02f9 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3c1d1511640c47425af8a83ffe76d04ebe176f57ac360f77400a44368ad88d +size 25952485 diff --git a/videos/chunk-000/observation.images.global1/episode_000043.mp4 b/videos/chunk-000/observation.images.global1/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9356e9dc199633e4a40e04218e6a5993c8b81a34 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f352d69415db612c6958ad8fe7a5ec9c7996f8b609e70d19ccb8dc783c6ad899 +size 29970748 diff --git a/videos/chunk-000/observation.images.global1/episode_000044.mp4 b/videos/chunk-000/observation.images.global1/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e0c21c2cb9d084a69fd2e790d2a525dd3fedcc8 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146da6b42439ff4cb89b9ced7f0facaccb8a01de84e5820b42e0bc5b82b65627 +size 24307814 diff --git a/videos/chunk-000/observation.images.global1/episode_000045.mp4 b/videos/chunk-000/observation.images.global1/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2642b9ff7342754f6360339cf55387ae3bd06ab2 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7151209fb85128cba7a8b2a23f1ef771db0869c45efebde7269f583436f98a +size 29864912 diff --git a/videos/chunk-000/observation.images.global1/episode_000046.mp4 b/videos/chunk-000/observation.images.global1/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3752e824bdde6411efe1a619afd225cc9ed22354 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cfec842add79f9104a9e39b970ac52a2cbd69de32506632a2d18b25aa494c0 +size 24839933 diff --git a/videos/chunk-000/observation.images.global1/episode_000047.mp4 b/videos/chunk-000/observation.images.global1/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74a49e0deb7bb76b3df32ad3f37afe36b738d1e4 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad805ff32d7e08d2a0cffcd9b9a2536b314e081ea2341bfbe63c656d04f98165 +size 23688393 diff --git a/videos/chunk-000/observation.images.global1/episode_000048.mp4 b/videos/chunk-000/observation.images.global1/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ffd24a4e0520d200026c25d97efbe3a1b178c2e --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec58548cbe131fccd5afdce4dedde699e29827e220c90695d28ca530f75415f6 +size 32867131 diff --git a/videos/chunk-000/observation.images.global1/episode_000049.mp4 b/videos/chunk-000/observation.images.global1/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2576b19e8f6c917f9ec0d9b77ef3bb865625451 --- /dev/null +++ b/videos/chunk-000/observation.images.global1/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212b90206c8f3c3c6f1912ab4cc220fbb8c5aedc2d1ba87ee2160f681d0e23cb +size 38490182 diff --git a/videos/chunk-000/observation.images.global2/episode_000000.mp4 b/videos/chunk-000/observation.images.global2/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3bb5ea7c08bc4d0eb44f598318cd1e1fd5a34cce --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee24225abb68b4c249a640897b6f159156fd37b2abe788e2044b47607631167 +size 16041038 diff --git a/videos/chunk-000/observation.images.global2/episode_000001.mp4 b/videos/chunk-000/observation.images.global2/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae96415e409d64296e3e1c1647209f5b5d98bd23 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f73fdc311d72f2d689c21ef9b8c9a2ce9795bd4f3ccf66722c5dffdda6a0a4 +size 15343476 diff --git a/videos/chunk-000/observation.images.global2/episode_000002.mp4 b/videos/chunk-000/observation.images.global2/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce54c7139ae7c804aefb837b674534199e8fdcc7 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af131c33c383c91e7ac2a018ae2542c78a7c9f1b523ba030f8149b39af54aab +size 15212014 diff --git a/videos/chunk-000/observation.images.global2/episode_000003.mp4 b/videos/chunk-000/observation.images.global2/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7b01c8806a4fd8492ace3cd6af052a122bb5e0a --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910efe5afc00bc7af652efe3c9a8f1aac4a3f5f7672f482ca67154e032586a47 +size 14369964 diff --git a/videos/chunk-000/observation.images.global2/episode_000004.mp4 b/videos/chunk-000/observation.images.global2/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04c6fab8f4a31e332d5542fa2f27a8428a5a4f26 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399853d33065efe33c24c6336b74f2e0b0571bf8775ae587b3eb9b0bdb8e0786 +size 14616699 diff --git a/videos/chunk-000/observation.images.global2/episode_000005.mp4 b/videos/chunk-000/observation.images.global2/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ad611e477a04ffc3ef06ff9ad6c0b106722ec25 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb1cedfcdcede6587b3cc165d49e497397f623ff3afa7b8bacb3bf02873ad60 +size 15651893 diff --git a/videos/chunk-000/observation.images.global2/episode_000006.mp4 b/videos/chunk-000/observation.images.global2/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2403f73e70652d45a24bc81bee1a6c8ed48f90ef --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a91226880ef7e652807b4867c3160efb4669d6785a4169ed5ad0a458ce640842 +size 15479702 diff --git a/videos/chunk-000/observation.images.global2/episode_000007.mp4 b/videos/chunk-000/observation.images.global2/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..080800e8f3317c9231c19032e5917804ad8fdddb --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651a4a3e6c4c963531fa96d2f7bbe4f0cfa6f5eb1d1c166b5063f98eaa06fae7 +size 13104557 diff --git a/videos/chunk-000/observation.images.global2/episode_000008.mp4 b/videos/chunk-000/observation.images.global2/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07988ef5df5c9354fbabff1a17f2610ceb94e342 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db282e0523dce785ff53a2a129b175cea077ae2d7e011d4654e6f2a5ab3a254 +size 12598691 diff --git a/videos/chunk-000/observation.images.global2/episode_000009.mp4 b/videos/chunk-000/observation.images.global2/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4931fb68eeecedd5e7c439197c0e18852e0715b7 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3802aa580d609d3bc33edc2e2f50d26bf886c9bf03c94f2ce040d50893e4220d +size 15223065 diff --git a/videos/chunk-000/observation.images.global2/episode_000010.mp4 b/videos/chunk-000/observation.images.global2/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..177ba8b4ad13cdf7e89acd8e1c3ab3b3ae1e2a04 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983111f80aa940b1aad8a9cda41f8fe2a4d3bbf1340e9d520a8cb1e7af23608d +size 16505995 diff --git a/videos/chunk-000/observation.images.global2/episode_000011.mp4 b/videos/chunk-000/observation.images.global2/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7ab53e27195b66d6b3c545b55ced1bc389fcee7 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a0cb14e34131c0433afa562c9505567e57a5de6822484bb947cd300747ab04 +size 16842363 diff --git a/videos/chunk-000/observation.images.global2/episode_000012.mp4 b/videos/chunk-000/observation.images.global2/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf286428fa6d193dcb01542f7042c140d6a0a49b --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b077497c9cb983c444ed2342ca61ed19d9050f05a7e04b236942ade2045664b2 +size 16642498 diff --git a/videos/chunk-000/observation.images.global2/episode_000013.mp4 b/videos/chunk-000/observation.images.global2/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8eb43ec8838fe7554e5f242d539d37730de19efe --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f3f5ceb033f969c40534d7a393abbf2f90573731574b5baded689bc5a8f0b3 +size 17371941 diff --git a/videos/chunk-000/observation.images.global2/episode_000014.mp4 b/videos/chunk-000/observation.images.global2/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acb244db86965d8d841568698f2adfb2f9b217a4 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04afd7c088afba5495c797b530b63c1910a18e1a2df5a0eb64c4f36e79d6f3c0 +size 16317217 diff --git a/videos/chunk-000/observation.images.global2/episode_000015.mp4 b/videos/chunk-000/observation.images.global2/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de019966fe96b1da8904031b7b7a12dbd726f7f4 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6bc0a1161127d61b8ad4b39765333e2bb4d53137450fb6e2636f0d6cb911fc +size 24184252 diff --git a/videos/chunk-000/observation.images.global2/episode_000016.mp4 b/videos/chunk-000/observation.images.global2/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d95003266aedec509fc5f371186ba04392c48891 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec8e2b552ce8613ee6917f5373d0e4a82897d0ce90c496c50d4a5e307fb7110 +size 14880482 diff --git a/videos/chunk-000/observation.images.global2/episode_000017.mp4 b/videos/chunk-000/observation.images.global2/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32dea19033b8b9c5f56871313b06f4c1fbaa0635 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6288bd84e1237fc4ccd2078437177bdee0d2b7daf3e013e32bc2d9736f0185 +size 17545788 diff --git a/videos/chunk-000/observation.images.global2/episode_000018.mp4 b/videos/chunk-000/observation.images.global2/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a34fb25f2e3d18938a400680e4c3139b6768b94a --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1997c656f2e8a50addf5094bbf15e090e767751ed9dcc1b22092f5f341f95ae8 +size 22544416 diff --git a/videos/chunk-000/observation.images.global2/episode_000019.mp4 b/videos/chunk-000/observation.images.global2/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0d6d3e64b2e0b73e078044b6e608b74bff88a74 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f61a02ba77f96d59b84cf2695b779ac786fe5be388583dca1a3e7b5524afe6a +size 28491155 diff --git a/videos/chunk-000/observation.images.global2/episode_000020.mp4 b/videos/chunk-000/observation.images.global2/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be694ae81cdbb9bae6505686f15d501c61de3a78 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b828e43061728d815acc3d27b36a292cdcf1ff51c9764457ec2c90e13fe68f4b +size 18584924 diff --git a/videos/chunk-000/observation.images.global2/episode_000021.mp4 b/videos/chunk-000/observation.images.global2/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41601e96cb93f96fc8c5ba5969e4cee4dc37264f --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c555547e9f9f667e0f9d480ef65c27f300df204d943fed235ef9e34b31f6429e +size 15241766 diff --git a/videos/chunk-000/observation.images.global2/episode_000022.mp4 b/videos/chunk-000/observation.images.global2/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edef54004fbd4c40d3f86f9ae6faafd09b86829c --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99164748742c90989f84caeedb72f839caf886c050ca3ae95e294b870bb4a58 +size 13488742 diff --git a/videos/chunk-000/observation.images.global2/episode_000023.mp4 b/videos/chunk-000/observation.images.global2/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..782eddddd9d7a5e31634ff2e19d22596d3c3b114 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab79efe4eedc1c9b376c4f251f6fba36ac4c1773fa1e2c64b34e0087768ec90a +size 15819389 diff --git a/videos/chunk-000/observation.images.global2/episode_000024.mp4 b/videos/chunk-000/observation.images.global2/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6229fce7c358dc25c375207a07ac936b4bfbc78c --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3ad10c3877dea9cd1491f0a07fb7ff99307b6aa8db6b80de575c3e7e4e3b14 +size 14461498 diff --git a/videos/chunk-000/observation.images.global2/episode_000025.mp4 b/videos/chunk-000/observation.images.global2/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e894c0fdefd6cd31f5959506876ff74bc3d03caa --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead319218dd0d36a493150031ff047a80ad3a099ef7d6f9aaf36e57a112dcd14 +size 22782838 diff --git a/videos/chunk-000/observation.images.global2/episode_000026.mp4 b/videos/chunk-000/observation.images.global2/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..520f0db925d3b681145da8c2e029abaf860722d8 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda64b407b5af89aa783f4edc8dad2ebb977d4f80781ffc0dbfd52a07fd2f83b +size 14211202 diff --git a/videos/chunk-000/observation.images.global2/episode_000027.mp4 b/videos/chunk-000/observation.images.global2/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd0f2327d0639d7c368c448e88efce12bd5dde36 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc64633a1caf9d1e456549b2dc5d2e841f0f5395c283f27b492af76acb8690ec +size 12532685 diff --git a/videos/chunk-000/observation.images.global2/episode_000028.mp4 b/videos/chunk-000/observation.images.global2/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf854c8a590f7d17c4850468d7ee5a88d0ef30e3 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02715604c5411ad2b2a71e05c5d1d822e091622fd7034489c4e808a8fb0e7176 +size 14250349 diff --git a/videos/chunk-000/observation.images.global2/episode_000029.mp4 b/videos/chunk-000/observation.images.global2/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f092415f2b0b2881998d674bf3707f9a9e6a65ef --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe31691719aed72c77136042a3130b294e63f90ce10ed5f3b5eba67e7a129e21 +size 11587060 diff --git a/videos/chunk-000/observation.images.global2/episode_000030.mp4 b/videos/chunk-000/observation.images.global2/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..635822ebab7ec9c77a29067fd237e82371dba8c7 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59155c32066f38c9c745160a35b7f590da26ffc91a6a69f1249fe4bf82444525 +size 15207377 diff --git a/videos/chunk-000/observation.images.global2/episode_000031.mp4 b/videos/chunk-000/observation.images.global2/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d76dc17419295e4a9cc217aa4c56d6902c0fe30d --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312db133fc7015ecb7ee7f576f532b94a27637528707a7fad8755a951e248733 +size 11376763 diff --git a/videos/chunk-000/observation.images.global2/episode_000032.mp4 b/videos/chunk-000/observation.images.global2/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd31d872f835e2373319f0e10167abd1334ff620 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c36747c5e39c8e8be14b9a144ebf50d6792697d17acc3f828d3b531ca7e972a +size 16378511 diff --git a/videos/chunk-000/observation.images.global2/episode_000033.mp4 b/videos/chunk-000/observation.images.global2/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6a67e71d2145acab6d26a3426671a80ceb24214 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e85210af2810f209a30df59e32750bac18188f2919e53dd22b1f510a393f85 +size 21372513 diff --git a/videos/chunk-000/observation.images.global2/episode_000034.mp4 b/videos/chunk-000/observation.images.global2/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef225f4ef0975c91196541490b57b1f5a6b41538 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c698be0e87bda5c124650f1f256f841b3f7fbb7faced1811ef0f025db0b2bd39 +size 12358348 diff --git a/videos/chunk-000/observation.images.global2/episode_000035.mp4 b/videos/chunk-000/observation.images.global2/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b5e1b86c16ba5a34b98f502449d4d3e673c08c8 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e1dc0f9206570a2902bac474e69b03981ac6cb9a2b52234f4d273ccfeeffc2 +size 15649613 diff --git a/videos/chunk-000/observation.images.global2/episode_000036.mp4 b/videos/chunk-000/observation.images.global2/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0ea077a6de36617019c9e30d0b89c63f03ed171 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabd5a6e3a5fbdcaf69f11e066607eb7f866c2c0f124c726187ed3d68041513a +size 14805057 diff --git a/videos/chunk-000/observation.images.global2/episode_000037.mp4 b/videos/chunk-000/observation.images.global2/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e64de61a5279b32ffd9abf8f9d876ee0746ec4b --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b4ab7547156b524e481fce69097e9dd76a79b5c5876d8e21c89b4edeb2bdcf +size 15851280 diff --git a/videos/chunk-000/observation.images.global2/episode_000038.mp4 b/videos/chunk-000/observation.images.global2/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62e24b8c24a9aceb9375c9b94d62051215a96328 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d63e5fdfeca0eb2143517d461dcb3cc67142e135f7daab86de188a9d1380ea +size 13743904 diff --git a/videos/chunk-000/observation.images.global2/episode_000039.mp4 b/videos/chunk-000/observation.images.global2/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53865fc3e2fadd084765bb28db446aed8ab25864 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e286c696adda99e6ee274bffd59686ecdc5cfe5013c955a2f99dd33dc2f2e86 +size 18083528 diff --git a/videos/chunk-000/observation.images.global2/episode_000040.mp4 b/videos/chunk-000/observation.images.global2/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..603cfb67111eec0dad4f16aeb582c99b5f9eecbd --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3ac7746cf3ef19db555874e798a602dd7e41366e2d9d65cd48f19a9e1bae3a +size 20361033 diff --git a/videos/chunk-000/observation.images.global2/episode_000041.mp4 b/videos/chunk-000/observation.images.global2/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e5f3cca4fa68e37ae49759079384dc18949bc8b --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e5c3155aec44551e95ddfe19bfb3d306144e7c82fa707a46a3556d56f4a88a +size 20688307 diff --git a/videos/chunk-000/observation.images.global2/episode_000042.mp4 b/videos/chunk-000/observation.images.global2/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30fbbf93e6be588be68cf5a743b5aa8585b7d078 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e99f25ebbbf6e2cfb5dd8bfcf899d34b2ecb91f2276cfd9b0ddefc0a81b401a +size 17083041 diff --git a/videos/chunk-000/observation.images.global2/episode_000043.mp4 b/videos/chunk-000/observation.images.global2/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c0100852094878cb28b59b32b50d54ae861cfaf --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980506181ec5b40bd99d73d99826cdfd1f1133cb23802b0d91c7b3dfb5abc0a8 +size 21812726 diff --git a/videos/chunk-000/observation.images.global2/episode_000044.mp4 b/videos/chunk-000/observation.images.global2/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27fd77f1661df4354b87f4771590554efe625e42 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e87fa6e1d26c165043c281c5c2f70c7456f1424b904d083ec57b11f4851135 +size 17746229 diff --git a/videos/chunk-000/observation.images.global2/episode_000045.mp4 b/videos/chunk-000/observation.images.global2/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21c17d0014f920699913537f86e17288d03c495e --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798514035a645b17c2a02e8c159338b1aa68d2bed1e5f9546a5bb98d8a424a3c +size 23236734 diff --git a/videos/chunk-000/observation.images.global2/episode_000046.mp4 b/videos/chunk-000/observation.images.global2/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b1eb2624fbafe689ebdd9dcf2bdfc908dff3171 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d76c293e83e8359f41104190a31fa794118d273c7942463e22de1cee8ab155 +size 18503763 diff --git a/videos/chunk-000/observation.images.global2/episode_000047.mp4 b/videos/chunk-000/observation.images.global2/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df21b3a72c8055d80ee68614ed3e942d0cecd456 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50a85433dedc378c4cdee8a6bb32714ebe8c078638a18ab6b34aae9240753f0 +size 17769071 diff --git a/videos/chunk-000/observation.images.global2/episode_000048.mp4 b/videos/chunk-000/observation.images.global2/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6d943902c7bb583a114075a9723e0f0d9bfb350 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fe9620efbd6576cc83375a5cc8a5196833131ee719e3df67fb95dadd077b7b +size 24606781 diff --git a/videos/chunk-000/observation.images.global2/episode_000049.mp4 b/videos/chunk-000/observation.images.global2/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d2550d462a021f7e28c783bf77ddcfbb81b4d94 --- /dev/null +++ b/videos/chunk-000/observation.images.global2/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0fea5535d09266283996fe9dd602aa2835651424a60c6667cbbc7fb489e07d +size 28156488 diff --git a/videos/chunk-000/observation.images.wrist/episode_000000.mp4 b/videos/chunk-000/observation.images.wrist/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04285d8dffb938fc1b6eabdaebba3ba63bed86a9 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812cf2d9e0693a3f87c85dc25836ef1b1fca41de8d09832e6acf69499b0c2ad6 +size 6394366 diff --git a/videos/chunk-000/observation.images.wrist/episode_000001.mp4 b/videos/chunk-000/observation.images.wrist/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a574163aa03f0a035a58e8f1fb91c71c9488f6c1 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0418036a2b1cd53c085b20d72458746ec84740e59ab10713b77b8b9ada8e6d46 +size 6297583 diff --git a/videos/chunk-000/observation.images.wrist/episode_000002.mp4 b/videos/chunk-000/observation.images.wrist/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9393a5c043aaef015aa98526c2b0e707b60eabdc --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3c45425be248e33cc2996d11a95f2a3b978e3639511edec7177020a650dfa6 +size 6447404 diff --git a/videos/chunk-000/observation.images.wrist/episode_000003.mp4 b/videos/chunk-000/observation.images.wrist/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59c7c0dc4874159120568287775e77a42b40e9f5 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4ba4d80265415e78bd7db93c1f01a207d30f0214f7156223c164ddff5391c8 +size 6251622 diff --git a/videos/chunk-000/observation.images.wrist/episode_000004.mp4 b/videos/chunk-000/observation.images.wrist/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e600c4f7497cc9cfef3af29b215913a8efb49f9 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd0be696f9843f229ba713b1f3146e0151d7c5d081d2f115afccfb2693ad878c +size 6293852 diff --git a/videos/chunk-000/observation.images.wrist/episode_000005.mp4 b/videos/chunk-000/observation.images.wrist/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..937d042044b57495c379fe0c8f807c95d3beaa12 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c305a443dbd1dd0f5912d84479c14eb3e29e406632664de8bfcc699fc398355 +size 6396636 diff --git a/videos/chunk-000/observation.images.wrist/episode_000006.mp4 b/videos/chunk-000/observation.images.wrist/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07056b85b7e164b87122be30b1281f6353b03c01 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb6445150c6a04fd8235c2c4389b2fba8aca09c6fe5dc9004c7705178e02175 +size 6281798 diff --git a/videos/chunk-000/observation.images.wrist/episode_000007.mp4 b/videos/chunk-000/observation.images.wrist/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d85f59b5a7036b7d4e692beee0cd74011b5908e --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8a477c8077c7bf64d8dfcbed60c24cceb4676a009a7427d3798f833b8d1f25 +size 5197156 diff --git a/videos/chunk-000/observation.images.wrist/episode_000008.mp4 b/videos/chunk-000/observation.images.wrist/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..775acaf69454521782d853d604b04982f65c5d99 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb06fbc8032863534656b61ff465a5f467343fd8fa760d1c1b9c8cd51e9de523 +size 5021078 diff --git a/videos/chunk-000/observation.images.wrist/episode_000009.mp4 b/videos/chunk-000/observation.images.wrist/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf22845755d1193f105f63c5247088452244376c --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0316c3accd56db87c87b6f6b4bda56de3de3dd3dbb8fb03c27f07eaa0daf35a +size 6171876 diff --git a/videos/chunk-000/observation.images.wrist/episode_000010.mp4 b/videos/chunk-000/observation.images.wrist/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e51531742816f747a7505a6c56fe66bc29fc89c5 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda3afe92a95465be17d94d0a48354b947b8dda1a437053d901a6ba49283b8d8 +size 6833880 diff --git a/videos/chunk-000/observation.images.wrist/episode_000011.mp4 b/videos/chunk-000/observation.images.wrist/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0767ae58a03dff71c2229da1c4e69a96b0064103 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264c567bfde6ef13fc2950132e67c53df3eb924210b490338aad2f731c87f368 +size 6931156 diff --git a/videos/chunk-000/observation.images.wrist/episode_000012.mp4 b/videos/chunk-000/observation.images.wrist/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f213226049a6447b1d29aae274e49e186772db5 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97c968b8e3c587ea584f5b76ab35d5192793f99e89925292601b82aa17289f9 +size 6922324 diff --git a/videos/chunk-000/observation.images.wrist/episode_000013.mp4 b/videos/chunk-000/observation.images.wrist/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dda77d25aaca72662ee89cdb12d2eda52e6d5276 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3857b2ee8c7eacca94acd8dcf756a3b25124170744e08a6220375a90a096f8b +size 7167081 diff --git a/videos/chunk-000/observation.images.wrist/episode_000014.mp4 b/videos/chunk-000/observation.images.wrist/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f0fdea4862c2abb8b124f85c065efb692f60f91 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145bf919233afa024bafa01fe4e8c4244f374f439ba4a96cd97b356a168b9151 +size 6595477 diff --git a/videos/chunk-000/observation.images.wrist/episode_000015.mp4 b/videos/chunk-000/observation.images.wrist/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1c5daf84419e48e1d3e0fd49997103bd3e039b7 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ec820338255660ab2580eb9db77a783d6a3cb587c5b38e15c1296e94084fe1 +size 10429559 diff --git a/videos/chunk-000/observation.images.wrist/episode_000016.mp4 b/videos/chunk-000/observation.images.wrist/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42c8389dbd587c51ba6197904142dc8c4ce6f8d5 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea32e2297b7e1d33c73ed02491fb3f11ac7a265f145079402a02ca823b0643e +size 6321783 diff --git a/videos/chunk-000/observation.images.wrist/episode_000017.mp4 b/videos/chunk-000/observation.images.wrist/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58e785ba5f6eb6112e12beccfc36668ce12b7e47 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1771b9d9c7aba9fafc62748758cf64020819116fcff06edab2b99d487ae1b2b +size 7120031 diff --git a/videos/chunk-000/observation.images.wrist/episode_000018.mp4 b/videos/chunk-000/observation.images.wrist/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1e2b55b5eaee49ca2b58c5b1a57244043fc824a --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01aa682ce1dc4f45d9f46fd686bfdd8de9250698c1d7fcc66a7900616b043608 +size 9484317 diff --git a/videos/chunk-000/observation.images.wrist/episode_000019.mp4 b/videos/chunk-000/observation.images.wrist/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19ba4bedb2cc84087fd93d67a72904208c33d57a --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae568d1dba02eb7f2c29792e9aa459e417a251e95f13a2afed8f33461eceee5 +size 12842941 diff --git a/videos/chunk-000/observation.images.wrist/episode_000020.mp4 b/videos/chunk-000/observation.images.wrist/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e34d01b84f902771214ccd503cea3cbfbf42c30e --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d6cbb082ad25f862769d62ed9cf2ef58e00b02bc2aa5a1ba9a2e38c3d34d4e +size 7495483 diff --git a/videos/chunk-000/observation.images.wrist/episode_000021.mp4 b/videos/chunk-000/observation.images.wrist/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b9859dadb03210fad592ddaa26308bf33747f79 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da93fb6282f317203829ab8eaa34792ce8e72e30eea1839c6adfd0bf8d23908 +size 6479518 diff --git a/videos/chunk-000/observation.images.wrist/episode_000022.mp4 b/videos/chunk-000/observation.images.wrist/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b5a45e70ebafa382a183d150c0b5c799a9d9a31 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ccb537ee14e47910e156466c61d63ce17a582b02593ec6a69b553b6becc9b0 +size 5824966 diff --git a/videos/chunk-000/observation.images.wrist/episode_000023.mp4 b/videos/chunk-000/observation.images.wrist/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ec6184f5123ade86bf56ecf689bda9065a3724d --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3487b848d64c52987f828b5ebeb9f70377b6c42d66b882eafe7a76bd0eb5cec8 +size 6903176 diff --git a/videos/chunk-000/observation.images.wrist/episode_000024.mp4 b/videos/chunk-000/observation.images.wrist/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4135def68b2e501ed14683b9224efd2ac1db9553 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651866fb5090c9292756f69e11dd746f714595f313c77a9e9d0be5217e63aebb +size 6266205 diff --git a/videos/chunk-000/observation.images.wrist/episode_000025.mp4 b/videos/chunk-000/observation.images.wrist/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30c684e46af4336aff1401eeddf1084d650547ab --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69fa8b1eebe70b62bb0245efa26306bd7219848b70cf37866a7f66bbe67f2ba +size 8836709 diff --git a/videos/chunk-000/observation.images.wrist/episode_000026.mp4 b/videos/chunk-000/observation.images.wrist/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..457725e9487dc5e0b5be1c799f82e6d244623ada --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34c9c7735772733af4085687261c132ef5f836c1fffa27cf9bfd1375fde7a66 +size 5806277 diff --git a/videos/chunk-000/observation.images.wrist/episode_000027.mp4 b/videos/chunk-000/observation.images.wrist/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3837010eb9dc1dece6728b51d7ec2746102c859 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e64ee92c81e22a3f302b6a3af3e0b177c9132a11f0559a0a3283dae82b5ae8f +size 4986592 diff --git a/videos/chunk-000/observation.images.wrist/episode_000028.mp4 b/videos/chunk-000/observation.images.wrist/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4607d9ff41ed25a5610595fa82deed6c86daced --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826130a18cbaef690dfa4a5f15ffbd697c26aa0a27732e8902119a9ee59f114b +size 5943743 diff --git a/videos/chunk-000/observation.images.wrist/episode_000029.mp4 b/videos/chunk-000/observation.images.wrist/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb96122fa8a2efb20c654e851aafae26ce4933b5 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabce0d530aca663536552675e4623ce8e47ac87fef2483dfb567e861f047dc0 +size 4823601 diff --git a/videos/chunk-000/observation.images.wrist/episode_000030.mp4 b/videos/chunk-000/observation.images.wrist/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02c58c59702d5e4e843a3f935a9dca2dcd974f04 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350f4a7dc610392908a3bff973c0a479af9d9654dbf0c37db434b26b2e0b2319 +size 6443609 diff --git a/videos/chunk-000/observation.images.wrist/episode_000031.mp4 b/videos/chunk-000/observation.images.wrist/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb9a14456194a1596747e9fd1e6c01e394287055 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f644068dfa2ba98b4f5f37e1a97a5073cf984c2bc3135cd5b09638eb658269a0 +size 4728376 diff --git a/videos/chunk-000/observation.images.wrist/episode_000032.mp4 b/videos/chunk-000/observation.images.wrist/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1613a556432555eb83e7d81fc35d746b30e9da3f --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a67198099b77754dd979603802528d699eb6db08ad0b1a3de4705deedf8b0d +size 7079469 diff --git a/videos/chunk-000/observation.images.wrist/episode_000033.mp4 b/videos/chunk-000/observation.images.wrist/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b8be1aecc396d2d13bcb6dea567455de887b7a0 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:decf90359120d9af50432edcfab19e4f046a3dd23e12e84adf5488d5830b672a +size 9281316 diff --git a/videos/chunk-000/observation.images.wrist/episode_000034.mp4 b/videos/chunk-000/observation.images.wrist/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..452afdb690708279363e9362296f462f14b0db25 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02939c6d376e4b60c370f0140e4871a15e4cfc29eee72af4cb05becba4ee74fc +size 5337987 diff --git a/videos/chunk-000/observation.images.wrist/episode_000035.mp4 b/videos/chunk-000/observation.images.wrist/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e06448cf3541d5f603d3ff1bea2c5c12b0b964a --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e940537adf569c0b5af91939c38945445a79726e63a82dee21bab87513d0ac +size 6323494 diff --git a/videos/chunk-000/observation.images.wrist/episode_000036.mp4 b/videos/chunk-000/observation.images.wrist/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6038b71c55c26d4e08173eea672f13f4b69a7e9 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7613b95295d5e214dd52a6e5468e7ee76a1413df28597b17c5480c70573d2756 +size 6138993 diff --git a/videos/chunk-000/observation.images.wrist/episode_000037.mp4 b/videos/chunk-000/observation.images.wrist/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..593751643957303483840f47eebec9dc085da56a --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565d9e0a6bcbd5994ad149812daaadaebd1f95838c11fada73352d1594fe5afb +size 6595764 diff --git a/videos/chunk-000/observation.images.wrist/episode_000038.mp4 b/videos/chunk-000/observation.images.wrist/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ec263e241a79fb748a9f137b4541b9c941dcb47 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885c2a78fc89d815c69ea7318c893461e2b8b58acc438c2f9b1f68b56502b37f +size 5777683 diff --git a/videos/chunk-000/observation.images.wrist/episode_000039.mp4 b/videos/chunk-000/observation.images.wrist/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9150edf772cdd652df39b5b58b6fd8b3a4a26b40 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b38f81df15d986fc0492476c95734eb30ca7918b3b42bbe23f794c184024435 +size 8037227 diff --git a/videos/chunk-000/observation.images.wrist/episode_000040.mp4 b/videos/chunk-000/observation.images.wrist/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac6bc733a90ef50ade5ac74fa2979dcdf903d9ce --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba89a069fa5f0a376a739eca13f21c91b6d2b1c4f97bc18f549f20f2dae0592 +size 8620859 diff --git a/videos/chunk-000/observation.images.wrist/episode_000041.mp4 b/videos/chunk-000/observation.images.wrist/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b8eb4f229983aeb7ce38866df03100f73641787 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d9b87d95d8e4623533ecf438cad1df46320b018677b3d08c5d28ce29be50d6 +size 8875298 diff --git a/videos/chunk-000/observation.images.wrist/episode_000042.mp4 b/videos/chunk-000/observation.images.wrist/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..329b93fd4718402172cc52baffac657123d51b37 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce7aa62da541aad93bb0de9266e6ab68e2ae32d237558f6bb1cf455ba80ff96 +size 7919045 diff --git a/videos/chunk-000/observation.images.wrist/episode_000043.mp4 b/videos/chunk-000/observation.images.wrist/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1021ea28b7f191c5e3e4072eb6acc9db48519b9b --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ba1f601b39efa23e44f6f5e133a8cb594814c60ce51f7eb63343d900e23206 +size 8959971 diff --git a/videos/chunk-000/observation.images.wrist/episode_000044.mp4 b/videos/chunk-000/observation.images.wrist/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1dad57aae15d3473a4888df709363b84849befd5 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb657c09913f524c32ab6f8c4443b78d0ec6ff35bb286da12a42d8e713dcacb0 +size 6918719 diff --git a/videos/chunk-000/observation.images.wrist/episode_000045.mp4 b/videos/chunk-000/observation.images.wrist/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45556fec0e20bc8f2312ce6199ca20daf4f0bdea --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0046147b50f310fa271fa2c35469cae3b0624cd80ecd6b028d46a11e5215ce9 +size 8681184 diff --git a/videos/chunk-000/observation.images.wrist/episode_000046.mp4 b/videos/chunk-000/observation.images.wrist/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..229e4e380df30a8da400f999ebfc309b361a1d86 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e06da02d64ab29fa9785c1f8b59910046b004ea1b1b7931f882172a746dd68f +size 7594567 diff --git a/videos/chunk-000/observation.images.wrist/episode_000047.mp4 b/videos/chunk-000/observation.images.wrist/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..715629bbfbd55068f4d5fc8f7118ed800a12527b --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5dc6bed0bf763f5319a2094a4919c15d4681b2899eec7f109de3e7c018b7d0d +size 7533935 diff --git a/videos/chunk-000/observation.images.wrist/episode_000048.mp4 b/videos/chunk-000/observation.images.wrist/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ff4534abe509b06adeb523b0d62f1a4835c1b37 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1728d9bc386ee146e8b498b41b507f2408411f6a2a65c06511c05499279eff +size 9420840 diff --git a/videos/chunk-000/observation.images.wrist/episode_000049.mp4 b/videos/chunk-000/observation.images.wrist/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7373a517ac669dbf70caa625d1ab86cdec3ceef2 --- /dev/null +++ b/videos/chunk-000/observation.images.wrist/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b45e7b4c1b2675179cafa4ab5b35d19020787a02cc079ff3f85e10dbf201098 +size 11066688