diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..16b6a55bd704067f97c61a6cd366173753c83730 --- /dev/null +++ b/README.md @@ -0,0 +1,88 @@ +--- +task_categories: + - robotics + +language: + - en + +extra_gated_prompt: "You agree to use this dataset for research and academic purposes only and not for any commercial use." + +extra_gated_fields: + Company/Organization: + type: text + description: "e.g. ETH Zurich, Boston Dynamics, Independent Researcher" + + Country: + type: country + description: "e.g. Germany, China, United States" + + Intended use: + type: text + description: "e.g. imitation learning, policy generalization, bimanual manipulation" +--- + +# agibot_task_744 + +This dataset converts the AgiBot format uniformly into LeRobot V3.0. + +## Dataset Statistics +robot_name: G1 +end_effector: 夹爪 +task: 装水果 +total_episodes: 251 +total_tasks: 1 +size: 32G + +## Dataset Structure +``` +├── data +│ └── chunk-xxx +│ ├── file-xxx.parquet +├── meta +│ ├── episodes +│ │ └── chunk-xxx +│ │ └── file-xxx.parquet +│ ├── info.json +│ ├── stats.json +│ └── tasks.parquet +└── videos + ├── observation.images.back_left_fisheye + │ └── chunk-xxx + │ ├── file-xxx.mp4 + ├── observation.images.back_right_fisheye + │ └── chunk-xxx + │ ├── file-xxx.mp4 + ├── observation.images.hand_left + │ └── chunk-xxx + │ ├── file-xxx.mp4 + ├── observation.images.hand_right + │ └── chunk-xxx + │ ├── file-xxx.mp4 + ├── observation.images.head + │ └── chunk-xxx + │ ├── file-xxx.mp4 + ├── observation.images.head_center_fisheye + │ └── chunk-xxx + │ ├── file-xxx.mp4 + ├── observation.images.head_left_fisheye + │ └── chunk-xxx + │ ├── file-xxx.mp4 + └── observation.images.head_right_fisheye + └── chunk-xxx + ├── file-xxx.mp4 +``` + +## Contributors and Links + +This dataset is contributed by: +https://huggingface.co/datasets/agibot-world/AgiBotWorld-Beta/tree/main + +**DataCube Team** + +Homepage: +- https://datacube.baai.ac.cn/ +- https://ei2data.baai.ac.cn/home + +### 🔑 License + +This dataset follows the **Creative Commons Attribution 4.0 International (CC BY 4.0)** protocol. It is intended for scientific research and study only and may not be used commercially. diff --git a/data/chunk-000/file-000.parquet b/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea9003aa9cd92bab8d47380c96732af16ecfb602 --- /dev/null +++ b/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7d1f5c0e14d22d2a78f7a145e4ca55fe5db2d8d9d4db146e26b7d73ff181a6 +size 48169439 diff --git a/data/chunk-000/file-001.parquet b/data/chunk-000/file-001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0a12630c84183449ff327abe168aa55968e36a9 --- /dev/null +++ b/data/chunk-000/file-001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b928083e7ae4cc8a2ce3696d49240d527f4c2c986967fe4302201dff19cb76 +size 47083849 diff --git a/data/chunk-000/file-002.parquet b/data/chunk-000/file-002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecfae50d4400c70d89799478e57fa5357e09204e --- /dev/null +++ b/data/chunk-000/file-002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1fc527c77035825202d269d5fbf76c851a92e22845dae62c6f5e1cc6ac5cfbd +size 42706873 diff --git a/meta/episodes/chunk-000/file-000.parquet b/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0fe541c2e22027a4b95d7c290bb4bbd611f55017 --- /dev/null +++ b/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c5f205d346b3b63e299424230b96ea1992adf1a872b0fa09e2c8764d61fc6b +size 4028588 diff --git a/meta/info.json b/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..afde9b0b690c8ac0be33530a6a816f4ea1e07303 --- /dev/null +++ b/meta/info.json @@ -0,0 +1,472 @@ +{ + "codebase_version": "v3.0", + "robot_type": "a2d", + "total_episodes": 251, + "total_frames": 577815, + "total_tasks": 1, + "chunks_size": 1000, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 500, + "fps": 30, + "splits": { + "train": "0:251" + }, + "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", + "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4", + "features": { + "observation.images.head": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "rgb" + ], + "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.head_center_fisheye": { + "dtype": "video", + "shape": [ + 768, + 960, + 3 + ], + "names": [ + "height", + "width", + "rgb" + ], + "info": { + "video.height": 768, + "video.width": 960, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.head_left_fisheye": { + "dtype": "video", + "shape": [ + 768, + 960, + 3 + ], + "names": [ + "height", + "width", + "rgb" + ], + "info": { + "video.height": 768, + "video.width": 960, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.head_right_fisheye": { + "dtype": "video", + "shape": [ + 768, + 960, + 3 + ], + "names": [ + "height", + "width", + "rgb" + ], + "info": { + "video.height": 768, + "video.width": 960, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.hand_left": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "rgb" + ], + "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.hand_right": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "rgb" + ], + "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.back_left_fisheye": { + "dtype": "video", + "shape": [ + 768, + 960, + 3 + ], + "names": [ + "height", + "width", + "rgb" + ], + "info": { + "video.height": 768, + "video.width": 960, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.back_right_fisheye": { + "dtype": "video", + "shape": [ + 768, + 960, + 3 + ], + "names": [ + "height", + "width", + "rgb" + ], + "info": { + "video.height": 768, + "video.width": 960, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.states.effector.position": { + "dtype": "float32", + "shape": [ + 2 + ], + "names": { + "motors": [ + "left_gripper", + "right_gripper" + ] + } + }, + "observation.states.end.orientation": { + "dtype": "float32", + "shape": [ + 2, + 4 + ], + "names": { + "motors": [ + "left_xyzw", + "right_xyzw" + ] + } + }, + "observation.states.end.position": { + "dtype": "float32", + "shape": [ + 2, + 3 + ], + "names": { + "motors": [ + "left_xyz", + "right_xyz" + ] + } + }, + "observation.states.head.position": { + "dtype": "float32", + "shape": [ + 2 + ], + "names": { + "motors": [ + "yaw", + "patch" + ] + } + }, + "observation.states.joint.current_value": { + "dtype": "float32", + "shape": [ + 14 + ], + "names": { + "motors": [ + "left_arm_0", + "left_arm_1", + "left_arm_2", + "left_arm_3", + "left_arm_4", + "left_arm_5", + "left_arm_6", + "right_arm_0", + "right_arm_1", + "right_arm_2", + "right_arm_3", + "right_arm_4", + "right_arm_5", + "right_arm_6" + ] + } + }, + "observation.states.joint.position": { + "dtype": "float32", + "shape": [ + 14 + ], + "names": { + "motors": [ + "left_arm_0", + "left_arm_1", + "left_arm_2", + "left_arm_3", + "left_arm_4", + "left_arm_5", + "left_arm_6", + "right_arm_0", + "right_arm_1", + "right_arm_2", + "right_arm_3", + "right_arm_4", + "right_arm_5", + "right_arm_6" + ] + } + }, + "observation.states.robot.orientation": { + "dtype": "float32", + "shape": [ + 4 + ], + "names": { + "motors": [ + "x", + "y", + "z", + "w" + ] + } + }, + "observation.states.robot.position": { + "dtype": "float32", + "shape": [ + 3 + ], + "names": { + "motors": [ + "x", + "y", + "z" + ] + } + }, + "observation.states.waist.position": { + "dtype": "float32", + "shape": [ + 2 + ], + "names": { + "motors": [ + "pitch", + "lift" + ] + } + }, + "actions.effector.position": { + "dtype": "float32", + "shape": [ + 2 + ], + "names": { + "motors": [ + "left_gripper", + "right_gripper" + ] + } + }, + "actions.end.orientation": { + "dtype": "float32", + "shape": [ + 2, + 4 + ], + "names": { + "motors": [ + "left_xyzw", + "right_xyzw" + ] + } + }, + "actions.end.position": { + "dtype": "float32", + "shape": [ + 2, + 3 + ], + "names": { + "motors": [ + "left_xyz", + "right_xyz" + ] + } + }, + "actions.head.position": { + "dtype": "float32", + "shape": [ + 2 + ], + "names": { + "motors": [ + "yaw", + "patch" + ] + } + }, + "actions.joint.position": { + "dtype": "float32", + "shape": [ + 14 + ], + "names": { + "motors": [ + "left_arm_0", + "left_arm_1", + "left_arm_2", + "left_arm_3", + "left_arm_4", + "left_arm_5", + "left_arm_6", + "right_arm_0", + "right_arm_1", + "right_arm_2", + "right_arm_3", + "right_arm_4", + "right_arm_5", + "right_arm_6" + ] + } + }, + "actions.robot.velocity": { + "dtype": "float32", + "shape": [ + 2 + ], + "names": { + "motors": [ + "x_vel", + "yaw_vel" + ] + } + }, + "actions.waist.position": { + "dtype": "float32", + "shape": [ + 2 + ], + "names": { + "motors": [ + "pitch", + "lift" + ] + } + }, + "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/stats.json b/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..97563783b090dd92a6c9741d7e2af0ff74b524b2 --- /dev/null +++ b/meta/stats.json @@ -0,0 +1,2487 @@ +{ + "observation.images.hand_right": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.3988123469281454 + ] + ], + [ + [ + 0.38565341431486005 + ] + ], + [ + [ + 0.3679710082453882 + ] + ] + ], + "std": [ + [ + [ + 0.028274510291198613 + ] + ], + [ + [ + 0.027435019925552046 + ] + ], + [ + [ + 0.03890251439790426 + ] + ] + ], + "count": [ + 83006 + ], + "q01": [ + [ + [ + 0.0021223280311254483 + ] + ], + [ + [ + 0.026216007761399915 + ] + ], + [ + [ + 0.01125458248712761 + ] + ] + ], + "q10": [ + [ + [ + 0.056723833471314745 + ] + ], + [ + [ + 0.09301383131171306 + ] + ], + [ + [ + 0.07932734273567207 + ] + ] + ], + "q50": [ + [ + [ + 0.38647940943246534 + ] + ], + [ + [ + 0.344051747008283 + ] + ], + [ + [ + 0.30101118767361984 + ] + ] + ], + "q90": [ + [ + [ + 0.8022614111331132 + ] + ], + [ + [ + 0.7627578611107972 + ] + ], + [ + [ + 0.7980762836528554 + ] + ] + ], + "q99": [ + [ + [ + 0.9970670368158485 + ] + ], + [ + [ + 0.9987165597649297 + ] + ], + [ + [ + 0.9951043296511802 + ] + ] + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 115.36666666666666 + ], + "mean": [ + 39.75190692522692 + ], + "std": [ + 24.4794523052033 + ], + "count": [ + 577815 + ], + "q01": [ + 0.7786285223106871 + ], + "q10": [ + 7.936421589591396 + ], + "q50": [ + 39.75015735835864 + ], + "q90": [ + 71.56564807942026 + ], + "q99": [ + 78.725107363166 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 577815 + ], + "q01": [ + 3.9999999999994196e-16 + ], + "q10": [ + 3.9999999999994205e-15 + ], + "q50": [ + 1.999999999999707e-14 + ], + "q90": [ + 3.5999999999994754e-14 + ], + "q99": [ + 3.959999999999423e-14 + ] + }, + "actions.head.position": { + "min": [ + -0.13990649580955505, + 0.3490259051322937 + ], + "max": [ + 0.04259992390871048, + 0.4363775849342346 + ], + "mean": [ + -0.005444420840961225, + 0.36963919939747464 + ], + "std": [ + 0.027338513051474743, + 0.037081617438112995 + ], + "count": [ + 577815 + ], + "q01": [ + -0.00546593732959855, + 0.36963872495027894 + ], + "q10": [ + -0.00544816751766838, + 0.3696410467125307 + ], + "q50": [ + -0.005445743974362578, + 0.3696421207982453 + ], + "q90": [ + -0.005439675610538036, + 0.36964428905094515 + ], + "q99": [ + -0.005404847704745532, + 0.369650770659739 + ] + }, + "observation.images.hand_left": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.43460906631690444 + ] + ], + [ + [ + 0.41969654076457447 + ] + ], + [ + [ + 0.4109918979102858 + ] + ] + ], + "std": [ + [ + [ + 0.02044498939618272 + ] + ], + [ + [ + 0.020908912604127996 + ] + ], + [ + [ + 0.032466347978463775 + ] + ] + ], + "count": [ + 83006 + ], + "q01": [ + [ + [ + 0.002551284420071712 + ] + ], + [ + [ + 0.029124699357806764 + ] + ], + [ + [ + 0.02212365715627765 + ] + ] + ], + "q10": [ + [ + [ + 0.06540270338134963 + ] + ], + [ + [ + 0.11018811749087896 + ] + ], + [ + [ + 0.1102180165332288 + ] + ] + ], + "q50": [ + [ + [ + 0.4457818851677046 + ] + ], + [ + [ + 0.398483556483372 + ] + ], + [ + [ + 0.3629346818094286 + ] + ] + ], + "q90": [ + [ + [ + 0.8012995008708159 + ] + ], + [ + [ + 0.7547457849535115 + ] + ], + [ + [ + 0.8164001376667025 + ] + ] + ], + "q99": [ + [ + [ + 0.9910537980814408 + ] + ], + [ + [ + 0.9942597481804714 + ] + ], + [ + [ + 0.999077817003171 + ] + ] + ] + }, + "observation.states.effector.position": { + "min": [ + 35.11111068725586, + 34.844444274902344 + ], + "max": [ + 123.34285736083984, + 122.65904235839844 + ], + "mean": [ + 108.04332734417912, + 108.09756983316203 + ], + "std": [ + 30.810094304316483, + 29.58135639647251 + ], + "count": [ + 577815 + ], + "q01": [ + 35.582993895566204, + 35.339015088327116 + ], + "q10": [ + 54.08630292254491, + 63.01507722180683 + ], + "q50": [ + 121.74597281675484, + 120.7075957037286 + ], + "q90": [ + 121.75579087370507, + 120.71689262354285 + ], + "q99": [ + 121.81475529685734, + 120.74552715213557 + ] + }, + "actions.waist.position": { + "min": [ + 0.3199986219406128, + 0.27999985218048096 + ], + "max": [ + 0.4363352358341217, + 0.3490685224533081 + ], + "mean": [ + 0.39908138414752664, + 0.32009062900527147 + ], + "std": [ + 0.03617588286219197, + 0.013226999583867393 + ], + "count": [ + 577815 + ], + "q01": [ + 0.39908007688111485, + 0.320085913524738 + ], + "q10": [ + 0.39908114469509554, + 0.32008598594640103 + ], + "q50": [ + 0.3990817890050172, + 0.3200860505951344 + ], + "q90": [ + 0.3990819833889398, + 0.3200860974231152 + ], + "q99": [ + 0.3990830296028526, + 0.32008615207418945 + ] + }, + "observation.states.end.position": { + "min": [ + 0.42954689264297485, + -0.5530434846878052, + 0.4798879623413086 + ], + "max": [ + 0.8651191592216492, + 0.4609524607658386, + 0.904273271560669 + ], + "mean": [ + 0.6934445561066258, + -0.012691376721257407, + 0.6380980053048927 + ], + "std": [ + 0.07971563972757709, + 0.24628556407122845, + 0.06969213323579464 + ], + "count": [ + 577815 + ], + "q01": [ + 0.5632318979949658, + -0.31557470389436126, + 0.558897504381142 + ], + "q10": [ + 0.6228026513618491, + -0.2603534621348714, + 0.5730231164656604 + ], + "q50": [ + 0.6934568473916746, + -0.1720692493290788, + 0.6338241077514739 + ], + "q90": [ + 0.7629241128178454, + 0.228624520313334, + 0.7148042431968652 + ], + "q99": [ + 0.7793329468721316, + 0.29257730048042685, + 0.8374153986245912 + ] + }, + "observation.images.head": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.46314148906807917 + ] + ], + [ + [ + 0.41830507782609305 + ] + ], + [ + [ + 0.37473905109318434 + ] + ] + ], + "std": [ + [ + [ + 0.016786641212725627 + ] + ], + [ + [ + 0.017723975971848823 + ] + ], + [ + [ + 0.011972937579898653 + ] + ] + ], + "count": [ + 83006 + ], + "q01": [ + [ + [ + 0.01956539153224909 + ] + ], + [ + [ + 0.01798445528980032 + ] + ], + [ + [ + 0.006492527249044859 + ] + ] + ], + "q10": [ + [ + [ + 0.08625471662100644 + ] + ], + [ + [ + 0.07606907849645796 + ] + ], + [ + [ + 0.05495668847438339 + ] + ] + ], + "q50": [ + [ + [ + 0.4615255652341054 + ] + ], + [ + [ + 0.37884592605371514 + ] + ], + [ + [ + 0.2988998495744986 + ] + ] + ], + "q90": [ + [ + [ + 0.8525646900306845 + ] + ], + [ + [ + 0.8349235122512589 + ] + ], + [ + [ + 0.8318373233121843 + ] + ] + ], + "q99": [ + [ + [ + 0.9904886754386788 + ] + ], + [ + [ + 0.9962116797324602 + ] + ], + [ + [ + 0.994581593053295 + ] + ] + ] + }, + "observation.states.joint.current_value": { + "min": [ + -9473.0, + -5366.0, + -9477.0, + -10801.0, + -6296.0, + -3464.0, + -1813.0, + -243.0, + -3290.0, + -2180.0, + -3165.0, + -4199.0, + -6493.0, + -2921.0 + ], + "max": [ + 162.0, + 2261.0, + 1337.0, + 2513.0, + 1858.0, + 6995.0, + 2647.0, + 18333.0, + 4332.0, + 8881.0, + 9906.0, + 10100.0, + 3242.0, + 2280.0 + ], + "mean": [ + -2162.2731773246996, + -389.7501520108312, + -1951.0860217125971, + -1734.1853276801567, + -715.1567451676132, + 890.1679143889284, + 29.084348854346093, + 2051.1924020653264, + 456.03622815496647, + 1762.749940201466, + 1742.3065453443903, + 747.3228601632376, + -1028.5845563642806, + -32.8116161919729 + ], + "std": [ + 954.9163852875769, + 538.3519698738764, + 993.1926969448798, + 1006.4252718054252, + 506.18099690913533, + 672.6682934185947, + 204.19960617945364, + 1040.4939540800053, + 652.970247056381, + 844.0390196487263, + 996.6190591787765, + 660.4599241998359, + 647.7362973508579, + 214.4896826043364 + ], + "count": [ + 577815 + ], + "q01": [ + -3888.328865540034, + -1275.921075397231, + -4014.4587595854737, + -3748.831446845122, + -1850.5126015712806, + -227.210517490786, + -419.13204372891215, + 791.3516777695362, + -271.9213797495133, + 584.4224538827663, + 340.2925284075585, + 26.565376645684367, + -2068.4223530973763, + -517.3369011855351 + ], + "q10": [ + -3210.607221814943, + -772.3807661031791, + -3152.818298500796, + -2829.9134396400273, + -1289.717672523694, + 305.71333760894373, + -178.4842917373477, + 1145.7912965772157, + -42.84583326489227, + 967.4828462969998, + 812.2439115605798, + 323.2469329584041, + -1668.2619072646867, + -287.26576241702526 + ], + "q50": [ + -2113.5271493497003, + -385.62148215581414, + -1823.777382445732, + -1668.188460443135, + -570.1618996487334, + 882.8995194441856, + 19.87505668092134, + 1946.7663875619144, + 468.9516693800644, + 1654.424703144426, + 1700.7775920138863, + 568.4559932641522, + -1031.7638384548707, + -21.13684922089586 + ], + "q90": [ + -1287.6969747879223, + 12.465542550595146, + -1018.6326542040509, + -808.4703340574506, + -374.31095214295567, + 1532.2726522508294, + 267.6205213624378, + 3250.2905017744743, + 965.2835350351805, + 2817.0169557005524, + 2824.3609369807077, + 1466.66570128626, + -445.18930137319245, + 197.07356023829112 + ], + "q99": [ + -876.7666793367904, + 232.08222687369116, + -669.6023439024681, + -352.27661293098765, + -93.79184979006841, + 2056.147193320223, + 473.76123176901046, + 4002.909614287836, + 1465.7502145829985, + 3734.866284461058, + 3703.44467518619, + 2110.214026749117, + 105.4788898802728, + 430.1878253845091 + ] + }, + "actions.joint.position": { + "min": [ + -1.986434817314148, + 0.37137502431869507, + -0.10551620274782181, + -1.4800915718078613, + -1.1220669746398926, + -1.457075595855713, + -2.3259520530700684, + -0.04446938633918762, + -1.4800000190734863, + -2.196174383163452, + -0.09937775135040283, + -2.699618101119995, + -1.6706008911132812, + -2.532151937484741 + ], + "max": [ + 0.1303946077823639, + 1.4800000190734863, + 2.0992047786712646, + -0.0002615631092339754, + 2.744309663772583, + 1.627913475036621, + 1.8427374362945557, + 1.9986637830734253, + -0.37705960869789124, + 0.16614145040512085, + 1.4800000190734863, + 2.01224684715271, + 1.377119541168213, + 2.472208261489868 + ], + "mean": [ + -1.0791597280911196, + 1.0828656177995348, + 1.0063971606779005, + -0.7412763724887435, + 0.06051586687699646, + 0.6735895358541998, + 0.29599187808494887, + 1.0164664627274285, + -1.0674249018828128, + -0.9442537633451153, + 0.6692900370019735, + 0.042354864348194333, + -0.8208754983642422, + -0.43632759884840294 + ], + "std": [ + 0.27903747391422, + 0.21068920054440293, + 0.359898132562508, + 0.34810292254784836, + 0.4232582454746258, + 0.3506287534194436, + 0.626040556059202, + 0.31769685432217026, + 0.2018748630964459, + 0.32902483680966826, + 0.35442592672363765, + 0.4514146325763375, + 0.397146098374803, + 0.6761926977743711 + ], + "count": [ + 577815 + ], + "q01": [ + -1.3089805999398538, + 0.7425924148872787, + 0.5503649927508384, + -1.1609717018107277, + -0.17187699130475198, + 0.43711885669114453, + -0.08042424760729396, + 0.7544218012891382, + -1.2216743958915164, + -1.19119532471441, + 0.41350594925188183, + -0.4149763251509534, + -1.3246272529422523, + -0.9474499382171598 + ], + "q10": [ + -1.2281038235984816, + 0.9392871885790753, + 0.8328824631477115, + -0.9852223873480889, + -0.10744231833551673, + 0.5122720796695394, + 0.051308184889481794, + 0.8547298268209578, + -1.1853411524357533, + -1.1254160986936488, + 0.47465034300167425, + -0.1875838583158982, + -1.1042725473300612, + -0.7669849278177245 + ], + "q50": [ + -1.0712639933985046, + 1.1190197837474896, + 1.0270105964184113, + -0.685449686610449, + 0.020394953847841516, + 0.5866905687719192, + 0.1949824911072948, + 0.9943259054628076, + -1.0984986471723621, + -0.9477013571556815, + 0.64894571678194, + 0.10427872936771597, + -0.7223851083485179, + -0.3652278593427037 + ], + "q90": [ + -0.9299574314062767, + 1.200057980485416, + 1.1868835118142753, + -0.5568563203525463, + 0.26621394383755154, + 0.9248537220149023, + 0.6872776060276787, + 1.2015119161274048, + -0.923916965016332, + -0.7822575477724302, + 0.8742638234177847, + 0.19527702614008996, + -0.6497777060337707, + -0.20260876574167463 + ], + "q99": [ + -0.7957707939218036, + 1.2262010784631934, + 1.2481307210112418, + -0.5084356392332715, + 0.4686344596121472, + 1.2209701543505733, + 0.849343207505432, + 1.3110875320005861, + -0.7361633559116281, + -0.5488652352550875, + 1.086444490132882, + 0.26336245970013716, + -0.5823339730332755, + -0.01830448965893145 + ] + }, + "observation.states.joint.position": { + "min": [ + -1.986434817314148, + 0.37137502431869507, + -0.10551620274782181, + -1.4800915718078613, + -1.1220669746398926, + -1.457075595855713, + -2.3259520530700684, + -0.04446938633918762, + -1.4800000190734863, + -2.196174383163452, + -0.09937775135040283, + -2.699618101119995, + -1.6706008911132812, + -2.532151937484741 + ], + "max": [ + 0.1303946077823639, + 1.4800000190734863, + 2.0992047786712646, + -0.0002615631092339754, + 2.744309663772583, + 1.627913475036621, + 1.8427374362945557, + 1.9986637830734253, + -0.37705960869789124, + 0.16614145040512085, + 1.4800000190734863, + 2.01224684715271, + 1.377119541168213, + 2.472208261489868 + ], + "mean": [ + -1.0791597280911196, + 1.0828656177995348, + 1.0063971606779005, + -0.7412763724887435, + 0.06051586687699646, + 0.6735895358541998, + 0.29599187808494887, + 1.0164664627274285, + -1.0674249018828128, + -0.9442537633451153, + 0.6692900370019735, + 0.042354864348194333, + -0.8208754983642422, + -0.43632759884840294 + ], + "std": [ + 0.27903747391422, + 0.21068920054440293, + 0.359898132562508, + 0.34810292254784836, + 0.4232582454746258, + 0.3506287534194436, + 0.626040556059202, + 0.31769685432217026, + 0.2018748630964459, + 0.32902483680966826, + 0.35442592672363765, + 0.4514146325763375, + 0.397146098374803, + 0.6761926977743711 + ], + "count": [ + 577815 + ], + "q01": [ + -1.3089805999398538, + 0.7425924148872787, + 0.5503649927508384, + -1.1609717018107277, + -0.17187699130475198, + 0.43711885669114453, + -0.08042424760729396, + 0.7544218012891382, + -1.2216743958915164, + -1.19119532471441, + 0.41350594925188183, + -0.4149763251509534, + -1.3246272529422523, + -0.9474499382171598 + ], + "q10": [ + -1.2281038235984816, + 0.9392871885790753, + 0.8328824631477115, + -0.9852223873480889, + -0.10744231833551673, + 0.5122720796695394, + 0.051308184889481794, + 0.8547298268209578, + -1.1853411524357533, + -1.1254160986936488, + 0.47465034300167425, + -0.1875838583158982, + -1.1042725473300612, + -0.7669849278177245 + ], + "q50": [ + -1.0712639933985046, + 1.1190197837474896, + 1.0270105964184113, + -0.685449686610449, + 0.020394953847841516, + 0.5866905687719192, + 0.1949824911072948, + 0.9943259054628076, + -1.0984986471723621, + -0.9477013571556815, + 0.64894571678194, + 0.10427872936771597, + -0.7223851083485179, + -0.3652278593427037 + ], + "q90": [ + -0.9299574314062767, + 1.200057980485416, + 1.1868835118142753, + -0.5568563203525463, + 0.26621394383755154, + 0.9248537220149023, + 0.6872776060276787, + 1.2015119161274048, + -0.923916965016332, + -0.7822575477724302, + 0.8742638234177847, + 0.19527702614008996, + -0.6497777060337707, + -0.20260876574167463 + ], + "q99": [ + -0.7957707939218036, + 1.2262010784631934, + 1.2481307210112418, + -0.5084356392332715, + 0.4686344596121472, + 1.2209701543505733, + 0.849343207505432, + 1.3110875320005861, + -0.7361633559116281, + -0.5488652352550875, + 1.086444490132882, + 0.26336245970013716, + -0.5823339730332755, + -0.01830448965893145 + ] + }, + "observation.images.back_right_fisheye": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.2895390789068172 + ] + ], + [ + [ + 0.28342808596283825 + ] + ], + [ + [ + 0.2846599812030403 + ] + ] + ], + "std": [ + [ + [ + 0.02180945151797434 + ] + ], + [ + [ + 0.026337761258183604 + ] + ], + [ + [ + 0.025623629444509032 + ] + ] + ], + "count": [ + 83006 + ], + "q01": [ + [ + [ + -3.921568627450984e-13 + ] + ], + [ + [ + -3.921568627450984e-13 + ] + ], + [ + [ + -3.921568627450984e-13 + ] + ] + ], + "q10": [ + [ + [ + 0.03085932649471746 + ] + ], + [ + [ + 0.027318431299830734 + ] + ], + [ + [ + 0.029596074983768563 + ] + ] + ], + "q50": [ + [ + [ + 0.29304558885872345 + ] + ], + [ + [ + 0.28666765012414014 + ] + ], + [ + [ + 0.28351597410807255 + ] + ] + ], + "q90": [ + [ + [ + 0.5269823771022347 + ] + ], + [ + [ + 0.5232769630754022 + ] + ], + [ + [ + 0.5331225259865126 + ] + ] + ], + "q99": [ + [ + [ + 0.7338680978839036 + ] + ], + [ + [ + 0.6980281067904451 + ] + ], + [ + [ + 0.7009691752718356 + ] + ] + ] + }, + "actions.robot.velocity": { + "min": [ + 0.0, + 0.0 + ], + "max": [ + 0.0, + 0.0 + ], + "mean": [ + 0.0, + 0.0 + ], + "std": [ + 0.0, + 0.0 + ], + "count": [ + 577815 + ], + "q01": [ + 3.99957844621213e-16, + 3.99957844621213e-16 + ], + "q10": [ + 3.999578446212126e-15, + 3.999578446212126e-15 + ], + "q50": [ + 1.9997892231060632e-14, + 1.9997892231060632e-14 + ], + "q90": [ + 3.59962060159092e-14, + 3.59962060159092e-14 + ], + "q99": [ + 3.959582661750003e-14, + 3.959582661750003e-14 + ] + }, + "observation.states.end.orientation": { + "min": [ + -0.8469225168228149, + -0.705597996711731, + -0.7058230638504028, + -0.4999811053276062 + ], + "max": [ + 0.9034802913665771, + 0.8790727853775024, + 0.8072546720504761, + 0.8505788445472717 + ], + "mean": [ + -0.15451278733666696, + 0.20663006162145278, + -0.006901761215839059, + 0.3135469116753168 + ], + "std": [ + 0.49727963872568354, + 0.4908978590121273, + 0.47331404938008365, + 0.35039473094166573 + ], + "count": [ + 577815 + ], + "q01": [ + -0.710179614779192, + -0.5204955123938271, + -0.6334166372287209, + -0.2413364197675778 + ], + "q10": [ + -0.6289898085258677, + -0.29839419112964793, + -0.4705419463452478, + -0.06699652846513784 + ], + "q50": [ + -0.32899778003747515, + 0.26843779911166066, + -0.12447995975764194, + 0.26017158688287567 + ], + "q90": [ + 0.3334177617363038, + 0.5955805430972321, + 0.4740043706871921, + 0.6626053261974596 + ], + "q99": [ + 0.4575903204334938, + 0.7228738970290456, + 0.6184322442545364, + 0.7120497238326681 + ] + }, + "observation.images.head_right_fisheye": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.30502548191049905 + ] + ], + [ + [ + 0.2907366957837775 + ] + ], + [ + [ + 0.2834939410916925 + ] + ] + ], + "std": [ + [ + [ + 0.008813057914244124 + ] + ], + [ + [ + 0.00944152544380487 + ] + ], + [ + [ + 0.010645898408321511 + ] + ] + ], + "count": [ + 83006 + ], + "q01": [ + [ + [ + -3.921568627450984e-13 + ] + ], + [ + [ + -3.921568627450984e-13 + ] + ], + [ + [ + -3.921568627450984e-13 + ] + ] + ], + "q10": [ + [ + [ + 0.004539236589372129 + ] + ], + [ + [ + 0.003736828655763201 + ] + ], + [ + [ + 0.0058007546761331755 + ] + ] + ], + "q50": [ + [ + [ + 0.3118646169725895 + ] + ], + [ + [ + 0.28573154380956883 + ] + ], + [ + [ + 0.2603934055922493 + ] + ] + ], + "q90": [ + [ + [ + 0.593543370193524 + ] + ], + [ + [ + 0.5884811717830061 + ] + ], + [ + [ + 0.5935383844147568 + ] + ] + ], + "q99": [ + [ + [ + 0.8093673705326231 + ] + ], + [ + [ + 0.75780057670538 + ] + ], + [ + [ + 0.7717157876880103 + ] + ] + ] + }, + "actions.end.position": { + "min": [ + 0.42954689264297485, + -0.5530434846878052, + 0.4798879623413086 + ], + "max": [ + 0.8651191592216492, + 0.4609524607658386, + 0.904273271560669 + ], + "mean": [ + 0.6934445561066258, + -0.012691376721257407, + 0.6380980053048927 + ], + "std": [ + 0.07971563972757709, + 0.24628556407122845, + 0.06969213323579464 + ], + "count": [ + 577815 + ], + "q01": [ + 0.5632318979949658, + -0.31557470389436126, + 0.558897504381142 + ], + "q10": [ + 0.6228026513618491, + -0.2603534621348714, + 0.5730231164656604 + ], + "q50": [ + 0.6934568473916746, + -0.1720692493290788, + 0.6338241077514739 + ], + "q90": [ + 0.7629241128178454, + 0.228624520313334, + 0.7148042431968652 + ], + "q99": [ + 0.7793329468721316, + 0.29257730048042685, + 0.8374153986245912 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 3461 + ], + "mean": [ + 1192.557207756807 + ], + "std": [ + 734.3835691560989 + ], + "count": [ + 577815 + ], + "q01": [ + 23.358855672163827 + ], + "q10": [ + 238.0926476900629 + ], + "q50": [ + 1192.5274222064163 + ], + "q90": [ + 2146.969442380289 + ], + "q99": [ + 2361.753220892135 + ] + }, + "observation.images.head_left_fisheye": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.3191946905911491 + ] + ], + [ + [ + 0.3069424683728457 + ] + ], + [ + [ + 0.3005257433459658 + ] + ] + ], + "std": [ + [ + [ + 0.01019291603562284 + ] + ], + [ + [ + 0.013157545786931004 + ] + ], + [ + [ + 0.015341302406695574 + ] + ] + ], + "count": [ + 83006 + ], + "q01": [ + [ + [ + -3.921568627450984e-13 + ] + ], + [ + [ + -3.921568627450984e-13 + ] + ], + [ + [ + -3.921568627450984e-13 + ] + ] + ], + "q10": [ + [ + [ + 0.017509224868359853 + ] + ], + [ + [ + 0.011700775540880212 + ] + ], + [ + [ + 0.008922300047464927 + ] + ] + ], + "q50": [ + [ + [ + 0.3233788243958424 + ] + ], + [ + [ + 0.30164236174895087 + ] + ], + [ + [ + 0.2808126189442274 + ] + ] + ], + "q90": [ + [ + [ + 0.6021898025289775 + ] + ], + [ + [ + 0.6031870464916491 + ] + ], + [ + [ + 0.6153051365352398 + ] + ] + ], + "q99": [ + [ + [ + 0.8842750432464749 + ] + ], + [ + [ + 0.7978253286167367 + ] + ], + [ + [ + 0.7613014993957194 + ] + ] + ] + }, + "observation.states.waist.position": { + "min": [ + 0.3199986219406128, + 0.27999985218048096 + ], + "max": [ + 0.4363352358341217, + 0.3490685224533081 + ], + "mean": [ + 0.39908138414752664, + 0.32009062900527147 + ], + "std": [ + 0.03617588286219197, + 0.013226999583867393 + ], + "count": [ + 577815 + ], + "q01": [ + 0.39908007688111485, + 0.320085913524738 + ], + "q10": [ + 0.39908114469509554, + 0.32008598594640103 + ], + "q50": [ + 0.3990817890050172, + 0.3200860505951344 + ], + "q90": [ + 0.3990819833889398, + 0.3200860974231152 + ], + "q99": [ + 0.3990830296028526, + 0.32008615207418945 + ] + }, + "observation.images.head_center_fisheye": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.2984122957449286 + ] + ], + [ + [ + 0.2972998385821271 + ] + ], + [ + [ + 0.2945870664275339 + ] + ] + ], + "std": [ + [ + [ + 0.009062910227033231 + ] + ], + [ + [ + 0.00928782932568221 + ] + ], + [ + [ + 0.010641466213190487 + ] + ] + ], + "count": [ + 83006 + ], + "q01": [ + [ + [ + -3.921568627450984e-13 + ] + ], + [ + [ + -3.921568627450984e-13 + ] + ], + [ + [ + -3.921568627450984e-13 + ] + ] + ], + "q10": [ + [ + [ + 0.010125791723187175 + ] + ], + [ + [ + 0.012176262581489926 + ] + ], + [ + [ + 0.0131635978096234 + ] + ] + ], + "q50": [ + [ + [ + 0.29073073823916695 + ] + ], + [ + [ + 0.2836693312534714 + ] + ], + [ + [ + 0.2672664023966331 + ] + ] + ], + "q90": [ + [ + [ + 0.5837301661452735 + ] + ], + [ + [ + 0.5921063680566252 + ] + ], + [ + [ + 0.6062622395859412 + ] + ] + ], + "q99": [ + [ + [ + 0.8378247031955028 + ] + ], + [ + [ + 0.8024770557709254 + ] + ], + [ + [ + 0.8028191997440537 + ] + ] + ] + }, + "observation.states.robot.orientation": { + "min": [ + 0.0, + 0.0, + -0.9961855411529541, + 0.0872606635093689 + ], + "max": [ + 0.0, + 0.0, + 0.941921055316925, + 1.0 + ], + "mean": [ + 0.0, + 0.0, + 0.03643674747297613, + 0.9424059081767865 + ], + "std": [ + 0.0, + 0.0, + 0.27641727498745194, + 0.18479051818490502 + ], + "count": [ + 577815 + ], + "q01": [ + 3.99957844621213e-16, + 3.99957844621213e-16, + 0.03603902462030684, + 0.9423245403682976 + ], + "q10": [ + 3.999578446212126e-15, + 3.999578446212126e-15, + 0.036192219467162404, + 0.9423527822766065 + ], + "q50": [ + 1.9997892231060632e-14, + 1.9997892231060632e-14, + 0.03643252836365412, + 0.9424054609864111 + ], + "q90": [ + 3.59962060159092e-14, + 3.59962060159092e-14, + 0.036689330201337585, + 0.9424532332504482 + ], + "q99": [ + 3.959582661750003e-14, + 3.959582661750003e-14, + 0.036830775396893396, + 0.9424822121012035 + ] + }, + "observation.states.robot.position": { + "min": [ + -0.5529999732971191, + -2.5239999294281006, + 0.0 + ], + "max": [ + 3.9779999256134033, + 2.385999917984009, + 0.0 + ], + "mean": [ + 0.09540629995143776, + -0.0025339127902386863, + 0.0 + ], + "std": [ + 0.5977844337105813, + 0.5912028058744626, + 0.0 + ], + "count": [ + 577815 + ], + "q01": [ + 0.09539395250915232, + -0.0025377600584639047, + 3.99957844621213e-16 + ], + "q10": [ + 0.0953990951828585, + -0.0025377600580480833, + 3.999578446212126e-15 + ], + "q50": [ + 0.09541180923882726, + -0.0025377600561999137, + 1.9997892231060632e-14 + ], + "q90": [ + 0.09541522547867606, + -0.0025377600543517224, + 3.59962060159092e-14 + ], + "q99": [ + 0.09541925354294996, + -0.0025377600539358575, + 3.959582661750003e-14 + ] + }, + "observation.states.head.position": { + "min": [ + -0.13990649580955505, + 0.3490259051322937 + ], + "max": [ + 0.04259992390871048, + 0.4363775849342346 + ], + "mean": [ + -0.005444420840961225, + 0.36963919939747464 + ], + "std": [ + 0.027338513051474743, + 0.037081617438112995 + ], + "count": [ + 577815 + ], + "q01": [ + -0.00546593732959855, + 0.36963872495027894 + ], + "q10": [ + -0.00544816751766838, + 0.3696410467125307 + ], + "q50": [ + -0.005445743974362578, + 0.3696421207982453 + ], + "q90": [ + -0.005439675610538036, + 0.36964428905094515 + ], + "q99": [ + -0.005404847704745532, + 0.369650770659739 + ] + }, + "actions.effector.position": { + "min": [ + 0.0, + 0.0 + ], + "max": [ + 1.0, + 1.0 + ], + "mean": [ + 0.8409574683110754, + 0.8525393926809415 + ], + "std": [ + 0.3651286756866967, + 0.35383998033344966 + ], + "count": [ + 577815 + ], + "q01": [ + -1.000000013351432e-10, + -1.000000013351432e-10 + ], + "q10": [ + 0.1757050448947668, + 0.28320012191063676 + ], + "q50": [ + 0.9998801306691881, + 0.9998815866821668 + ], + "q90": [ + 0.9999760261338377, + 0.9999763173364338 + ], + "q99": [ + 0.9999976026133842, + 0.999997631733643 + ] + }, + "observation.images.back_left_fisheye": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.2935280117548974 + ] + ], + [ + [ + 0.28934673439549974 + ] + ], + [ + [ + 0.29378800965809526 + ] + ] + ], + "std": [ + [ + [ + 0.022552178674188645 + ] + ], + [ + [ + 0.021554443040004093 + ] + ], + [ + [ + 0.01950208045794163 + ] + ] + ], + "count": [ + 83006 + ], + "q01": [ + [ + [ + -3.921568627450984e-13 + ] + ], + [ + [ + -3.921568627450984e-13 + ] + ], + [ + [ + -3.921568627450984e-13 + ] + ] + ], + "q10": [ + [ + [ + 0.023596511435393076 + ] + ], + [ + [ + 0.02738338746935965 + ] + ], + [ + [ + 0.03669653274540761 + ] + ] + ], + "q50": [ + [ + [ + 0.29997080081074656 + ] + ], + [ + [ + 0.29758625763355295 + ] + ], + [ + [ + 0.30037946269432114 + ] + ] + ], + "q90": [ + [ + [ + 0.5392816657196344 + ] + ], + [ + [ + 0.5270679114989583 + ] + ], + [ + [ + 0.5318325193540361 + ] + ] + ], + "q99": [ + [ + [ + 0.7761136019385817 + ] + ], + [ + [ + 0.705327750138982 + ] + ], + [ + [ + 0.6772937236279882 + ] + ] + ] + }, + "actions.end.orientation": { + "min": [ + -0.8469225168228149, + -0.705597996711731, + -0.7058230638504028, + -0.4999811053276062 + ], + "max": [ + 0.9034802913665771, + 0.8790727853775024, + 0.8072546720504761, + 0.8505788445472717 + ], + "mean": [ + -0.15451278733666696, + 0.20663006162145278, + -0.006901761215839059, + 0.3135469116753168 + ], + "std": [ + 0.49727963872568354, + 0.4908978590121273, + 0.47331404938008365, + 0.35039473094166573 + ], + "count": [ + 577815 + ], + "q01": [ + -0.710179614779192, + -0.5204955123938271, + -0.6334166372287209, + -0.2413364197675778 + ], + "q10": [ + -0.6289898085258677, + -0.29839419112964793, + -0.4705419463452478, + -0.06699652846513784 + ], + "q50": [ + -0.32899778003747515, + 0.26843779911166066, + -0.12447995975764194, + 0.26017158688287567 + ], + "q90": [ + 0.3334177617363038, + 0.5955805430972321, + 0.4740043706871921, + 0.6626053261974596 + ], + "q99": [ + 0.4575903204334938, + 0.7228738970290456, + 0.6184322442545364, + 0.7120497238326681 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 577814 + ], + "mean": [ + 288907.0 + ], + "std": [ + 166800.82289565206 + ], + "count": [ + 577815 + ], + "q01": [ + 287737.8016479154 + ], + "q10": [ + 287952.5354399331 + ], + "q50": [ + 288906.99891678046 + ], + "q90": [ + 289861.41223462345 + ], + "q99": [ + 290076.1960131354 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 250 + ], + "mean": [ + 114.63681974334342 + ], + "std": [ + 70.54172475337079 + ], + "count": [ + 577815 + ], + "q01": [ + 114.63681974334342 + ], + "q10": [ + 114.63681974334342 + ], + "q50": [ + 114.63681974334342 + ], + "q90": [ + 114.63681974334342 + ], + "q99": [ + 114.63681974334342 + ] + } +} \ No newline at end of file diff --git a/meta/tasks.parquet b/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d987f83fa41beb81dbed1a41b00c1332a7fac27 --- /dev/null +++ b/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e6163efa761139569dcd349cf4a20d1f492261dfa09852c7e6156505d02a73 +size 2377 diff --git a/videos/observation.images.back_left_fisheye/chunk-000/file-000.mp4 b/videos/observation.images.back_left_fisheye/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..175b09e4c678d17849b730f997f5a3180dce60d0 --- /dev/null +++ b/videos/observation.images.back_left_fisheye/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f4c4b5a2285989fb3a42d7297a743c4c108c94c060b23bb03b21a5436484b6 +size 523942710 diff --git a/videos/observation.images.back_left_fisheye/chunk-000/file-001.mp4 b/videos/observation.images.back_left_fisheye/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..011987ead44588c14acd26296b8fdfc0746b56aa --- /dev/null +++ b/videos/observation.images.back_left_fisheye/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ea83c26239619ef701ed229213b006d5af6db5c383ef319ca981c1e2a7f4da +size 283382762 diff --git a/videos/observation.images.back_right_fisheye/chunk-000/file-000.mp4 b/videos/observation.images.back_right_fisheye/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..911c6e8de1fb8b919f5fb03a993066f57f0d6cbd --- /dev/null +++ b/videos/observation.images.back_right_fisheye/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a61b7e941c5ef6c40c9ade311b4dd26e1ab5f50f02de729f40a1115de76db3 +size 523429886 diff --git a/videos/observation.images.back_right_fisheye/chunk-000/file-001.mp4 b/videos/observation.images.back_right_fisheye/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8f9876379dc3d522d17210b1b477b5ce659f291 --- /dev/null +++ b/videos/observation.images.back_right_fisheye/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612f80dfa682d83c04ee261e45d6ec9ee10910c3aa72808808780225bf528084 +size 303980197 diff --git a/videos/observation.images.hand_left/chunk-000/file-000.mp4 b/videos/observation.images.hand_left/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae97800b533a5aaffa4a39a97af36e07698d9dd7 --- /dev/null +++ b/videos/observation.images.hand_left/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21a7ae9a587082b214d012b628f65e3d33d54a0d1f900614e3c9ea34f1b29f3 +size 491358916 diff --git a/videos/observation.images.hand_left/chunk-000/file-001.mp4 b/videos/observation.images.hand_left/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c049cfe423f00a1c0aab6ba221ae43d7a87c235e --- /dev/null +++ b/videos/observation.images.hand_left/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd168f4d11a36a9623d2cdf7c3cbc91ac5430dd6bc2be563699a5f90c4a0907 +size 514272759 diff --git a/videos/observation.images.hand_left/chunk-000/file-002.mp4 b/videos/observation.images.hand_left/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ddada0a8162b7932a20c0123981a885e8d8761d --- /dev/null +++ b/videos/observation.images.hand_left/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e9b193906b74ff6a4d225839c6297215a9e6014e9cce4eed42e62fbba1f862 +size 482428313 diff --git a/videos/observation.images.hand_left/chunk-000/file-003.mp4 b/videos/observation.images.hand_left/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31617e9abbb06027679974b8b65705857ae35222 --- /dev/null +++ b/videos/observation.images.hand_left/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:346bb5f8d88a95177b9625c2d00ce7a53e3fc458b547b9a1354fd90cba0a3b07 +size 495787003 diff --git a/videos/observation.images.hand_left/chunk-000/file-004.mp4 b/videos/observation.images.hand_left/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b85cb44241eb3cc4cea64a67b481677901c856f --- /dev/null +++ b/videos/observation.images.hand_left/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e9b52e47f3044a53788b2928f3b0083e0041ab30f7ce0784a13e55b109203b +size 519543871 diff --git a/videos/observation.images.hand_left/chunk-000/file-005.mp4 b/videos/observation.images.hand_left/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ca2c8c013af388e7c5b00e79ea66c52f7bc49e4 --- /dev/null +++ b/videos/observation.images.hand_left/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813399dde467982084e7cb891ac71ef2db10364b69928e2515b5efa980aa27d7 +size 498869193 diff --git a/videos/observation.images.hand_left/chunk-000/file-006.mp4 b/videos/observation.images.hand_left/chunk-000/file-006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d39529421e3c0ef352d0945f4463f94ff8c8f766 --- /dev/null +++ b/videos/observation.images.hand_left/chunk-000/file-006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d1488c948c6881a36bd10df4b967639959d926b5acdcddd9db61b03f1e3061 +size 514900656 diff --git a/videos/observation.images.hand_left/chunk-000/file-007.mp4 b/videos/observation.images.hand_left/chunk-000/file-007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a05abebb415f7276cb1c7db20a6f7db8a10132f3 --- /dev/null +++ b/videos/observation.images.hand_left/chunk-000/file-007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6763c20993525c2056ca5b2349baf5677288fd65dbdb34a5f0e4d04657de04bd +size 520125403 diff --git a/videos/observation.images.hand_left/chunk-000/file-008.mp4 b/videos/observation.images.hand_left/chunk-000/file-008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccc883cb00a7940603fd3fca21ce62b671afb5aa --- /dev/null +++ b/videos/observation.images.hand_left/chunk-000/file-008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0dbd2dfe028186a21081704dbd2d1c1c783fd3342ec239b5cfc753f40d5d79e +size 517136773 diff --git a/videos/observation.images.hand_left/chunk-000/file-009.mp4 b/videos/observation.images.hand_left/chunk-000/file-009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d5790767cf28203719e69bde0e845bdfb169231 --- /dev/null +++ b/videos/observation.images.hand_left/chunk-000/file-009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8cd360fc80fb60603afc0f70c42fc7b65515f60e7fa419fc8e18645f7f493d +size 501230792 diff --git a/videos/observation.images.hand_left/chunk-000/file-010.mp4 b/videos/observation.images.hand_left/chunk-000/file-010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dba24c9d37b6822d1b395b3af9bbf2f552597369 --- /dev/null +++ b/videos/observation.images.hand_left/chunk-000/file-010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf27ee5fd76291efd80edd7af36885f5198aa851a7b08ae4e9f4e1473ddce3f +size 519307294 diff --git a/videos/observation.images.hand_left/chunk-000/file-011.mp4 b/videos/observation.images.hand_left/chunk-000/file-011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43429f0570c405bfe4d6922eb114dbd4ce876793 --- /dev/null +++ b/videos/observation.images.hand_left/chunk-000/file-011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ef4ced3b3dd55c11c5325a08495ac3e11b663005ecdc9c0d5409db6cb8e07f +size 508795373 diff --git a/videos/observation.images.hand_left/chunk-000/file-012.mp4 b/videos/observation.images.hand_left/chunk-000/file-012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec0db5d34d9adf8e6fd77d2de2f17681b2b557cd --- /dev/null +++ b/videos/observation.images.hand_left/chunk-000/file-012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe53df473421bc09f1360d75d2502b178ffbf8330fa738746008daaf223c5f23 +size 507563282 diff --git a/videos/observation.images.hand_left/chunk-000/file-013.mp4 b/videos/observation.images.hand_left/chunk-000/file-013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09daef3eb01887d68f43ceb97f0f1b7ad04f15e3 --- /dev/null +++ b/videos/observation.images.hand_left/chunk-000/file-013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6fdff5ab97ee1e64f580951fd67691861cea919cd47c077018177df187480c6 +size 523384916 diff --git a/videos/observation.images.hand_left/chunk-000/file-014.mp4 b/videos/observation.images.hand_left/chunk-000/file-014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52005da6b8f77d9b48033674dba623fe486858cb --- /dev/null +++ b/videos/observation.images.hand_left/chunk-000/file-014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993c8d9790533dd362e7b7e26674331208a48ec19f75060b773a275179311971 +size 515056616 diff --git a/videos/observation.images.hand_left/chunk-000/file-015.mp4 b/videos/observation.images.hand_left/chunk-000/file-015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c5206a3792a8c6815985380187ff791cb20b347 --- /dev/null +++ b/videos/observation.images.hand_left/chunk-000/file-015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e585890ddb66cc590b7986f22826e80172d69e9211e3c7d9f9be8ed5ba5c77 +size 490823593 diff --git a/videos/observation.images.hand_left/chunk-000/file-016.mp4 b/videos/observation.images.hand_left/chunk-000/file-016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca4f96e075794795a9df72ba4c432214cec07a9a --- /dev/null +++ b/videos/observation.images.hand_left/chunk-000/file-016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addaa62fe61b2dd9d8b9f9aeae2276166000b9f440b574f093fd637f3dbf7fc1 +size 471703059 diff --git a/videos/observation.images.hand_right/chunk-000/file-000.mp4 b/videos/observation.images.hand_right/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9519553e5c09adf9200aa0cd5f02f4ae51c55eec --- /dev/null +++ b/videos/observation.images.hand_right/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f5d3a024bec9f152de8d166fa4d338e7184e25f1e228075ce3e79234e8db5d +size 494066101 diff --git a/videos/observation.images.hand_right/chunk-000/file-001.mp4 b/videos/observation.images.hand_right/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13e5e29a7889147c6661e02c8a0abc66f4f915df --- /dev/null +++ b/videos/observation.images.hand_right/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c6ca9aed00999c475ee9f3a192d7f7fca2f374177c0119dda5323cf7d72696 +size 504962056 diff --git a/videos/observation.images.hand_right/chunk-000/file-002.mp4 b/videos/observation.images.hand_right/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a510854617ff13ae3dad6c45668dd3943bf24b4c --- /dev/null +++ b/videos/observation.images.hand_right/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6296c1f9d4cb066ffb608ed4b501c371dac7380370af88eb7e0719df1a5f4b +size 491681922 diff --git a/videos/observation.images.hand_right/chunk-000/file-003.mp4 b/videos/observation.images.hand_right/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c56d9b46fb2ed422bb816f7f46adf5350760b412 --- /dev/null +++ b/videos/observation.images.hand_right/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51ce1403efe091f2693354e416ad42cd4b8af06c831d2bde4003c4d0747a6b2 +size 492407363 diff --git a/videos/observation.images.hand_right/chunk-000/file-004.mp4 b/videos/observation.images.hand_right/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bb7db199a54c15f707c34dc73fe33b94cad426a --- /dev/null +++ b/videos/observation.images.hand_right/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108f6a9465339482e087e3a9419e25b79773f93fbc8f773eed632f97ac8cd0e4 +size 509153914 diff --git a/videos/observation.images.hand_right/chunk-000/file-005.mp4 b/videos/observation.images.hand_right/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1271706171aea03ae036925364b40a3a4389fc01 --- /dev/null +++ b/videos/observation.images.hand_right/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f179f04dd948443eda84460ccf3a09f78c835021096870e40d3a444897600d74 +size 512191565 diff --git a/videos/observation.images.hand_right/chunk-000/file-006.mp4 b/videos/observation.images.hand_right/chunk-000/file-006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d080010d59b05c3f871dbca1b9e5751f620591e --- /dev/null +++ b/videos/observation.images.hand_right/chunk-000/file-006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7f9c60417082e516dd6352e4b6d591468bb0aebfaa18253e4d4c2914d93d79 +size 496005700 diff --git a/videos/observation.images.hand_right/chunk-000/file-007.mp4 b/videos/observation.images.hand_right/chunk-000/file-007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd193403c787aad34fb384ebe28ab3343838d0bf --- /dev/null +++ b/videos/observation.images.hand_right/chunk-000/file-007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f65c52e6ae63739d4d1a6c8551bce5b1ec3490919e9780c73aae77b768fc50 +size 494508674 diff --git a/videos/observation.images.hand_right/chunk-000/file-008.mp4 b/videos/observation.images.hand_right/chunk-000/file-008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a496e5434943deb45a7b736d6080e1a39133b163 --- /dev/null +++ b/videos/observation.images.hand_right/chunk-000/file-008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab620df8e39a3e54609abedf6ca280bd473ed1cb2bd882d037eba461cca79814 +size 512401780 diff --git a/videos/observation.images.hand_right/chunk-000/file-009.mp4 b/videos/observation.images.hand_right/chunk-000/file-009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57ddea55f6cc66de5ca385c66468a88bb71cfb4d --- /dev/null +++ b/videos/observation.images.hand_right/chunk-000/file-009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860f98e447284afe6fba3046864abca1fd29e63713725e5efa582ed9794b9021 +size 506112758 diff --git a/videos/observation.images.hand_right/chunk-000/file-010.mp4 b/videos/observation.images.hand_right/chunk-000/file-010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6f8f4554cbbab5e4ba704d0e019f4c2f875480e --- /dev/null +++ b/videos/observation.images.hand_right/chunk-000/file-010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f9dbb18e461e82c4ed3f6b0657b4ce41379e4f689824bcc64cc5a0fe4f735c +size 524057284 diff --git a/videos/observation.images.hand_right/chunk-000/file-011.mp4 b/videos/observation.images.hand_right/chunk-000/file-011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28841099bc7dd5d591551782c1d9fc3c8cbda61d --- /dev/null +++ b/videos/observation.images.hand_right/chunk-000/file-011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb7eeaa3d02a1b9ef25693281e983d33544a2dfbbeaba8414329a32cf2e3c9c +size 516960341 diff --git a/videos/observation.images.hand_right/chunk-000/file-012.mp4 b/videos/observation.images.hand_right/chunk-000/file-012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a18c4608aff9e0a46c08cc89e950f546fd3c0e7c --- /dev/null +++ b/videos/observation.images.hand_right/chunk-000/file-012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f066af082f4a1cf0e2483c07ced9e9dd320c24bed66323ec950894592b9d2923 +size 510236858 diff --git a/videos/observation.images.hand_right/chunk-000/file-013.mp4 b/videos/observation.images.hand_right/chunk-000/file-013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35879371e5395e1f9dda8083fcf9148fcd42b92d --- /dev/null +++ b/videos/observation.images.hand_right/chunk-000/file-013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe17ded84f6d91f5b63bf9ecc173d31ce9dbd093eaa322a0c545f12ea825196 +size 519195331 diff --git a/videos/observation.images.hand_right/chunk-000/file-014.mp4 b/videos/observation.images.hand_right/chunk-000/file-014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ee1f62332c0dbd19991c3c596d1835a386fbc81 --- /dev/null +++ b/videos/observation.images.hand_right/chunk-000/file-014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996aed77f83f9e3d8f835891ef1d678afe4244d399bd5999d8ae59003d23a6d4 +size 246164151 diff --git a/videos/observation.images.head/chunk-000/file-000.mp4 b/videos/observation.images.head/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8cb445525260475f57a89cd33a3aec32862a51e --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a055bb358b075198fca9e515373fa966d0bcc57d95e14a559fbaf15fb8b59f75 +size 499369391 diff --git a/videos/observation.images.head/chunk-000/file-001.mp4 b/videos/observation.images.head/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c13d805875c746b272ef68e2ae16e1d8c2790af --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30cd0b8954c2a40a21f57225b89e83478060ce32876537fa8bb0d1eb8560929b +size 461959918 diff --git a/videos/observation.images.head/chunk-000/file-002.mp4 b/videos/observation.images.head/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ef895af1fc069924098a83c4be3aa63ac2a1b72 --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9eba423b405a4a4357609781e0337fb9e273adb560de163dc7e147b675407a +size 493195281 diff --git a/videos/observation.images.head/chunk-000/file-003.mp4 b/videos/observation.images.head/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e42593ba63a9b57c3f0ec618dbe57c7473d9ea4d --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c1c959f31454d5795a13f18bea8736ae993c27ff86efdacacae9e50d59a22e +size 510426359 diff --git a/videos/observation.images.head/chunk-000/file-004.mp4 b/videos/observation.images.head/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4de8a9e3f4cfa80f85a129f67f1c9ea66173819a --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af83ad5f612e1f6a9f9a69843d83197cefaa0fe3326ef5b592cafa04ed4247d +size 508481954 diff --git a/videos/observation.images.head/chunk-000/file-005.mp4 b/videos/observation.images.head/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71e02341a652c77e28b6a78368f2d2c139b40458 --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040b6a9f17f0d402b3aa55c0c6b66e3a7fc970f30981550bd4587e4f85463473 +size 492131624 diff --git a/videos/observation.images.head/chunk-000/file-006.mp4 b/videos/observation.images.head/chunk-000/file-006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6abc6c59ab410212ba4a029e2566e7933fa17c6b --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a13243dcc9449aadc308e181d2ac164c2ed3bf53d9c9d31925886090642ea612 +size 474770488 diff --git a/videos/observation.images.head/chunk-000/file-007.mp4 b/videos/observation.images.head/chunk-000/file-007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfd8fe0d867315a0f5da6a89887fd36a277e0cbc --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6028d41774020937d2b25a588475e19ab49c0470cad43d279e76d7112460edf5 +size 509047056 diff --git a/videos/observation.images.head/chunk-000/file-008.mp4 b/videos/observation.images.head/chunk-000/file-008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1a27fedd671bd128c9d2ea5b3b6a6afe35d4d9a --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3f2d2ca1baa90f117ade3494066c661602c28b12a3740b7c6192941ec7373b +size 488274882 diff --git a/videos/observation.images.head/chunk-000/file-009.mp4 b/videos/observation.images.head/chunk-000/file-009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7203bc9d6db425d1d0e9e6683bd310bd088c93ff --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30df7bf4e813c9c7551e563e476dc8db98dbe114f4243a91df53a3da93d8225e +size 489322524 diff --git a/videos/observation.images.head/chunk-000/file-010.mp4 b/videos/observation.images.head/chunk-000/file-010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..933084bfdad96e5ef03e1364c3dfd3a9c225e94e --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f639aec216ea4cd9afa4f4c447bb39e0d2e66c958411a9d9ca2644d444e061be +size 472426598 diff --git a/videos/observation.images.head/chunk-000/file-011.mp4 b/videos/observation.images.head/chunk-000/file-011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78dccd863a51724c540bc3f97a8bdbe6561c78de --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7b9e65e9319658bd5a8483f9f06b03b456ff004364fb3f600fab5d7e44ea49 +size 465761992 diff --git a/videos/observation.images.head/chunk-000/file-012.mp4 b/videos/observation.images.head/chunk-000/file-012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd7920b92e1a06b1ce52801f5be3c9dd8a235e15 --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4cefb68b8a02b9c15a90fd85194498eba7a266583b2cfac91edd24234c7721e +size 475289988 diff --git a/videos/observation.images.head/chunk-000/file-013.mp4 b/videos/observation.images.head/chunk-000/file-013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca5896e586122259ffcc2c52de447f2c7bd63ab2 --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e88ce1e630024e627e0dbe7a3ce4e0175ff093d40a379e4fb09dc9f3b8317d +size 517979577 diff --git a/videos/observation.images.head/chunk-000/file-014.mp4 b/videos/observation.images.head/chunk-000/file-014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0dd3be5c7d5831a622c1e151637710ce5e49d5de --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71068cdb3445e088f6d13dc22bfe0a238b1eba44fef3e208e00fe5c532eac333 +size 481686113 diff --git a/videos/observation.images.head/chunk-000/file-015.mp4 b/videos/observation.images.head/chunk-000/file-015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ebd7d0836ee2a886789d8462a428bd263a3a4e5 --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3928edb08505ecbd92ba25e927181941921d1cbd2afa99c8b700d829383e45 +size 506486472 diff --git a/videos/observation.images.head/chunk-000/file-016.mp4 b/videos/observation.images.head/chunk-000/file-016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8ad47d59d36592b4f1d866d0b67c74da82efdac --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54bc47755576617aed629c5e36619fcdb913640b3bfdffd27fb5d706d0bbe53 +size 518049559 diff --git a/videos/observation.images.head/chunk-000/file-017.mp4 b/videos/observation.images.head/chunk-000/file-017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11c965d0d6eb95c4a714071dc02c6de46c1fe9cc --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7dac6e914c8fc10c6654f49a1ea3fbe4424dc98b85878073f305ce9aea2481 +size 493746199 diff --git a/videos/observation.images.head/chunk-000/file-018.mp4 b/videos/observation.images.head/chunk-000/file-018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8f2c9cb93235dfb0c8b0da09bf909985120d275 --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3bdd8c62d86159ef737e50da362a6146c05a942f4c3745502f2d10f7dec7be +size 521056968 diff --git a/videos/observation.images.head/chunk-000/file-019.mp4 b/videos/observation.images.head/chunk-000/file-019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a56101d68a288123cb803d00b98058198d7d6893 --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40605ae0fedb984c464fea7e4cd9bfb6dbf0961dec7ce4695e197a80708b984a +size 490485544 diff --git a/videos/observation.images.head/chunk-000/file-020.mp4 b/videos/observation.images.head/chunk-000/file-020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44c5de632105de733849fe28d961619259ca68b0 --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540bc366a37973d122a1e737f2eea2db2d484ac092be5a875a499fdca03a1c05 +size 495432849 diff --git a/videos/observation.images.head/chunk-000/file-021.mp4 b/videos/observation.images.head/chunk-000/file-021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08da115137ac4d1d5f44c8fc845511e4f72b4c88 --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14aa9e69f1acd80be7f89cd0a35f8fa1a037b6a12d207bf3ec48999b3899c9ec +size 523543121 diff --git a/videos/observation.images.head/chunk-000/file-022.mp4 b/videos/observation.images.head/chunk-000/file-022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae768fb76268d68fc8995ca70003cb3772d045e0 --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb421ae4525ccbe9acb041bdbe1984ad37469deb1a732dfcda6fd4f2764e3c7e +size 499154952 diff --git a/videos/observation.images.head/chunk-000/file-023.mp4 b/videos/observation.images.head/chunk-000/file-023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc0a69a8878aed15509ef85cbeec14820c9645aa --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597680e4e5a0b1a07b181f53b72c2c92442be5ccfbb35b7caa2a87b29ac62a05 +size 512421324 diff --git a/videos/observation.images.head/chunk-000/file-024.mp4 b/videos/observation.images.head/chunk-000/file-024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13a7166589c988ac5cff34b77b889d2abbb53526 --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ce86c354fc14802cde8c902670e3be71d23d2e7e572efefd90ad323bd14c45 +size 515963662 diff --git a/videos/observation.images.head/chunk-000/file-025.mp4 b/videos/observation.images.head/chunk-000/file-025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b49770ee3abc3a80c27c9e6e15741ff19efcaea8 --- /dev/null +++ b/videos/observation.images.head/chunk-000/file-025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db538ef8c3f91dfa85139f1375426a9884989560e722429cba1af5e2900e6a9a +size 293104346 diff --git a/videos/observation.images.head_center_fisheye/chunk-000/file-000.mp4 b/videos/observation.images.head_center_fisheye/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0829324c5e0b1857e28db817785725448a072767 --- /dev/null +++ b/videos/observation.images.head_center_fisheye/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54970ebe8388b5a24e8805a2dd419ccc69235fbbf23f50aa58e66ec5c55ea0dd +size 519539886 diff --git a/videos/observation.images.head_center_fisheye/chunk-000/file-001.mp4 b/videos/observation.images.head_center_fisheye/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e36f436ccbb6f8251516cb35288a27c8b835d42 --- /dev/null +++ b/videos/observation.images.head_center_fisheye/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21568fe585d3d19d77a0835d96f8c39abb71506636915436b5caf5da44c5d9a +size 524137527 diff --git a/videos/observation.images.head_center_fisheye/chunk-000/file-002.mp4 b/videos/observation.images.head_center_fisheye/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28a3491d68ed56472b5b0ec97916af90830a52c8 --- /dev/null +++ b/videos/observation.images.head_center_fisheye/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1443fc4122460ff252b85a622ab69896ca68d7e9848ce14c0d1877b3bf29f8 +size 106351748 diff --git a/videos/observation.images.head_left_fisheye/chunk-000/file-000.mp4 b/videos/observation.images.head_left_fisheye/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a88adc2bd52a74ebfcf8e28443b721a4e60eea5e --- /dev/null +++ b/videos/observation.images.head_left_fisheye/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3024963aa8f92b4b53ad0018a43f34e1c95eb3e87c14411e047ce685f9cdf874 +size 521811919 diff --git a/videos/observation.images.head_left_fisheye/chunk-000/file-001.mp4 b/videos/observation.images.head_left_fisheye/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b74d419dfb779755fdf9df18e4e1d3f7ebb5f070 --- /dev/null +++ b/videos/observation.images.head_left_fisheye/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e812254b3d8c4159927977d3c887e4081fed318bd5142fbece04399a3c3f99 +size 521440991 diff --git a/videos/observation.images.head_left_fisheye/chunk-000/file-002.mp4 b/videos/observation.images.head_left_fisheye/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f778643aea2ca93dc79bb7d3a77073620176f56f --- /dev/null +++ b/videos/observation.images.head_left_fisheye/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fb5216c4b0c383055be0689fb825b98e8e58f197ef6b8f0ec329b2087475cb +size 35617783 diff --git a/videos/observation.images.head_right_fisheye/chunk-000/file-000.mp4 b/videos/observation.images.head_right_fisheye/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25ba7508ac9263e42c45c5e79cb6acbd8c299020 --- /dev/null +++ b/videos/observation.images.head_right_fisheye/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3eb7533c4f63d47044ea841b10985ecb66d40bb297a2f9f08867e9a2dd142b +size 519751094 diff --git a/videos/observation.images.head_right_fisheye/chunk-000/file-001.mp4 b/videos/observation.images.head_right_fisheye/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8482610f605a8850291d49ed1dc6ed4ad9563f52 --- /dev/null +++ b/videos/observation.images.head_right_fisheye/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2109d3cc28afbf3dc3680b61c3e770ced595159e5d0119ba2df69c84b0e506 +size 522965067 diff --git a/videos/observation.images.head_right_fisheye/chunk-000/file-002.mp4 b/videos/observation.images.head_right_fisheye/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b8dbf3073363a139e71deeade5975cd2100e71d --- /dev/null +++ b/videos/observation.images.head_right_fisheye/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51aa304eec812e2826289e1a4ae9ae601b6e8e178996f528ee6bfd4388396953 +size 53491782