Add files using upload-large-folder tool
Browse files- meta/action_spaces.json +86 -0
- meta/conversion_manifest.json +84 -0
- meta/full_validation_report.json +365 -0
- meta/info.json +254 -0
- meta/robot_only_kinematic_report.json +887 -0
- meta/stats.json +1355 -0
- meta/tasks.parquet +3 -0
- meta/verification_report.json +103 -0
- meta/video_decode_errors.txt +0 -0
- provenance/excluded_failures.jsonl +131 -0
- provenance/source.json +12 -0
- provenance/source_episode_map.jsonl +0 -0
- videos/observation.images.front/chunk-000/file-000.mp4 +3 -0
- videos/observation.images.front/chunk-000/file-001.mp4 +3 -0
- videos/observation.images.front/chunk-000/file-002.mp4 +3 -0
- videos/observation.images.front/chunk-000/file-003.mp4 +3 -0
- videos/observation.images.front/chunk-000/file-004.mp4 +3 -0
- videos/observation.images.front/chunk-000/file-005.mp4 +3 -0
- videos/observation.images.front/chunk-000/file-006.mp4 +3 -0
- videos/observation.images.front/chunk-000/file-007.mp4 +3 -0
- videos/observation.images.front/chunk-000/file-008.mp4 +3 -0
- videos/observation.images.front/chunk-000/file-009.mp4 +3 -0
- videos/observation.images.front/chunk-000/file-010.mp4 +3 -0
- videos/observation.images.front/chunk-000/file-011.mp4 +3 -0
- videos/observation.images.front/chunk-000/file-012.mp4 +3 -0
- videos/observation.images.front/chunk-000/file-013.mp4 +3 -0
- videos/observation.images.front/chunk-000/file-014.mp4 +3 -0
- videos/observation.images.front/chunk-000/file-015.mp4 +3 -0
- videos/observation.images.left/chunk-000/file-000.mp4 +3 -0
- videos/observation.images.left/chunk-000/file-001.mp4 +3 -0
- videos/observation.images.left/chunk-000/file-002.mp4 +3 -0
- videos/observation.images.left/chunk-000/file-003.mp4 +3 -0
- videos/observation.images.left/chunk-000/file-004.mp4 +3 -0
- videos/observation.images.left/chunk-000/file-005.mp4 +3 -0
- videos/observation.images.left/chunk-000/file-006.mp4 +3 -0
- videos/observation.images.left/chunk-000/file-007.mp4 +3 -0
- videos/observation.images.left/chunk-000/file-008.mp4 +3 -0
- videos/observation.images.left/chunk-000/file-009.mp4 +3 -0
- videos/observation.images.left/chunk-000/file-010.mp4 +3 -0
- videos/observation.images.left/chunk-000/file-011.mp4 +3 -0
- videos/observation.images.left/chunk-000/file-012.mp4 +3 -0
- videos/observation.images.wrist/chunk-000/file-000.mp4 +3 -0
- videos/observation.images.wrist/chunk-000/file-001.mp4 +3 -0
- videos/observation.images.wrist/chunk-000/file-002.mp4 +3 -0
- videos/observation.images.wrist/chunk-000/file-003.mp4 +3 -0
- videos/observation.images.wrist/chunk-000/file-004.mp4 +3 -0
- videos/observation.images.wrist/chunk-000/file-005.mp4 +3 -0
- videos/observation.images.wrist/chunk-000/file-006.mp4 +3 -0
- videos/observation.images.wrist/chunk-000/file-007.mp4 +3 -0
- videos/observation.images.wrist/chunk-000/file-009.mp4 +3 -0
meta/action_spaces.json
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": 1,
|
| 3 |
+
"default_action_space": "joint_abs",
|
| 4 |
+
"canonical_lerobot_action": "action",
|
| 5 |
+
"state": {
|
| 6 |
+
"field": "observation.state",
|
| 7 |
+
"dimension": 9,
|
| 8 |
+
"layout": [
|
| 9 |
+
"j0",
|
| 10 |
+
"j1",
|
| 11 |
+
"j2",
|
| 12 |
+
"j3",
|
| 13 |
+
"j4",
|
| 14 |
+
"j5",
|
| 15 |
+
"j6",
|
| 16 |
+
"g_left",
|
| 17 |
+
"g_right"
|
| 18 |
+
]
|
| 19 |
+
},
|
| 20 |
+
"spaces": {
|
| 21 |
+
"joint_abs": {
|
| 22 |
+
"field": "action.joint_abs",
|
| 23 |
+
"dimension": 9
|
| 24 |
+
},
|
| 25 |
+
"ee_abs_quat": {
|
| 26 |
+
"field": "action.ee_abs_quat",
|
| 27 |
+
"dimension": 9
|
| 28 |
+
},
|
| 29 |
+
"ee_abs_rot6d": {
|
| 30 |
+
"field": "action.ee_abs_rot6d",
|
| 31 |
+
"dimension": 11
|
| 32 |
+
},
|
| 33 |
+
"ee_delta": {
|
| 34 |
+
"field": "action.ee_delta",
|
| 35 |
+
"dimension": 8
|
| 36 |
+
}
|
| 37 |
+
},
|
| 38 |
+
"conventions": {
|
| 39 |
+
"verification_reference": "FK of source dataset action[:, :7]",
|
| 40 |
+
"source_fk_frame": "right_gripper",
|
| 41 |
+
"source_fk_to_tcp_translation_m": [
|
| 42 |
+
0.0,
|
| 43 |
+
0.0,
|
| 44 |
+
0.0034
|
| 45 |
+
],
|
| 46 |
+
"source_fk_to_tcp_rotation_matrix": [
|
| 47 |
+
[
|
| 48 |
+
-1.0,
|
| 49 |
+
0.0,
|
| 50 |
+
0.0
|
| 51 |
+
],
|
| 52 |
+
[
|
| 53 |
+
0.0,
|
| 54 |
+
-1.0,
|
| 55 |
+
0.0
|
| 56 |
+
],
|
| 57 |
+
[
|
| 58 |
+
0.0,
|
| 59 |
+
0.0,
|
| 60 |
+
1.0
|
| 61 |
+
]
|
| 62 |
+
],
|
| 63 |
+
"ee_abs_quat_order": "wxyz; canonicalized to qw >= 0",
|
| 64 |
+
"ee_abs_rot6d": "first two rotation-matrix columns concatenated",
|
| 65 |
+
"ee_delta_frame": "robot base",
|
| 66 |
+
"ee_delta_reference": "previous action target within the same episode",
|
| 67 |
+
"ee_delta_first_action": "exact zero pose delta with absolute gripper",
|
| 68 |
+
"ee_delta_seed": "meta/episodes action.ee_delta.seed_position and seed_quaternion_wxyz",
|
| 69 |
+
"fingers": "absolute g_left and g_right copied bitwise from source action[:, 7:9] in every space"
|
| 70 |
+
},
|
| 71 |
+
"views": {
|
| 72 |
+
"included": [
|
| 73 |
+
"front",
|
| 74 |
+
"left",
|
| 75 |
+
"wrist"
|
| 76 |
+
],
|
| 77 |
+
"excluded": [
|
| 78 |
+
"base",
|
| 79 |
+
"wrist_bottom"
|
| 80 |
+
]
|
| 81 |
+
},
|
| 82 |
+
"training": {
|
| 83 |
+
"selection_argument": "--action-space joint_abs|ee_abs_quat|ee_abs_rot6d|ee_delta",
|
| 84 |
+
"padding": "normalize native active dimensions first, then model-side pad and mask"
|
| 85 |
+
}
|
| 86 |
+
}
|
meta/conversion_manifest.json
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": 1,
|
| 3 |
+
"created_at_utc": "2026-07-20T05:48:45.590758+00:00",
|
| 4 |
+
"source_dataset": "/home/ext_minje/Arnold_Dataset",
|
| 5 |
+
"source_info_sha256": "5e3b5fb3dc05892fce16e75198ed227c5f595d22ab13403b473e455a145b3ddb",
|
| 6 |
+
"source_data_sha256": {
|
| 7 |
+
"data/chunk-000/file-000.parquet": "27f81dfa547290512bbd441e8f4ae7e7ed3c590cea18bae56ecbbffc9dd8083b"
|
| 8 |
+
},
|
| 9 |
+
"output_data_sha256": {
|
| 10 |
+
"data/chunk-000/file-000.parquet": "3df8e92e7a282bc447ffcef703b87cf4761cc86c95e56285d7a5dee04f446475"
|
| 11 |
+
},
|
| 12 |
+
"converter": "/raid/ext_minje/clvla/benchmarks/ARNOLD/my_scripts/convert_dataset/Action/convert_arnold_multispace_3view.py",
|
| 13 |
+
"conversion_function": "Lula FK plus multi-action-space assembly",
|
| 14 |
+
"runtime_split": {
|
| 15 |
+
"parquet_and_stats_python": "/home/ext_minje/miniforge3/envs/lerobot060_groot/bin/python",
|
| 16 |
+
"lula_fk_python": "/home/ext_minje/miniforge3/envs/env_insightbench_eval/bin/python"
|
| 17 |
+
},
|
| 18 |
+
"frame": "Franka base",
|
| 19 |
+
"units": {
|
| 20 |
+
"position": "meter",
|
| 21 |
+
"rotation_delta": "radian"
|
| 22 |
+
},
|
| 23 |
+
"delta_reference": "target-to-target within episode",
|
| 24 |
+
"native_dimensions": {
|
| 25 |
+
"observation.state": 9,
|
| 26 |
+
"action": 9,
|
| 27 |
+
"action.joint_abs": 9,
|
| 28 |
+
"action.ee_abs_quat": 9,
|
| 29 |
+
"action.ee_abs_rot6d": 11,
|
| 30 |
+
"action.ee_delta": 8
|
| 31 |
+
},
|
| 32 |
+
"views": {
|
| 33 |
+
"included": [
|
| 34 |
+
"front",
|
| 35 |
+
"left",
|
| 36 |
+
"wrist"
|
| 37 |
+
],
|
| 38 |
+
"excluded": [
|
| 39 |
+
"base",
|
| 40 |
+
"wrist_bottom"
|
| 41 |
+
]
|
| 42 |
+
},
|
| 43 |
+
"dataset_edit_tool": "lerobot.datasets.modify_features (single pass add/remove)",
|
| 44 |
+
"video_transfer": "physical copy by LeRobot _copy_videos",
|
| 45 |
+
"video_files": 39,
|
| 46 |
+
"stats_status": "complete",
|
| 47 |
+
"episode_metadata_sha256": {
|
| 48 |
+
"meta/episodes/chunk-000/file-000.parquet": "9a188fa85855771fdf169cb2ea4ab5a42bfd033e0c9f809869555c3d5d23c621",
|
| 49 |
+
"meta/episodes/chunk-000/file-001.parquet": "08b7f6a8239c2a648321d30f0e3d92859bea0d8f6dcda8d76dafa8903e3a915b",
|
| 50 |
+
"meta/episodes/chunk-000/file-002.parquet": "aba2fe6b89b8cb5a05fb7fe6eb15537e72705bb36d0ee8730e39cc702bb8041d",
|
| 51 |
+
"meta/episodes/chunk-000/file-003.parquet": "49924edc34dad0e23d7379bde392169e0cdc5ce6710d7924af7e471f064e2926",
|
| 52 |
+
"meta/episodes/chunk-000/file-004.parquet": "1ba4a25125bbdef608f859eaa7ba9859f4d2988b6b4889850c530f73b46330d7",
|
| 53 |
+
"meta/episodes/chunk-000/file-005.parquet": "811e37ca9316a6d10792b1dcb15970f54322d394e084efb7876dc5663c4bd7de",
|
| 54 |
+
"meta/episodes/chunk-000/file-006.parquet": "b928ed1249e625c9519bfd0039038566eb4badc2e4a26b59d234b522cb4458d2"
|
| 55 |
+
},
|
| 56 |
+
"parquet_compression": {
|
| 57 |
+
"data": "snappy",
|
| 58 |
+
"episode_metadata": "snappy"
|
| 59 |
+
},
|
| 60 |
+
"stats_recompute": {
|
| 61 |
+
"completed_at_utc": "2026-07-20T05:48:47.330143+00:00",
|
| 62 |
+
"environment_python": "/home/ext_minje/miniforge3/envs/lerobot060_groot/bin/python",
|
| 63 |
+
"lerobot_version": "0.6.0",
|
| 64 |
+
"tool": "lerobot.datasets.recompute_stats plus direct numeric canonicalization",
|
| 65 |
+
"skip_image_video": true,
|
| 66 |
+
"numeric_fields": [
|
| 67 |
+
"action",
|
| 68 |
+
"action.ee_abs_quat",
|
| 69 |
+
"action.ee_abs_rot6d",
|
| 70 |
+
"action.ee_delta",
|
| 71 |
+
"action.joint_abs",
|
| 72 |
+
"episode_index",
|
| 73 |
+
"frame_index",
|
| 74 |
+
"index",
|
| 75 |
+
"observation.ee_pose",
|
| 76 |
+
"observation.state",
|
| 77 |
+
"task_index",
|
| 78 |
+
"timestamp"
|
| 79 |
+
],
|
| 80 |
+
"all_numeric_stats_rewritten_from_output_parquet": true,
|
| 81 |
+
"repaired_at_utc": "2026-07-20T05:50:17.388402+00:00"
|
| 82 |
+
},
|
| 83 |
+
"stats_json_sha256": "ddbc22ec176374c7a1c0a3cf369cbf17e21b99479b4015e29704f9d9a1a9f7c9"
|
| 84 |
+
}
|
meta/full_validation_report.json
ADDED
|
@@ -0,0 +1,365 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"generated_at_utc": "2026-07-20T05:57:31.578420+00:00",
|
| 3 |
+
"status": "pass",
|
| 4 |
+
"counts": {
|
| 5 |
+
"episodes": 3439,
|
| 6 |
+
"frames": 368563,
|
| 7 |
+
"episode_shards": 7,
|
| 8 |
+
"video_files": 39
|
| 9 |
+
},
|
| 10 |
+
"action_dimensions": {
|
| 11 |
+
"action": 9,
|
| 12 |
+
"action.joint_abs": 9,
|
| 13 |
+
"action.ee_abs_quat": 9,
|
| 14 |
+
"action.ee_abs_rot6d": 11,
|
| 15 |
+
"action.ee_delta": 8
|
| 16 |
+
},
|
| 17 |
+
"views": {
|
| 18 |
+
"included": [
|
| 19 |
+
"front",
|
| 20 |
+
"left",
|
| 21 |
+
"wrist"
|
| 22 |
+
],
|
| 23 |
+
"excluded": [
|
| 24 |
+
"base",
|
| 25 |
+
"wrist_bottom"
|
| 26 |
+
]
|
| 27 |
+
},
|
| 28 |
+
"canonical_action_joint_abs_bitwise": true,
|
| 29 |
+
"dual_fingers_all_spaces_bitwise": true,
|
| 30 |
+
"episode_first_pose_delta_exact_zero": true,
|
| 31 |
+
"selected_videos_physical_copies": true,
|
| 32 |
+
"all_video_full_decode": true,
|
| 33 |
+
"videos": {
|
| 34 |
+
"front": {
|
| 35 |
+
"files": 16,
|
| 36 |
+
"total_frames": 368563,
|
| 37 |
+
"entries": [
|
| 38 |
+
{
|
| 39 |
+
"file": "videos/observation.images.front/chunk-000/file-000.mp4",
|
| 40 |
+
"width": 480,
|
| 41 |
+
"height": 480,
|
| 42 |
+
"fps": 10.0,
|
| 43 |
+
"frames": 26740,
|
| 44 |
+
"physical_copy": true
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"file": "videos/observation.images.front/chunk-000/file-001.mp4",
|
| 48 |
+
"width": 480,
|
| 49 |
+
"height": 480,
|
| 50 |
+
"fps": 10.0,
|
| 51 |
+
"frames": 26050,
|
| 52 |
+
"physical_copy": true
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"file": "videos/observation.images.front/chunk-000/file-002.mp4",
|
| 56 |
+
"width": 480,
|
| 57 |
+
"height": 480,
|
| 58 |
+
"fps": 10.0,
|
| 59 |
+
"frames": 26742,
|
| 60 |
+
"physical_copy": true
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"file": "videos/observation.images.front/chunk-000/file-003.mp4",
|
| 64 |
+
"width": 480,
|
| 65 |
+
"height": 480,
|
| 66 |
+
"fps": 10.0,
|
| 67 |
+
"frames": 22497,
|
| 68 |
+
"physical_copy": true
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"file": "videos/observation.images.front/chunk-000/file-004.mp4",
|
| 72 |
+
"width": 480,
|
| 73 |
+
"height": 480,
|
| 74 |
+
"fps": 10.0,
|
| 75 |
+
"frames": 22251,
|
| 76 |
+
"physical_copy": true
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"file": "videos/observation.images.front/chunk-000/file-005.mp4",
|
| 80 |
+
"width": 480,
|
| 81 |
+
"height": 480,
|
| 82 |
+
"fps": 10.0,
|
| 83 |
+
"frames": 27359,
|
| 84 |
+
"physical_copy": true
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"file": "videos/observation.images.front/chunk-000/file-006.mp4",
|
| 88 |
+
"width": 480,
|
| 89 |
+
"height": 480,
|
| 90 |
+
"fps": 10.0,
|
| 91 |
+
"frames": 25460,
|
| 92 |
+
"physical_copy": true
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"file": "videos/observation.images.front/chunk-000/file-007.mp4",
|
| 96 |
+
"width": 480,
|
| 97 |
+
"height": 480,
|
| 98 |
+
"fps": 10.0,
|
| 99 |
+
"frames": 23059,
|
| 100 |
+
"physical_copy": true
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"file": "videos/observation.images.front/chunk-000/file-008.mp4",
|
| 104 |
+
"width": 480,
|
| 105 |
+
"height": 480,
|
| 106 |
+
"fps": 10.0,
|
| 107 |
+
"frames": 27845,
|
| 108 |
+
"physical_copy": true
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"file": "videos/observation.images.front/chunk-000/file-009.mp4",
|
| 112 |
+
"width": 480,
|
| 113 |
+
"height": 480,
|
| 114 |
+
"fps": 10.0,
|
| 115 |
+
"frames": 24238,
|
| 116 |
+
"physical_copy": true
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"file": "videos/observation.images.front/chunk-000/file-010.mp4",
|
| 120 |
+
"width": 480,
|
| 121 |
+
"height": 480,
|
| 122 |
+
"fps": 10.0,
|
| 123 |
+
"frames": 20597,
|
| 124 |
+
"physical_copy": true
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"file": "videos/observation.images.front/chunk-000/file-011.mp4",
|
| 128 |
+
"width": 480,
|
| 129 |
+
"height": 480,
|
| 130 |
+
"fps": 10.0,
|
| 131 |
+
"frames": 20733,
|
| 132 |
+
"physical_copy": true
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"file": "videos/observation.images.front/chunk-000/file-012.mp4",
|
| 136 |
+
"width": 480,
|
| 137 |
+
"height": 480,
|
| 138 |
+
"fps": 10.0,
|
| 139 |
+
"frames": 20252,
|
| 140 |
+
"physical_copy": true
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"file": "videos/observation.images.front/chunk-000/file-013.mp4",
|
| 144 |
+
"width": 480,
|
| 145 |
+
"height": 480,
|
| 146 |
+
"fps": 10.0,
|
| 147 |
+
"frames": 17587,
|
| 148 |
+
"physical_copy": true
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"file": "videos/observation.images.front/chunk-000/file-014.mp4",
|
| 152 |
+
"width": 480,
|
| 153 |
+
"height": 480,
|
| 154 |
+
"fps": 10.0,
|
| 155 |
+
"frames": 18782,
|
| 156 |
+
"physical_copy": true
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"file": "videos/observation.images.front/chunk-000/file-015.mp4",
|
| 160 |
+
"width": 480,
|
| 161 |
+
"height": 480,
|
| 162 |
+
"fps": 10.0,
|
| 163 |
+
"frames": 18371,
|
| 164 |
+
"physical_copy": true
|
| 165 |
+
}
|
| 166 |
+
]
|
| 167 |
+
},
|
| 168 |
+
"left": {
|
| 169 |
+
"files": 13,
|
| 170 |
+
"total_frames": 368563,
|
| 171 |
+
"entries": [
|
| 172 |
+
{
|
| 173 |
+
"file": "videos/observation.images.left/chunk-000/file-000.mp4",
|
| 174 |
+
"width": 480,
|
| 175 |
+
"height": 480,
|
| 176 |
+
"fps": 10.0,
|
| 177 |
+
"frames": 27354,
|
| 178 |
+
"physical_copy": true
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"file": "videos/observation.images.left/chunk-000/file-001.mp4",
|
| 182 |
+
"width": 480,
|
| 183 |
+
"height": 480,
|
| 184 |
+
"fps": 10.0,
|
| 185 |
+
"frames": 25436,
|
| 186 |
+
"physical_copy": true
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"file": "videos/observation.images.left/chunk-000/file-002.mp4",
|
| 190 |
+
"width": 480,
|
| 191 |
+
"height": 480,
|
| 192 |
+
"fps": 10.0,
|
| 193 |
+
"frames": 30115,
|
| 194 |
+
"physical_copy": true
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"file": "videos/observation.images.left/chunk-000/file-003.mp4",
|
| 198 |
+
"width": 480,
|
| 199 |
+
"height": 480,
|
| 200 |
+
"fps": 10.0,
|
| 201 |
+
"frames": 31025,
|
| 202 |
+
"physical_copy": true
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"file": "videos/observation.images.left/chunk-000/file-004.mp4",
|
| 206 |
+
"width": 480,
|
| 207 |
+
"height": 480,
|
| 208 |
+
"fps": 10.0,
|
| 209 |
+
"frames": 29366,
|
| 210 |
+
"physical_copy": true
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"file": "videos/observation.images.left/chunk-000/file-005.mp4",
|
| 214 |
+
"width": 480,
|
| 215 |
+
"height": 480,
|
| 216 |
+
"fps": 10.0,
|
| 217 |
+
"frames": 30272,
|
| 218 |
+
"physical_copy": true
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"file": "videos/observation.images.left/chunk-000/file-006.mp4",
|
| 222 |
+
"width": 480,
|
| 223 |
+
"height": 480,
|
| 224 |
+
"fps": 10.0,
|
| 225 |
+
"frames": 24236,
|
| 226 |
+
"physical_copy": true
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"file": "videos/observation.images.left/chunk-000/file-007.mp4",
|
| 230 |
+
"width": 480,
|
| 231 |
+
"height": 480,
|
| 232 |
+
"fps": 10.0,
|
| 233 |
+
"frames": 30136,
|
| 234 |
+
"physical_copy": true
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"file": "videos/observation.images.left/chunk-000/file-008.mp4",
|
| 238 |
+
"width": 480,
|
| 239 |
+
"height": 480,
|
| 240 |
+
"fps": 10.0,
|
| 241 |
+
"frames": 32371,
|
| 242 |
+
"physical_copy": true
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"file": "videos/observation.images.left/chunk-000/file-009.mp4",
|
| 246 |
+
"width": 480,
|
| 247 |
+
"height": 480,
|
| 248 |
+
"fps": 10.0,
|
| 249 |
+
"frames": 26517,
|
| 250 |
+
"physical_copy": true
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"file": "videos/observation.images.left/chunk-000/file-010.mp4",
|
| 254 |
+
"width": 480,
|
| 255 |
+
"height": 480,
|
| 256 |
+
"fps": 10.0,
|
| 257 |
+
"frames": 32430,
|
| 258 |
+
"physical_copy": true
|
| 259 |
+
},
|
| 260 |
+
{
|
| 261 |
+
"file": "videos/observation.images.left/chunk-000/file-011.mp4",
|
| 262 |
+
"width": 480,
|
| 263 |
+
"height": 480,
|
| 264 |
+
"fps": 10.0,
|
| 265 |
+
"frames": 26516,
|
| 266 |
+
"physical_copy": true
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"file": "videos/observation.images.left/chunk-000/file-012.mp4",
|
| 270 |
+
"width": 480,
|
| 271 |
+
"height": 480,
|
| 272 |
+
"fps": 10.0,
|
| 273 |
+
"frames": 22789,
|
| 274 |
+
"physical_copy": true
|
| 275 |
+
}
|
| 276 |
+
]
|
| 277 |
+
},
|
| 278 |
+
"wrist": {
|
| 279 |
+
"files": 10,
|
| 280 |
+
"total_frames": 368563,
|
| 281 |
+
"entries": [
|
| 282 |
+
{
|
| 283 |
+
"file": "videos/observation.images.wrist/chunk-000/file-000.mp4",
|
| 284 |
+
"width": 480,
|
| 285 |
+
"height": 480,
|
| 286 |
+
"fps": 10.0,
|
| 287 |
+
"frames": 43155,
|
| 288 |
+
"physical_copy": true
|
| 289 |
+
},
|
| 290 |
+
{
|
| 291 |
+
"file": "videos/observation.images.wrist/chunk-000/file-001.mp4",
|
| 292 |
+
"width": 480,
|
| 293 |
+
"height": 480,
|
| 294 |
+
"fps": 10.0,
|
| 295 |
+
"frames": 48222,
|
| 296 |
+
"physical_copy": true
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"file": "videos/observation.images.wrist/chunk-000/file-002.mp4",
|
| 300 |
+
"width": 480,
|
| 301 |
+
"height": 480,
|
| 302 |
+
"fps": 10.0,
|
| 303 |
+
"frames": 44424,
|
| 304 |
+
"physical_copy": true
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"file": "videos/observation.images.wrist/chunk-000/file-003.mp4",
|
| 308 |
+
"width": 480,
|
| 309 |
+
"height": 480,
|
| 310 |
+
"fps": 10.0,
|
| 311 |
+
"frames": 52353,
|
| 312 |
+
"physical_copy": true
|
| 313 |
+
},
|
| 314 |
+
{
|
| 315 |
+
"file": "videos/observation.images.wrist/chunk-000/file-004.mp4",
|
| 316 |
+
"width": 480,
|
| 317 |
+
"height": 480,
|
| 318 |
+
"fps": 10.0,
|
| 319 |
+
"frames": 44691,
|
| 320 |
+
"physical_copy": true
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"file": "videos/observation.images.wrist/chunk-000/file-005.mp4",
|
| 324 |
+
"width": 480,
|
| 325 |
+
"height": 480,
|
| 326 |
+
"fps": 10.0,
|
| 327 |
+
"frames": 37077,
|
| 328 |
+
"physical_copy": true
|
| 329 |
+
},
|
| 330 |
+
{
|
| 331 |
+
"file": "videos/observation.images.wrist/chunk-000/file-006.mp4",
|
| 332 |
+
"width": 480,
|
| 333 |
+
"height": 480,
|
| 334 |
+
"fps": 10.0,
|
| 335 |
+
"frames": 32668,
|
| 336 |
+
"physical_copy": true
|
| 337 |
+
},
|
| 338 |
+
{
|
| 339 |
+
"file": "videos/observation.images.wrist/chunk-000/file-007.mp4",
|
| 340 |
+
"width": 480,
|
| 341 |
+
"height": 480,
|
| 342 |
+
"fps": 10.0,
|
| 343 |
+
"frames": 36949,
|
| 344 |
+
"physical_copy": true
|
| 345 |
+
},
|
| 346 |
+
{
|
| 347 |
+
"file": "videos/observation.images.wrist/chunk-000/file-008.mp4",
|
| 348 |
+
"width": 480,
|
| 349 |
+
"height": 480,
|
| 350 |
+
"fps": 10.0,
|
| 351 |
+
"frames": 28414,
|
| 352 |
+
"physical_copy": true
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"file": "videos/observation.images.wrist/chunk-000/file-009.mp4",
|
| 356 |
+
"width": 480,
|
| 357 |
+
"height": 480,
|
| 358 |
+
"fps": 10.0,
|
| 359 |
+
"frames": 610,
|
| 360 |
+
"physical_copy": true
|
| 361 |
+
}
|
| 362 |
+
]
|
| 363 |
+
}
|
| 364 |
+
}
|
| 365 |
+
}
|
meta/info.json
ADDED
|
@@ -0,0 +1,254 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"codebase_version": "v3.0",
|
| 3 |
+
"fps": 10,
|
| 4 |
+
"features": {
|
| 5 |
+
"observation.state": {
|
| 6 |
+
"dtype": "float32",
|
| 7 |
+
"shape": [
|
| 8 |
+
9
|
| 9 |
+
],
|
| 10 |
+
"names": {
|
| 11 |
+
"axes": [
|
| 12 |
+
"j0",
|
| 13 |
+
"j1",
|
| 14 |
+
"j2",
|
| 15 |
+
"j3",
|
| 16 |
+
"j4",
|
| 17 |
+
"j5",
|
| 18 |
+
"j6",
|
| 19 |
+
"g_left",
|
| 20 |
+
"g_right"
|
| 21 |
+
]
|
| 22 |
+
}
|
| 23 |
+
},
|
| 24 |
+
"observation.ee_pose": {
|
| 25 |
+
"dtype": "float32",
|
| 26 |
+
"shape": [
|
| 27 |
+
7
|
| 28 |
+
],
|
| 29 |
+
"names": {
|
| 30 |
+
"axes": [
|
| 31 |
+
"x",
|
| 32 |
+
"y",
|
| 33 |
+
"z",
|
| 34 |
+
"qw",
|
| 35 |
+
"qx",
|
| 36 |
+
"qy",
|
| 37 |
+
"qz"
|
| 38 |
+
]
|
| 39 |
+
}
|
| 40 |
+
},
|
| 41 |
+
"observation.images.front": {
|
| 42 |
+
"dtype": "video",
|
| 43 |
+
"shape": [
|
| 44 |
+
480,
|
| 45 |
+
480,
|
| 46 |
+
3
|
| 47 |
+
],
|
| 48 |
+
"names": [
|
| 49 |
+
"height",
|
| 50 |
+
"width",
|
| 51 |
+
"channels"
|
| 52 |
+
],
|
| 53 |
+
"info": {
|
| 54 |
+
"video.height": 480,
|
| 55 |
+
"video.width": 480,
|
| 56 |
+
"video.codec": "h264",
|
| 57 |
+
"video.pix_fmt": "yuv420p",
|
| 58 |
+
"video.is_depth_map": false,
|
| 59 |
+
"video.fps": 10,
|
| 60 |
+
"video.channels": 3,
|
| 61 |
+
"has_audio": false
|
| 62 |
+
}
|
| 63 |
+
},
|
| 64 |
+
"observation.images.left": {
|
| 65 |
+
"dtype": "video",
|
| 66 |
+
"shape": [
|
| 67 |
+
480,
|
| 68 |
+
480,
|
| 69 |
+
3
|
| 70 |
+
],
|
| 71 |
+
"names": [
|
| 72 |
+
"height",
|
| 73 |
+
"width",
|
| 74 |
+
"channels"
|
| 75 |
+
],
|
| 76 |
+
"info": {
|
| 77 |
+
"video.height": 480,
|
| 78 |
+
"video.width": 480,
|
| 79 |
+
"video.codec": "h264",
|
| 80 |
+
"video.pix_fmt": "yuv420p",
|
| 81 |
+
"video.is_depth_map": false,
|
| 82 |
+
"video.fps": 10,
|
| 83 |
+
"video.channels": 3,
|
| 84 |
+
"has_audio": false
|
| 85 |
+
}
|
| 86 |
+
},
|
| 87 |
+
"observation.images.wrist": {
|
| 88 |
+
"dtype": "video",
|
| 89 |
+
"shape": [
|
| 90 |
+
480,
|
| 91 |
+
480,
|
| 92 |
+
3
|
| 93 |
+
],
|
| 94 |
+
"names": [
|
| 95 |
+
"height",
|
| 96 |
+
"width",
|
| 97 |
+
"channels"
|
| 98 |
+
],
|
| 99 |
+
"info": {
|
| 100 |
+
"video.height": 480,
|
| 101 |
+
"video.width": 480,
|
| 102 |
+
"video.codec": "h264",
|
| 103 |
+
"video.pix_fmt": "yuv420p",
|
| 104 |
+
"video.is_depth_map": false,
|
| 105 |
+
"video.fps": 10,
|
| 106 |
+
"video.channels": 3,
|
| 107 |
+
"has_audio": false
|
| 108 |
+
}
|
| 109 |
+
},
|
| 110 |
+
"action": {
|
| 111 |
+
"dtype": "float32",
|
| 112 |
+
"shape": [
|
| 113 |
+
9
|
| 114 |
+
],
|
| 115 |
+
"names": {
|
| 116 |
+
"axes": [
|
| 117 |
+
"j0",
|
| 118 |
+
"j1",
|
| 119 |
+
"j2",
|
| 120 |
+
"j3",
|
| 121 |
+
"j4",
|
| 122 |
+
"j5",
|
| 123 |
+
"j6",
|
| 124 |
+
"g_left",
|
| 125 |
+
"g_right"
|
| 126 |
+
]
|
| 127 |
+
}
|
| 128 |
+
},
|
| 129 |
+
"timestamp": {
|
| 130 |
+
"dtype": "float32",
|
| 131 |
+
"shape": [
|
| 132 |
+
1
|
| 133 |
+
],
|
| 134 |
+
"names": null
|
| 135 |
+
},
|
| 136 |
+
"frame_index": {
|
| 137 |
+
"dtype": "int64",
|
| 138 |
+
"shape": [
|
| 139 |
+
1
|
| 140 |
+
],
|
| 141 |
+
"names": null
|
| 142 |
+
},
|
| 143 |
+
"episode_index": {
|
| 144 |
+
"dtype": "int64",
|
| 145 |
+
"shape": [
|
| 146 |
+
1
|
| 147 |
+
],
|
| 148 |
+
"names": null
|
| 149 |
+
},
|
| 150 |
+
"index": {
|
| 151 |
+
"dtype": "int64",
|
| 152 |
+
"shape": [
|
| 153 |
+
1
|
| 154 |
+
],
|
| 155 |
+
"names": null
|
| 156 |
+
},
|
| 157 |
+
"task_index": {
|
| 158 |
+
"dtype": "int64",
|
| 159 |
+
"shape": [
|
| 160 |
+
1
|
| 161 |
+
],
|
| 162 |
+
"names": null
|
| 163 |
+
},
|
| 164 |
+
"action.joint_abs": {
|
| 165 |
+
"dtype": "float32",
|
| 166 |
+
"shape": [
|
| 167 |
+
9
|
| 168 |
+
],
|
| 169 |
+
"names": {
|
| 170 |
+
"axes": [
|
| 171 |
+
"j0",
|
| 172 |
+
"j1",
|
| 173 |
+
"j2",
|
| 174 |
+
"j3",
|
| 175 |
+
"j4",
|
| 176 |
+
"j5",
|
| 177 |
+
"j6",
|
| 178 |
+
"g_left",
|
| 179 |
+
"g_right"
|
| 180 |
+
]
|
| 181 |
+
}
|
| 182 |
+
},
|
| 183 |
+
"action.ee_abs_quat": {
|
| 184 |
+
"dtype": "float32",
|
| 185 |
+
"shape": [
|
| 186 |
+
9
|
| 187 |
+
],
|
| 188 |
+
"names": {
|
| 189 |
+
"axes": [
|
| 190 |
+
"x",
|
| 191 |
+
"y",
|
| 192 |
+
"z",
|
| 193 |
+
"qw",
|
| 194 |
+
"qx",
|
| 195 |
+
"qy",
|
| 196 |
+
"qz",
|
| 197 |
+
"g_left",
|
| 198 |
+
"g_right"
|
| 199 |
+
]
|
| 200 |
+
}
|
| 201 |
+
},
|
| 202 |
+
"action.ee_abs_rot6d": {
|
| 203 |
+
"dtype": "float32",
|
| 204 |
+
"shape": [
|
| 205 |
+
11
|
| 206 |
+
],
|
| 207 |
+
"names": {
|
| 208 |
+
"axes": [
|
| 209 |
+
"x",
|
| 210 |
+
"y",
|
| 211 |
+
"z",
|
| 212 |
+
"r_col0_x",
|
| 213 |
+
"r_col0_y",
|
| 214 |
+
"r_col0_z",
|
| 215 |
+
"r_col1_x",
|
| 216 |
+
"r_col1_y",
|
| 217 |
+
"r_col1_z",
|
| 218 |
+
"g_left",
|
| 219 |
+
"g_right"
|
| 220 |
+
]
|
| 221 |
+
}
|
| 222 |
+
},
|
| 223 |
+
"action.ee_delta": {
|
| 224 |
+
"dtype": "float32",
|
| 225 |
+
"shape": [
|
| 226 |
+
8
|
| 227 |
+
],
|
| 228 |
+
"names": {
|
| 229 |
+
"axes": [
|
| 230 |
+
"delta_x",
|
| 231 |
+
"delta_y",
|
| 232 |
+
"delta_z",
|
| 233 |
+
"delta_axis_angle_x",
|
| 234 |
+
"delta_axis_angle_y",
|
| 235 |
+
"delta_axis_angle_z",
|
| 236 |
+
"g_left",
|
| 237 |
+
"g_right"
|
| 238 |
+
]
|
| 239 |
+
}
|
| 240 |
+
}
|
| 241 |
+
},
|
| 242 |
+
"total_episodes": 3439,
|
| 243 |
+
"total_frames": 368563,
|
| 244 |
+
"total_tasks": 454,
|
| 245 |
+
"chunks_size": 1000,
|
| 246 |
+
"data_files_size_in_mb": 100,
|
| 247 |
+
"video_files_size_in_mb": 200,
|
| 248 |
+
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 249 |
+
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 250 |
+
"robot_type": "franka",
|
| 251 |
+
"splits": {
|
| 252 |
+
"train": "0:3439"
|
| 253 |
+
}
|
| 254 |
+
}
|
meta/robot_only_kinematic_report.json
ADDED
|
@@ -0,0 +1,887 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mode": "environment-free sequential Lula DLS with kinematic teleport",
|
| 3 |
+
"frame_name": "right_gripper",
|
| 4 |
+
"uses_isaac_scene": false,
|
| 5 |
+
"uses_objects": false,
|
| 6 |
+
"uses_physics": false,
|
| 7 |
+
"uses_collision": false,
|
| 8 |
+
"uses_camera": false,
|
| 9 |
+
"uses_gpu_simulation": false,
|
| 10 |
+
"counts": {
|
| 11 |
+
"episodes": 8,
|
| 12 |
+
"numeric_pass": 8,
|
| 13 |
+
"target_equivalence_pass": 8,
|
| 14 |
+
"kinematic_equivalence_pass": 8,
|
| 15 |
+
"strict_ik_pass": 8
|
| 16 |
+
},
|
| 17 |
+
"conversion_status": "pass",
|
| 18 |
+
"source_joint_branch_equivalence_status": "pass",
|
| 19 |
+
"episodes": [
|
| 20 |
+
{
|
| 21 |
+
"task": "close_cabinet",
|
| 22 |
+
"episode_index": 226,
|
| 23 |
+
"frames": 105,
|
| 24 |
+
"numeric_pass": true,
|
| 25 |
+
"target_equivalence_pass": true,
|
| 26 |
+
"kinematic_equivalence_pass": true,
|
| 27 |
+
"strict_ik_pass": true,
|
| 28 |
+
"numeric": {
|
| 29 |
+
"ee_abs_quat": {
|
| 30 |
+
"vs_joint_fk_position_max_m": 3.925752968177439e-08,
|
| 31 |
+
"vs_joint_fk_rotation_max_rad": 7.88495335300145e-08
|
| 32 |
+
},
|
| 33 |
+
"ee_abs_rot6d": {
|
| 34 |
+
"vs_joint_fk_position_max_m": 3.925752968177439e-08,
|
| 35 |
+
"vs_joint_fk_rotation_max_rad": 3.650024149988857e-08
|
| 36 |
+
},
|
| 37 |
+
"ee_delta": {
|
| 38 |
+
"vs_joint_fk_position_max_m": 3.417098028286936e-09,
|
| 39 |
+
"vs_joint_fk_rotation_max_rad": 4.712160915387243e-08
|
| 40 |
+
}
|
| 41 |
+
},
|
| 42 |
+
"target_pairwise": {
|
| 43 |
+
"ee_abs_quat_vs_ee_abs_rot6d": {
|
| 44 |
+
"target_position_max_m": 0.0,
|
| 45 |
+
"target_rotation_max_rad": 7.88495335300145e-08
|
| 46 |
+
},
|
| 47 |
+
"ee_abs_quat_vs_ee_delta": {
|
| 48 |
+
"target_position_max_m": 3.969929309221551e-08,
|
| 49 |
+
"target_rotation_max_rad": 8.688795409866128e-08
|
| 50 |
+
},
|
| 51 |
+
"ee_abs_rot6d_vs_ee_delta": {
|
| 52 |
+
"target_position_max_m": 3.969929309221551e-08,
|
| 53 |
+
"target_rotation_max_rad": 4.2146848510894035e-08
|
| 54 |
+
}
|
| 55 |
+
},
|
| 56 |
+
"spaces": {
|
| 57 |
+
"ee_abs_quat": {
|
| 58 |
+
"equivalence_pass": true,
|
| 59 |
+
"strict_ik_pass": true,
|
| 60 |
+
"invalid_ik_steps": 0,
|
| 61 |
+
"position_rmse_m": 2.172586807087286e-08,
|
| 62 |
+
"position_max_m": 4.4535907718753e-08,
|
| 63 |
+
"rotation_rmse_deg": 2.6374361611083585e-06,
|
| 64 |
+
"rotation_max_deg": 4.676310850554341e-06,
|
| 65 |
+
"joint_vs_source_rmse_rad": 0.07334050408578804,
|
| 66 |
+
"joint_vs_source_max_rad": 0.3086863091679311,
|
| 67 |
+
"ik_position_residual_max_m": 4.466836398140223e-08,
|
| 68 |
+
"ik_rotation_residual_max_rad": 3.797568619906847e-08,
|
| 69 |
+
"ik_iterations_max": 6,
|
| 70 |
+
"ik_iterations_mean": 3.1904761904761907
|
| 71 |
+
},
|
| 72 |
+
"ee_abs_rot6d": {
|
| 73 |
+
"equivalence_pass": true,
|
| 74 |
+
"strict_ik_pass": true,
|
| 75 |
+
"invalid_ik_steps": 0,
|
| 76 |
+
"position_rmse_m": 2.1725866030050984e-08,
|
| 77 |
+
"position_max_m": 4.4535793507093624e-08,
|
| 78 |
+
"rotation_rmse_deg": 9.787857520644374e-07,
|
| 79 |
+
"rotation_max_deg": 2.4148365394514667e-06,
|
| 80 |
+
"joint_vs_source_rmse_rad": 0.07334050637448954,
|
| 81 |
+
"joint_vs_source_max_rad": 0.30868636252617354,
|
| 82 |
+
"ik_position_residual_max_m": 4.4668356131701594e-08,
|
| 83 |
+
"ik_rotation_residual_max_rad": 3.7975527697133547e-08,
|
| 84 |
+
"ik_iterations_max": 6,
|
| 85 |
+
"ik_iterations_mean": 3.1904761904761907
|
| 86 |
+
},
|
| 87 |
+
"ee_delta": {
|
| 88 |
+
"equivalence_pass": true,
|
| 89 |
+
"strict_ik_pass": true,
|
| 90 |
+
"invalid_ik_steps": 0,
|
| 91 |
+
"position_rmse_m": 6.269972538513995e-09,
|
| 92 |
+
"position_max_m": 4.501765726947475e-08,
|
| 93 |
+
"rotation_rmse_deg": 1.0136288274219973e-06,
|
| 94 |
+
"rotation_max_deg": 2.4148365394514667e-06,
|
| 95 |
+
"joint_vs_source_rmse_rad": 0.0733405040571824,
|
| 96 |
+
"joint_vs_source_max_rad": 0.30868636119913184,
|
| 97 |
+
"ik_position_residual_max_m": 4.466843712259052e-08,
|
| 98 |
+
"ik_rotation_residual_max_rad": 3.7975572974364635e-08,
|
| 99 |
+
"ik_iterations_max": 6,
|
| 100 |
+
"ik_iterations_mean": 3.1904761904761907
|
| 101 |
+
}
|
| 102 |
+
},
|
| 103 |
+
"trajectory_pairwise": {
|
| 104 |
+
"ee_abs_quat_vs_ee_abs_rot6d": {
|
| 105 |
+
"joint_max_rad": 1.2864121479161383e-07,
|
| 106 |
+
"tcp_position_max_m": 6.878590472107656e-13,
|
| 107 |
+
"tcp_rotation_max_rad": 8.42936970217881e-08
|
| 108 |
+
},
|
| 109 |
+
"ee_abs_quat_vs_ee_delta": {
|
| 110 |
+
"joint_max_rad": 2.832003180852638e-07,
|
| 111 |
+
"tcp_position_max_m": 3.969915014686418e-08,
|
| 112 |
+
"tcp_rotation_max_rad": 8.688795409866128e-08
|
| 113 |
+
},
|
| 114 |
+
"ee_abs_rot6d_vs_ee_delta": {
|
| 115 |
+
"joint_max_rad": 1.5837638200899562e-07,
|
| 116 |
+
"tcp_position_max_m": 3.969924236143238e-08,
|
| 117 |
+
"tcp_rotation_max_rad": 4.2146848510894035e-08
|
| 118 |
+
}
|
| 119 |
+
}
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"task": "close_drawer",
|
| 123 |
+
"episode_index": 679,
|
| 124 |
+
"frames": 109,
|
| 125 |
+
"numeric_pass": true,
|
| 126 |
+
"target_equivalence_pass": true,
|
| 127 |
+
"kinematic_equivalence_pass": true,
|
| 128 |
+
"strict_ik_pass": true,
|
| 129 |
+
"numeric": {
|
| 130 |
+
"ee_abs_quat": {
|
| 131 |
+
"vs_joint_fk_position_max_m": 3.89220064467692e-08,
|
| 132 |
+
"vs_joint_fk_rotation_max_rad": 8.688795409866128e-08
|
| 133 |
+
},
|
| 134 |
+
"ee_abs_rot6d": {
|
| 135 |
+
"vs_joint_fk_position_max_m": 3.89220064467692e-08,
|
| 136 |
+
"vs_joint_fk_rotation_max_rad": 4.2146848510894035e-08
|
| 137 |
+
},
|
| 138 |
+
"ee_delta": {
|
| 139 |
+
"vs_joint_fk_position_max_m": 3.745497942893537e-09,
|
| 140 |
+
"vs_joint_fk_rotation_max_rad": 6.664001874625058e-08
|
| 141 |
+
}
|
| 142 |
+
},
|
| 143 |
+
"target_pairwise": {
|
| 144 |
+
"ee_abs_quat_vs_ee_abs_rot6d": {
|
| 145 |
+
"target_position_max_m": 0.0,
|
| 146 |
+
"target_rotation_max_rad": 8.688795409866128e-08
|
| 147 |
+
},
|
| 148 |
+
"ee_abs_quat_vs_ee_delta": {
|
| 149 |
+
"target_position_max_m": 3.565480886800975e-08,
|
| 150 |
+
"target_rotation_max_rad": 1.0323827311807143e-07
|
| 151 |
+
},
|
| 152 |
+
"ee_abs_rot6d_vs_ee_delta": {
|
| 153 |
+
"target_position_max_m": 3.565480886800975e-08,
|
| 154 |
+
"target_rotation_max_rad": 5.16191365590357e-08
|
| 155 |
+
}
|
| 156 |
+
},
|
| 157 |
+
"spaces": {
|
| 158 |
+
"ee_abs_quat": {
|
| 159 |
+
"equivalence_pass": true,
|
| 160 |
+
"strict_ik_pass": true,
|
| 161 |
+
"invalid_ik_steps": 0,
|
| 162 |
+
"position_rmse_m": 2.86681414737466e-08,
|
| 163 |
+
"position_max_m": 9.116749788090742e-08,
|
| 164 |
+
"rotation_rmse_deg": 3.8443740143305884e-06,
|
| 165 |
+
"rotation_max_deg": 1.3336370687868338e-05,
|
| 166 |
+
"joint_vs_source_rmse_rad": 0.14490852734771312,
|
| 167 |
+
"joint_vs_source_max_rad": 0.4286592656409006,
|
| 168 |
+
"ik_position_residual_max_m": 7.514755516538303e-08,
|
| 169 |
+
"ik_rotation_residual_max_rad": 2.3062349645827202e-07,
|
| 170 |
+
"ik_iterations_max": 4,
|
| 171 |
+
"ik_iterations_mean": 2.926605504587156
|
| 172 |
+
},
|
| 173 |
+
"ee_abs_rot6d": {
|
| 174 |
+
"equivalence_pass": true,
|
| 175 |
+
"strict_ik_pass": true,
|
| 176 |
+
"invalid_ik_steps": 0,
|
| 177 |
+
"position_rmse_m": 2.866790579709939e-08,
|
| 178 |
+
"position_max_m": 9.116738668162895e-08,
|
| 179 |
+
"rotation_rmse_deg": 2.203422635248967e-06,
|
| 180 |
+
"rotation_max_deg": 1.3226604453452851e-05,
|
| 181 |
+
"joint_vs_source_rmse_rad": 0.1449085263830122,
|
| 182 |
+
"joint_vs_source_max_rad": 0.42865924809246303,
|
| 183 |
+
"ik_position_residual_max_m": 7.51452826193391e-08,
|
| 184 |
+
"ik_rotation_residual_max_rad": 2.3059649788359487e-07,
|
| 185 |
+
"ik_iterations_max": 4,
|
| 186 |
+
"ik_iterations_mean": 2.926605504587156
|
| 187 |
+
},
|
| 188 |
+
"ee_delta": {
|
| 189 |
+
"equivalence_pass": true,
|
| 190 |
+
"strict_ik_pass": true,
|
| 191 |
+
"invalid_ik_steps": 0,
|
| 192 |
+
"position_rmse_m": 1.4948058714430665e-08,
|
| 193 |
+
"position_max_m": 7.591088333783877e-08,
|
| 194 |
+
"rotation_rmse_deg": 2.420368818270197e-06,
|
| 195 |
+
"rotation_max_deg": 1.3115919625095442e-05,
|
| 196 |
+
"joint_vs_source_rmse_rad": 0.14490852774729385,
|
| 197 |
+
"joint_vs_source_max_rad": 0.4286592576759731,
|
| 198 |
+
"ik_position_residual_max_m": 7.514557105245074e-08,
|
| 199 |
+
"ik_rotation_residual_max_rad": 2.3061098405308847e-07,
|
| 200 |
+
"ik_iterations_max": 4,
|
| 201 |
+
"ik_iterations_mean": 2.926605504587156
|
| 202 |
+
}
|
| 203 |
+
},
|
| 204 |
+
"trajectory_pairwise": {
|
| 205 |
+
"ee_abs_quat_vs_ee_abs_rot6d": {
|
| 206 |
+
"joint_max_rad": 1.4001760817450304e-07,
|
| 207 |
+
"tcp_position_max_m": 8.991655825655327e-12,
|
| 208 |
+
"tcp_rotation_max_rad": 9.185692672385242e-08
|
| 209 |
+
},
|
| 210 |
+
"ee_abs_quat_vs_ee_delta": {
|
| 211 |
+
"joint_max_rad": 2.1848570797011746e-07,
|
| 212 |
+
"tcp_position_max_m": 3.5654934130822375e-08,
|
| 213 |
+
"tcp_rotation_max_rad": 9.424321830774489e-08
|
| 214 |
+
},
|
| 215 |
+
"ee_abs_rot6d_vs_ee_delta": {
|
| 216 |
+
"joint_max_rad": 2.0784861631817364e-07,
|
| 217 |
+
"tcp_position_max_m": 3.5654907321963044e-08,
|
| 218 |
+
"tcp_rotation_max_rad": 5.960464477539064e-08
|
| 219 |
+
}
|
| 220 |
+
}
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"task": "open_cabinet",
|
| 224 |
+
"episode_index": 1380,
|
| 225 |
+
"frames": 100,
|
| 226 |
+
"numeric_pass": true,
|
| 227 |
+
"target_equivalence_pass": true,
|
| 228 |
+
"kinematic_equivalence_pass": true,
|
| 229 |
+
"strict_ik_pass": true,
|
| 230 |
+
"numeric": {
|
| 231 |
+
"ee_abs_quat": {
|
| 232 |
+
"vs_joint_fk_position_max_m": 3.203461580794281e-08,
|
| 233 |
+
"vs_joint_fk_rotation_max_rad": 6.989264130329237e-08
|
| 234 |
+
},
|
| 235 |
+
"ee_abs_rot6d": {
|
| 236 |
+
"vs_joint_fk_position_max_m": 3.203461580794281e-08,
|
| 237 |
+
"vs_joint_fk_rotation_max_rad": 4.2146848510894035e-08
|
| 238 |
+
},
|
| 239 |
+
"ee_delta": {
|
| 240 |
+
"vs_joint_fk_position_max_m": 5.507537572635782e-09,
|
| 241 |
+
"vs_joint_fk_rotation_max_rad": 5.16191365590357e-08
|
| 242 |
+
}
|
| 243 |
+
},
|
| 244 |
+
"target_pairwise": {
|
| 245 |
+
"ee_abs_quat_vs_ee_abs_rot6d": {
|
| 246 |
+
"target_position_max_m": 0.0,
|
| 247 |
+
"target_rotation_max_rad": 7.300048299977715e-08
|
| 248 |
+
},
|
| 249 |
+
"ee_abs_quat_vs_ee_delta": {
|
| 250 |
+
"target_position_max_m": 3.675876400509534e-08,
|
| 251 |
+
"target_rotation_max_rad": 8.940696716308596e-08
|
| 252 |
+
},
|
| 253 |
+
"ee_abs_rot6d_vs_ee_delta": {
|
| 254 |
+
"target_position_max_m": 3.675876400509534e-08,
|
| 255 |
+
"target_rotation_max_rad": 5.575503985246929e-08
|
| 256 |
+
}
|
| 257 |
+
},
|
| 258 |
+
"spaces": {
|
| 259 |
+
"ee_abs_quat": {
|
| 260 |
+
"equivalence_pass": true,
|
| 261 |
+
"strict_ik_pass": true,
|
| 262 |
+
"invalid_ik_steps": 0,
|
| 263 |
+
"position_rmse_m": 3.950716343518715e-08,
|
| 264 |
+
"position_max_m": 7.986496531645705e-08,
|
| 265 |
+
"rotation_rmse_deg": 7.900059402945615e-06,
|
| 266 |
+
"rotation_max_deg": 1.786815867113289e-05,
|
| 267 |
+
"joint_vs_source_rmse_rad": 0.015821703285127126,
|
| 268 |
+
"joint_vs_source_max_rad": 0.05487234870301161,
|
| 269 |
+
"ik_position_residual_max_m": 9.394715903139184e-08,
|
| 270 |
+
"ik_rotation_residual_max_rad": 3.280735182100216e-07,
|
| 271 |
+
"ik_iterations_max": 5,
|
| 272 |
+
"ik_iterations_mean": 2.88
|
| 273 |
+
},
|
| 274 |
+
"ee_abs_rot6d": {
|
| 275 |
+
"equivalence_pass": true,
|
| 276 |
+
"strict_ik_pass": true,
|
| 277 |
+
"invalid_ik_steps": 0,
|
| 278 |
+
"position_rmse_m": 3.950700991375023e-08,
|
| 279 |
+
"position_max_m": 7.986486689934661e-08,
|
| 280 |
+
"rotation_rmse_deg": 7.940553914962052e-06,
|
| 281 |
+
"rotation_max_deg": 1.835116892281229e-05,
|
| 282 |
+
"joint_vs_source_rmse_rad": 0.015821703467975533,
|
| 283 |
+
"joint_vs_source_max_rad": 0.05487234972214436,
|
| 284 |
+
"ik_position_residual_max_m": 9.394706631913205e-08,
|
| 285 |
+
"ik_rotation_residual_max_rad": 3.280662808792857e-07,
|
| 286 |
+
"ik_iterations_max": 5,
|
| 287 |
+
"ik_iterations_mean": 2.88
|
| 288 |
+
},
|
| 289 |
+
"ee_delta": {
|
| 290 |
+
"equivalence_pass": true,
|
| 291 |
+
"strict_ik_pass": true,
|
| 292 |
+
"invalid_ik_steps": 0,
|
| 293 |
+
"position_rmse_m": 3.0748563922157156e-08,
|
| 294 |
+
"position_max_m": 9.912658199277922e-08,
|
| 295 |
+
"rotation_rmse_deg": 7.96347042412641e-06,
|
| 296 |
+
"rotation_max_deg": 1.846994795519993e-05,
|
| 297 |
+
"joint_vs_source_rmse_rad": 0.015821704082065333,
|
| 298 |
+
"joint_vs_source_max_rad": 0.054872363186055595,
|
| 299 |
+
"ik_position_residual_max_m": 9.394657182951876e-08,
|
| 300 |
+
"ik_rotation_residual_max_rad": 3.2800583834253465e-07,
|
| 301 |
+
"ik_iterations_max": 5,
|
| 302 |
+
"ik_iterations_mean": 2.88
|
| 303 |
+
}
|
| 304 |
+
},
|
| 305 |
+
"trajectory_pairwise": {
|
| 306 |
+
"ee_abs_quat_vs_ee_abs_rot6d": {
|
| 307 |
+
"joint_max_rad": 1.0148808771148765e-07,
|
| 308 |
+
"tcp_position_max_m": 7.775312429547557e-12,
|
| 309 |
+
"tcp_rotation_max_rad": 7.300048299977715e-08
|
| 310 |
+
},
|
| 311 |
+
"ee_abs_quat_vs_ee_delta": {
|
| 312 |
+
"joint_max_rad": 1.4611796395058718e-07,
|
| 313 |
+
"tcp_position_max_m": 3.675876402046922e-08,
|
| 314 |
+
"tcp_rotation_max_rad": 7.88495335300145e-08
|
| 315 |
+
},
|
| 316 |
+
"ee_abs_rot6d_vs_ee_delta": {
|
| 317 |
+
"joint_max_rad": 1.3369336171464852e-07,
|
| 318 |
+
"tcp_position_max_m": 3.675876427491348e-08,
|
| 319 |
+
"tcp_rotation_max_rad": 5.960464477539064e-08
|
| 320 |
+
}
|
| 321 |
+
}
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"task": "open_drawer",
|
| 325 |
+
"episode_index": 1700,
|
| 326 |
+
"frames": 101,
|
| 327 |
+
"numeric_pass": true,
|
| 328 |
+
"target_equivalence_pass": true,
|
| 329 |
+
"kinematic_equivalence_pass": true,
|
| 330 |
+
"strict_ik_pass": true,
|
| 331 |
+
"numeric": {
|
| 332 |
+
"ee_abs_quat": {
|
| 333 |
+
"vs_joint_fk_position_max_m": 3.854185470079342e-08,
|
| 334 |
+
"vs_joint_fk_rotation_max_rad": 8.940696716308596e-08
|
| 335 |
+
},
|
| 336 |
+
"ee_abs_rot6d": {
|
| 337 |
+
"vs_joint_fk_position_max_m": 3.854185470079342e-08,
|
| 338 |
+
"vs_joint_fk_rotation_max_rad": 4.2146848510894035e-08
|
| 339 |
+
},
|
| 340 |
+
"ee_delta": {
|
| 341 |
+
"vs_joint_fk_position_max_m": 5.110182446081297e-09,
|
| 342 |
+
"vs_joint_fk_rotation_max_rad": 4.712160915387243e-08
|
| 343 |
+
}
|
| 344 |
+
},
|
| 345 |
+
"target_pairwise": {
|
| 346 |
+
"ee_abs_quat_vs_ee_abs_rot6d": {
|
| 347 |
+
"target_position_max_m": 0.0,
|
| 348 |
+
"target_rotation_max_rad": 8.940696716308596e-08
|
| 349 |
+
},
|
| 350 |
+
"ee_abs_quat_vs_ee_delta": {
|
| 351 |
+
"target_position_max_m": 4.136400163432179e-08,
|
| 352 |
+
"target_rotation_max_rad": 8.940696716308596e-08
|
| 353 |
+
},
|
| 354 |
+
"ee_abs_rot6d_vs_ee_delta": {
|
| 355 |
+
"target_position_max_m": 4.136400163432179e-08,
|
| 356 |
+
"target_rotation_max_rad": 3.650024149988857e-08
|
| 357 |
+
}
|
| 358 |
+
},
|
| 359 |
+
"spaces": {
|
| 360 |
+
"ee_abs_quat": {
|
| 361 |
+
"equivalence_pass": true,
|
| 362 |
+
"strict_ik_pass": true,
|
| 363 |
+
"invalid_ik_steps": 0,
|
| 364 |
+
"position_rmse_m": 2.475382817810242e-08,
|
| 365 |
+
"position_max_m": 1.006492590260252e-07,
|
| 366 |
+
"rotation_rmse_deg": 3.4986055618260075e-06,
|
| 367 |
+
"rotation_max_deg": 1.1581149199548762e-05,
|
| 368 |
+
"joint_vs_source_rmse_rad": 0.026875169795093724,
|
| 369 |
+
"joint_vs_source_max_rad": 0.06272796120314528,
|
| 370 |
+
"ik_position_residual_max_m": 9.582668050164955e-08,
|
| 371 |
+
"ik_rotation_residual_max_rad": 2.1074723482571813e-07,
|
| 372 |
+
"ik_iterations_max": 5,
|
| 373 |
+
"ik_iterations_mean": 2.782178217821782
|
| 374 |
+
},
|
| 375 |
+
"ee_abs_rot6d": {
|
| 376 |
+
"equivalence_pass": true,
|
| 377 |
+
"strict_ik_pass": true,
|
| 378 |
+
"invalid_ik_steps": 0,
|
| 379 |
+
"position_rmse_m": 2.475395990644697e-08,
|
| 380 |
+
"position_max_m": 1.0065123824340178e-07,
|
| 381 |
+
"rotation_rmse_deg": 1.9557799656754495e-06,
|
| 382 |
+
"rotation_max_deg": 1.2074182697257355e-05,
|
| 383 |
+
"joint_vs_source_rmse_rad": 0.026875180466722593,
|
| 384 |
+
"joint_vs_source_max_rad": 0.06272800284506985,
|
| 385 |
+
"ik_position_residual_max_m": 9.582630938363322e-08,
|
| 386 |
+
"ik_rotation_residual_max_rad": 2.1075846707167798e-07,
|
| 387 |
+
"ik_iterations_max": 5,
|
| 388 |
+
"ik_iterations_mean": 2.782178217821782
|
| 389 |
+
},
|
| 390 |
+
"ee_delta": {
|
| 391 |
+
"equivalence_pass": true,
|
| 392 |
+
"strict_ik_pass": true,
|
| 393 |
+
"invalid_ik_steps": 0,
|
| 394 |
+
"position_rmse_m": 1.2632845035195549e-08,
|
| 395 |
+
"position_max_m": 9.234645949991136e-08,
|
| 396 |
+
"rotation_rmse_deg": 1.914758095594575e-06,
|
| 397 |
+
"rotation_max_deg": 1.2431131930566656e-05,
|
| 398 |
+
"joint_vs_source_rmse_rad": 0.026875156054572674,
|
| 399 |
+
"joint_vs_source_max_rad": 0.06272793690116996,
|
| 400 |
+
"ik_position_residual_max_m": 9.581279534071517e-08,
|
| 401 |
+
"ik_rotation_residual_max_rad": 2.1074492704508325e-07,
|
| 402 |
+
"ik_iterations_max": 5,
|
| 403 |
+
"ik_iterations_mean": 2.782178217821782
|
| 404 |
+
}
|
| 405 |
+
},
|
| 406 |
+
"trajectory_pairwise": {
|
| 407 |
+
"ee_abs_quat_vs_ee_abs_rot6d": {
|
| 408 |
+
"joint_max_rad": 2.0637159436898145e-07,
|
| 409 |
+
"tcp_position_max_m": 1.2199645056034792e-11,
|
| 410 |
+
"tcp_rotation_max_rad": 9.185692672385242e-08
|
| 411 |
+
},
|
| 412 |
+
"ee_abs_quat_vs_ee_delta": {
|
| 413 |
+
"joint_max_rad": 3.2592933382757927e-07,
|
| 414 |
+
"tcp_position_max_m": 4.136399555431101e-08,
|
| 415 |
+
"tcp_rotation_max_rad": 8.688795409866128e-08
|
| 416 |
+
},
|
| 417 |
+
"ee_abs_rot6d_vs_ee_delta": {
|
| 418 |
+
"joint_max_rad": 1.5460650301668544e-07,
|
| 419 |
+
"tcp_position_max_m": 4.136399603287895e-08,
|
| 420 |
+
"tcp_rotation_max_rad": 5.575503985246929e-08
|
| 421 |
+
}
|
| 422 |
+
}
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"task": "pickup_object",
|
| 426 |
+
"episode_index": 2092,
|
| 427 |
+
"frames": 66,
|
| 428 |
+
"numeric_pass": true,
|
| 429 |
+
"target_equivalence_pass": true,
|
| 430 |
+
"kinematic_equivalence_pass": true,
|
| 431 |
+
"strict_ik_pass": true,
|
| 432 |
+
"numeric": {
|
| 433 |
+
"ee_abs_quat": {
|
| 434 |
+
"vs_joint_fk_position_max_m": 2.064874306022584e-08,
|
| 435 |
+
"vs_joint_fk_rotation_max_rad": 5.16191365590357e-08
|
| 436 |
+
},
|
| 437 |
+
"ee_abs_rot6d": {
|
| 438 |
+
"vs_joint_fk_position_max_m": 2.064874306022584e-08,
|
| 439 |
+
"vs_joint_fk_rotation_max_rad": 3.650024149988857e-08
|
| 440 |
+
},
|
| 441 |
+
"ee_delta": {
|
| 442 |
+
"vs_joint_fk_position_max_m": 3.733921548860001e-09,
|
| 443 |
+
"vs_joint_fk_rotation_max_rad": 0.0
|
| 444 |
+
}
|
| 445 |
+
},
|
| 446 |
+
"target_pairwise": {
|
| 447 |
+
"ee_abs_quat_vs_ee_abs_rot6d": {
|
| 448 |
+
"target_position_max_m": 0.0,
|
| 449 |
+
"target_rotation_max_rad": 6.664001874625058e-08
|
| 450 |
+
},
|
| 451 |
+
"ee_abs_quat_vs_ee_delta": {
|
| 452 |
+
"target_position_max_m": 2.220702910600333e-08,
|
| 453 |
+
"target_rotation_max_rad": 4.2146848510894035e-08
|
| 454 |
+
},
|
| 455 |
+
"ee_abs_rot6d_vs_ee_delta": {
|
| 456 |
+
"target_position_max_m": 2.220702910600333e-08,
|
| 457 |
+
"target_rotation_max_rad": 2.9802322387695312e-08
|
| 458 |
+
}
|
| 459 |
+
},
|
| 460 |
+
"spaces": {
|
| 461 |
+
"ee_abs_quat": {
|
| 462 |
+
"equivalence_pass": true,
|
| 463 |
+
"strict_ik_pass": true,
|
| 464 |
+
"invalid_ik_steps": 0,
|
| 465 |
+
"position_rmse_m": 1.5479093080854955e-08,
|
| 466 |
+
"position_max_m": 6.462678183659663e-08,
|
| 467 |
+
"rotation_rmse_deg": 1.386262264704447e-06,
|
| 468 |
+
"rotation_max_deg": 5.663293681020318e-06,
|
| 469 |
+
"joint_vs_source_rmse_rad": 0.14417973313204202,
|
| 470 |
+
"joint_vs_source_max_rad": 0.40719628776517464,
|
| 471 |
+
"ik_position_residual_max_m": 7.303079162381657e-08,
|
| 472 |
+
"ik_rotation_residual_max_rad": 1.0687363534883674e-07,
|
| 473 |
+
"ik_iterations_max": 4,
|
| 474 |
+
"ik_iterations_mean": 3.227272727272727
|
| 475 |
+
},
|
| 476 |
+
"ee_abs_rot6d": {
|
| 477 |
+
"equivalence_pass": true,
|
| 478 |
+
"strict_ik_pass": true,
|
| 479 |
+
"invalid_ik_steps": 0,
|
| 480 |
+
"position_rmse_m": 1.5479090214928027e-08,
|
| 481 |
+
"position_max_m": 6.462677257400004e-08,
|
| 482 |
+
"rotation_rmse_deg": 1.4177722490099541e-06,
|
| 483 |
+
"rotation_max_deg": 6.830189170012755e-06,
|
| 484 |
+
"joint_vs_source_rmse_rad": 0.14417973222098315,
|
| 485 |
+
"joint_vs_source_max_rad": 0.40719628221418924,
|
| 486 |
+
"ik_position_residual_max_m": 7.303079050127867e-08,
|
| 487 |
+
"ik_rotation_residual_max_rad": 1.0687365576987494e-07,
|
| 488 |
+
"ik_iterations_max": 4,
|
| 489 |
+
"ik_iterations_mean": 3.227272727272727
|
| 490 |
+
},
|
| 491 |
+
"ee_delta": {
|
| 492 |
+
"equivalence_pass": true,
|
| 493 |
+
"strict_ik_pass": true,
|
| 494 |
+
"invalid_ik_steps": 0,
|
| 495 |
+
"position_rmse_m": 9.902165485787445e-09,
|
| 496 |
+
"position_max_m": 7.122407466271228e-08,
|
| 497 |
+
"rotation_rmse_deg": 1.1022170377877352e-06,
|
| 498 |
+
"rotation_max_deg": 5.7905745997743736e-06,
|
| 499 |
+
"joint_vs_source_rmse_rad": 0.14417973394963648,
|
| 500 |
+
"joint_vs_source_max_rad": 0.4071962855962889,
|
| 501 |
+
"ik_position_residual_max_m": 7.303057031112092e-08,
|
| 502 |
+
"ik_rotation_residual_max_rad": 1.068732526055612e-07,
|
| 503 |
+
"ik_iterations_max": 4,
|
| 504 |
+
"ik_iterations_mean": 3.227272727272727
|
| 505 |
+
}
|
| 506 |
+
},
|
| 507 |
+
"trajectory_pairwise": {
|
| 508 |
+
"ee_abs_quat_vs_ee_abs_rot6d": {
|
| 509 |
+
"joint_max_rad": 5.4718850006629793e-08,
|
| 510 |
+
"tcp_position_max_m": 5.6539797092095506e-14,
|
| 511 |
+
"tcp_rotation_max_rad": 5.16191365590357e-08
|
| 512 |
+
},
|
| 513 |
+
"ee_abs_quat_vs_ee_delta": {
|
| 514 |
+
"joint_max_rad": 9.910043596850215e-08,
|
| 515 |
+
"tcp_position_max_m": 2.2207029169883477e-08,
|
| 516 |
+
"tcp_rotation_max_rad": 5.960464477539064e-08
|
| 517 |
+
},
|
| 518 |
+
"ee_abs_rot6d_vs_ee_delta": {
|
| 519 |
+
"joint_max_rad": 9.757033136992277e-08,
|
| 520 |
+
"tcp_position_max_m": 2.2207028945175052e-08,
|
| 521 |
+
"tcp_rotation_max_rad": 4.2146848510894035e-08
|
| 522 |
+
}
|
| 523 |
+
}
|
| 524 |
+
},
|
| 525 |
+
{
|
| 526 |
+
"task": "pour_water",
|
| 527 |
+
"episode_index": 2754,
|
| 528 |
+
"frames": 140,
|
| 529 |
+
"numeric_pass": true,
|
| 530 |
+
"target_equivalence_pass": true,
|
| 531 |
+
"kinematic_equivalence_pass": true,
|
| 532 |
+
"strict_ik_pass": true,
|
| 533 |
+
"numeric": {
|
| 534 |
+
"ee_abs_quat": {
|
| 535 |
+
"vs_joint_fk_position_max_m": 3.9400620112293045e-08,
|
| 536 |
+
"vs_joint_fk_rotation_max_rad": 8.161702118890975e-08
|
| 537 |
+
},
|
| 538 |
+
"ee_abs_rot6d": {
|
| 539 |
+
"vs_joint_fk_position_max_m": 3.9400620112293045e-08,
|
| 540 |
+
"vs_joint_fk_rotation_max_rad": 4.2146848510894035e-08
|
| 541 |
+
},
|
| 542 |
+
"ee_delta": {
|
| 543 |
+
"vs_joint_fk_position_max_m": 3.97661001021717e-09,
|
| 544 |
+
"vs_joint_fk_rotation_max_rad": 2.9802322387695312e-08
|
| 545 |
+
}
|
| 546 |
+
},
|
| 547 |
+
"target_pairwise": {
|
| 548 |
+
"ee_abs_quat_vs_ee_abs_rot6d": {
|
| 549 |
+
"target_position_max_m": 0.0,
|
| 550 |
+
"target_rotation_max_rad": 8.42936970217881e-08
|
| 551 |
+
},
|
| 552 |
+
"ee_abs_quat_vs_ee_delta": {
|
| 553 |
+
"target_position_max_m": 3.9046872487031105e-08,
|
| 554 |
+
"target_rotation_max_rad": 5.960464477539064e-08
|
| 555 |
+
},
|
| 556 |
+
"ee_abs_rot6d_vs_ee_delta": {
|
| 557 |
+
"target_position_max_m": 3.9046872487031105e-08,
|
| 558 |
+
"target_rotation_max_rad": 0.0
|
| 559 |
+
}
|
| 560 |
+
},
|
| 561 |
+
"spaces": {
|
| 562 |
+
"ee_abs_quat": {
|
| 563 |
+
"equivalence_pass": true,
|
| 564 |
+
"strict_ik_pass": true,
|
| 565 |
+
"invalid_ik_steps": 0,
|
| 566 |
+
"position_rmse_m": 4.141028288110925e-08,
|
| 567 |
+
"position_max_m": 1.1355647687372437e-07,
|
| 568 |
+
"rotation_rmse_deg": 8.629330729329385e-06,
|
| 569 |
+
"rotation_max_deg": 4.416576931124816e-05,
|
| 570 |
+
"joint_vs_source_rmse_rad": 0.41043538290993314,
|
| 571 |
+
"joint_vs_source_max_rad": 1.5348102506345798,
|
| 572 |
+
"ik_position_residual_max_m": 9.94019171169312e-08,
|
| 573 |
+
"ik_rotation_residual_max_rad": 7.7070931446497e-07,
|
| 574 |
+
"ik_iterations_max": 5,
|
| 575 |
+
"ik_iterations_mean": 3.4214285714285713
|
| 576 |
+
},
|
| 577 |
+
"ee_abs_rot6d": {
|
| 578 |
+
"equivalence_pass": true,
|
| 579 |
+
"strict_ik_pass": true,
|
| 580 |
+
"invalid_ik_steps": 0,
|
| 581 |
+
"position_rmse_m": 4.1410294539550464e-08,
|
| 582 |
+
"position_max_m": 1.1355664187258226e-07,
|
| 583 |
+
"rotation_rmse_deg": 8.204988746708778e-06,
|
| 584 |
+
"rotation_max_deg": 4.4182270626716964e-05,
|
| 585 |
+
"joint_vs_source_rmse_rad": 0.41043538342500574,
|
| 586 |
+
"joint_vs_source_max_rad": 1.5348102629239682,
|
| 587 |
+
"ik_position_residual_max_m": 9.940151252189702e-08,
|
| 588 |
+
"ik_rotation_residual_max_rad": 7.707188863274673e-07,
|
| 589 |
+
"ik_iterations_max": 5,
|
| 590 |
+
"ik_iterations_mean": 3.4214285714285713
|
| 591 |
+
},
|
| 592 |
+
"ee_delta": {
|
| 593 |
+
"equivalence_pass": true,
|
| 594 |
+
"strict_ik_pass": true,
|
| 595 |
+
"invalid_ik_steps": 0,
|
| 596 |
+
"position_rmse_m": 3.396331770169512e-08,
|
| 597 |
+
"position_max_m": 1.0009089602074643e-07,
|
| 598 |
+
"rotation_rmse_deg": 8.178293383719945e-06,
|
| 599 |
+
"rotation_max_deg": 4.3751213776336526e-05,
|
| 600 |
+
"joint_vs_source_rmse_rad": 0.4104353819141166,
|
| 601 |
+
"joint_vs_source_max_rad": 1.5348102789429725,
|
| 602 |
+
"ik_position_residual_max_m": 9.940148807139547e-08,
|
| 603 |
+
"ik_rotation_residual_max_rad": 7.707376203718791e-07,
|
| 604 |
+
"ik_iterations_max": 5,
|
| 605 |
+
"ik_iterations_mean": 3.4214285714285713
|
| 606 |
+
}
|
| 607 |
+
},
|
| 608 |
+
"trajectory_pairwise": {
|
| 609 |
+
"ee_abs_quat_vs_ee_abs_rot6d": {
|
| 610 |
+
"joint_max_rad": 1.0776555914304708e-07,
|
| 611 |
+
"tcp_position_max_m": 1.6206441331034781e-12,
|
| 612 |
+
"tcp_rotation_max_rad": 8.42936970217881e-08
|
| 613 |
+
},
|
| 614 |
+
"ee_abs_quat_vs_ee_delta": {
|
| 615 |
+
"joint_max_rad": 1.9780782833933586e-07,
|
| 616 |
+
"tcp_position_max_m": 3.904687240644713e-08,
|
| 617 |
+
"tcp_rotation_max_rad": 8.161702118890975e-08
|
| 618 |
+
},
|
| 619 |
+
"ee_abs_rot6d_vs_ee_delta": {
|
| 620 |
+
"joint_max_rad": 1.9623850433525547e-07,
|
| 621 |
+
"tcp_position_max_m": 3.904687250339144e-08,
|
| 622 |
+
"tcp_rotation_max_rad": 5.575503985246929e-08
|
| 623 |
+
}
|
| 624 |
+
}
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"task": "reorient_object",
|
| 628 |
+
"episode_index": 3091,
|
| 629 |
+
"frames": 73,
|
| 630 |
+
"numeric_pass": true,
|
| 631 |
+
"target_equivalence_pass": true,
|
| 632 |
+
"kinematic_equivalence_pass": true,
|
| 633 |
+
"strict_ik_pass": true,
|
| 634 |
+
"numeric": {
|
| 635 |
+
"ee_abs_quat": {
|
| 636 |
+
"vs_joint_fk_position_max_m": 3.3476100931449766e-08,
|
| 637 |
+
"vs_joint_fk_rotation_max_rad": 8.161702118890975e-08
|
| 638 |
+
},
|
| 639 |
+
"ee_abs_rot6d": {
|
| 640 |
+
"vs_joint_fk_position_max_m": 3.3476100931449766e-08,
|
| 641 |
+
"vs_joint_fk_rotation_max_rad": 4.2146848510894035e-08
|
| 642 |
+
},
|
| 643 |
+
"ee_delta": {
|
| 644 |
+
"vs_joint_fk_position_max_m": 5.4521153321742646e-09,
|
| 645 |
+
"vs_joint_fk_rotation_max_rad": 3.650024149988857e-08
|
| 646 |
+
}
|
| 647 |
+
},
|
| 648 |
+
"target_pairwise": {
|
| 649 |
+
"ee_abs_quat_vs_ee_abs_rot6d": {
|
| 650 |
+
"target_position_max_m": 0.0,
|
| 651 |
+
"target_rotation_max_rad": 8.42936970217881e-08
|
| 652 |
+
},
|
| 653 |
+
"ee_abs_quat_vs_ee_delta": {
|
| 654 |
+
"target_position_max_m": 3.336837119214453e-08,
|
| 655 |
+
"target_rotation_max_rad": 8.940696716308596e-08
|
| 656 |
+
},
|
| 657 |
+
"ee_abs_rot6d_vs_ee_delta": {
|
| 658 |
+
"target_position_max_m": 3.336837119214453e-08,
|
| 659 |
+
"target_rotation_max_rad": 4.712160915387243e-08
|
| 660 |
+
}
|
| 661 |
+
},
|
| 662 |
+
"spaces": {
|
| 663 |
+
"ee_abs_quat": {
|
| 664 |
+
"equivalence_pass": true,
|
| 665 |
+
"strict_ik_pass": true,
|
| 666 |
+
"invalid_ik_steps": 0,
|
| 667 |
+
"position_rmse_m": 1.9721382424429834e-08,
|
| 668 |
+
"position_max_m": 7.414133393211552e-08,
|
| 669 |
+
"rotation_rmse_deg": 2.574929570837359e-06,
|
| 670 |
+
"rotation_max_deg": 6.613302226726415e-06,
|
| 671 |
+
"joint_vs_source_rmse_rad": 0.15798879687937006,
|
| 672 |
+
"joint_vs_source_max_rad": 0.5643178160870633,
|
| 673 |
+
"ik_position_residual_max_m": 6.365853715530337e-08,
|
| 674 |
+
"ik_rotation_residual_max_rad": 1.1565870706937725e-07,
|
| 675 |
+
"ik_iterations_max": 5,
|
| 676 |
+
"ik_iterations_mean": 3.684931506849315
|
| 677 |
+
},
|
| 678 |
+
"ee_abs_rot6d": {
|
| 679 |
+
"equivalence_pass": true,
|
| 680 |
+
"strict_ik_pass": true,
|
| 681 |
+
"invalid_ik_steps": 0,
|
| 682 |
+
"position_rmse_m": 1.9721429885101013e-08,
|
| 683 |
+
"position_max_m": 7.414134062967597e-08,
|
| 684 |
+
"rotation_rmse_deg": 1.6480324816305306e-06,
|
| 685 |
+
"rotation_max_deg": 6.613302226726415e-06,
|
| 686 |
+
"joint_vs_source_rmse_rad": 0.1579887988502829,
|
| 687 |
+
"joint_vs_source_max_rad": 0.5643178123297432,
|
| 688 |
+
"ik_position_residual_max_m": 6.365823834775764e-08,
|
| 689 |
+
"ik_rotation_residual_max_rad": 1.1565870601767023e-07,
|
| 690 |
+
"ik_iterations_max": 5,
|
| 691 |
+
"ik_iterations_mean": 3.684931506849315
|
| 692 |
+
},
|
| 693 |
+
"ee_delta": {
|
| 694 |
+
"equivalence_pass": true,
|
| 695 |
+
"strict_ik_pass": true,
|
| 696 |
+
"invalid_ik_steps": 0,
|
| 697 |
+
"position_rmse_m": 1.4602522760038534e-08,
|
| 698 |
+
"position_max_m": 6.578800816061777e-08,
|
| 699 |
+
"rotation_rmse_deg": 2.033206482247101e-06,
|
| 700 |
+
"rotation_max_deg": 5.7905745997743736e-06,
|
| 701 |
+
"joint_vs_source_rmse_rad": 0.1579887942074757,
|
| 702 |
+
"joint_vs_source_max_rad": 0.564317795896801,
|
| 703 |
+
"ik_position_residual_max_m": 6.365915652765404e-08,
|
| 704 |
+
"ik_rotation_residual_max_rad": 1.1565875750485765e-07,
|
| 705 |
+
"ik_iterations_max": 5,
|
| 706 |
+
"ik_iterations_mean": 3.684931506849315
|
| 707 |
+
}
|
| 708 |
+
},
|
| 709 |
+
"trajectory_pairwise": {
|
| 710 |
+
"ee_abs_quat_vs_ee_abs_rot6d": {
|
| 711 |
+
"joint_max_rad": 1.2650215186482683e-07,
|
| 712 |
+
"tcp_position_max_m": 6.1633500249716695e-12,
|
| 713 |
+
"tcp_rotation_max_rad": 8.42936970217881e-08
|
| 714 |
+
},
|
| 715 |
+
"ee_abs_quat_vs_ee_delta": {
|
| 716 |
+
"joint_max_rad": 1.2940123417237714e-07,
|
| 717 |
+
"tcp_position_max_m": 3.336837101786082e-08,
|
| 718 |
+
"tcp_rotation_max_rad": 9.424321830774489e-08
|
| 719 |
+
},
|
| 720 |
+
"ee_abs_rot6d_vs_ee_delta": {
|
| 721 |
+
"joint_max_rad": 1.3375169652385388e-07,
|
| 722 |
+
"tcp_position_max_m": 3.3368371329879635e-08,
|
| 723 |
+
"tcp_rotation_max_rad": 6.664001874625058e-08
|
| 724 |
+
}
|
| 725 |
+
}
|
| 726 |
+
},
|
| 727 |
+
{
|
| 728 |
+
"task": "transfer_water",
|
| 729 |
+
"episode_index": 3314,
|
| 730 |
+
"frames": 141,
|
| 731 |
+
"numeric_pass": true,
|
| 732 |
+
"target_equivalence_pass": true,
|
| 733 |
+
"kinematic_equivalence_pass": true,
|
| 734 |
+
"strict_ik_pass": true,
|
| 735 |
+
"numeric": {
|
| 736 |
+
"ee_abs_quat": {
|
| 737 |
+
"vs_joint_fk_position_max_m": 2.4002812837355645e-08,
|
| 738 |
+
"vs_joint_fk_rotation_max_rad": 8.161702118890975e-08
|
| 739 |
+
},
|
| 740 |
+
"ee_abs_rot6d": {
|
| 741 |
+
"vs_joint_fk_position_max_m": 2.4002812837355645e-08,
|
| 742 |
+
"vs_joint_fk_rotation_max_rad": 3.650024149988857e-08
|
| 743 |
+
},
|
| 744 |
+
"ee_delta": {
|
| 745 |
+
"vs_joint_fk_position_max_m": 2.8100667452756603e-09,
|
| 746 |
+
"vs_joint_fk_rotation_max_rad": 2.9802322387695312e-08
|
| 747 |
+
}
|
| 748 |
+
},
|
| 749 |
+
"target_pairwise": {
|
| 750 |
+
"ee_abs_quat_vs_ee_abs_rot6d": {
|
| 751 |
+
"target_position_max_m": 0.0,
|
| 752 |
+
"target_rotation_max_rad": 7.88495335300145e-08
|
| 753 |
+
},
|
| 754 |
+
"ee_abs_quat_vs_ee_delta": {
|
| 755 |
+
"target_position_max_m": 2.259140178550873e-08,
|
| 756 |
+
"target_rotation_max_rad": 8.940696716308596e-08
|
| 757 |
+
},
|
| 758 |
+
"ee_abs_rot6d_vs_ee_delta": {
|
| 759 |
+
"target_position_max_m": 2.259140178550873e-08,
|
| 760 |
+
"target_rotation_max_rad": 2.9802322387695312e-08
|
| 761 |
+
}
|
| 762 |
+
},
|
| 763 |
+
"spaces": {
|
| 764 |
+
"ee_abs_quat": {
|
| 765 |
+
"equivalence_pass": true,
|
| 766 |
+
"strict_ik_pass": true,
|
| 767 |
+
"invalid_ik_steps": 0,
|
| 768 |
+
"position_rmse_m": 2.43110981911825e-08,
|
| 769 |
+
"position_max_m": 8.84659628255813e-08,
|
| 770 |
+
"rotation_rmse_deg": 6.7830995694296904e-06,
|
| 771 |
+
"rotation_max_deg": 4.1087718126007175e-05,
|
| 772 |
+
"joint_vs_source_rmse_rad": 0.10685058262958712,
|
| 773 |
+
"joint_vs_source_max_rad": 0.3132746882965121,
|
| 774 |
+
"ik_position_residual_max_m": 8.289695955726696e-08,
|
| 775 |
+
"ik_rotation_residual_max_rad": 7.169612798912224e-07,
|
| 776 |
+
"ik_iterations_max": 6,
|
| 777 |
+
"ik_iterations_mean": 3.5531914893617023
|
| 778 |
+
},
|
| 779 |
+
"ee_abs_rot6d": {
|
| 780 |
+
"equivalence_pass": true,
|
| 781 |
+
"strict_ik_pass": true,
|
| 782 |
+
"invalid_ik_steps": 0,
|
| 783 |
+
"position_rmse_m": 2.4311098933943494e-08,
|
| 784 |
+
"position_max_m": 8.846612477821326e-08,
|
| 785 |
+
"rotation_rmse_deg": 6.609392499972263e-06,
|
| 786 |
+
"rotation_max_deg": 4.110545510854108e-05,
|
| 787 |
+
"joint_vs_source_rmse_rad": 0.10685057857343651,
|
| 788 |
+
"joint_vs_source_max_rad": 0.31327467195389896,
|
| 789 |
+
"ik_position_residual_max_m": 8.28971227923654e-08,
|
| 790 |
+
"ik_rotation_residual_max_rad": 7.169564179007312e-07,
|
| 791 |
+
"ik_iterations_max": 6,
|
| 792 |
+
"ik_iterations_mean": 3.5531914893617023
|
| 793 |
+
},
|
| 794 |
+
"ee_delta": {
|
| 795 |
+
"equivalence_pass": true,
|
| 796 |
+
"strict_ik_pass": true,
|
| 797 |
+
"invalid_ik_steps": 0,
|
| 798 |
+
"position_rmse_m": 2.0107353422062432e-08,
|
| 799 |
+
"position_max_m": 8.402189943186985e-08,
|
| 800 |
+
"rotation_rmse_deg": 6.5212003232510275e-06,
|
| 801 |
+
"rotation_max_deg": 4.1087718126007175e-05,
|
| 802 |
+
"joint_vs_source_rmse_rad": 0.10685058313907385,
|
| 803 |
+
"joint_vs_source_max_rad": 0.3132746945159921,
|
| 804 |
+
"ik_position_residual_max_m": 8.289712320219684e-08,
|
| 805 |
+
"ik_rotation_residual_max_rad": 7.169616577413105e-07,
|
| 806 |
+
"ik_iterations_max": 6,
|
| 807 |
+
"ik_iterations_mean": 3.5531914893617023
|
| 808 |
+
}
|
| 809 |
+
},
|
| 810 |
+
"trajectory_pairwise": {
|
| 811 |
+
"ee_abs_quat_vs_ee_abs_rot6d": {
|
| 812 |
+
"joint_max_rad": 9.544161461150225e-08,
|
| 813 |
+
"tcp_position_max_m": 4.4744328459553687e-13,
|
| 814 |
+
"tcp_rotation_max_rad": 8.42936970217881e-08
|
| 815 |
+
},
|
| 816 |
+
"ee_abs_quat_vs_ee_delta": {
|
| 817 |
+
"joint_max_rad": 1.2760860768068483e-07,
|
| 818 |
+
"tcp_position_max_m": 2.2591401662035332e-08,
|
| 819 |
+
"tcp_rotation_max_rad": 8.688795409866128e-08
|
| 820 |
+
},
|
| 821 |
+
"ee_abs_rot6d_vs_ee_delta": {
|
| 822 |
+
"joint_max_rad": 9.780665921610421e-08,
|
| 823 |
+
"tcp_position_max_m": 2.2591401581444267e-08,
|
| 824 |
+
"tcp_rotation_max_rad": 4.2146848510894035e-08
|
| 825 |
+
}
|
| 826 |
+
}
|
| 827 |
+
}
|
| 828 |
+
],
|
| 829 |
+
"generated_at_utc": "2026-07-20T05:51:18.651056+00:00",
|
| 830 |
+
"dataset": "/home/ext_minje/ARNOLD_multispace_3view",
|
| 831 |
+
"selection": "one deterministic median-length episode per ARNOLD physical task family",
|
| 832 |
+
"selected_episodes": [
|
| 833 |
+
{
|
| 834 |
+
"family": "close_cabinet",
|
| 835 |
+
"episode_index": 226
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"family": "close_drawer",
|
| 839 |
+
"episode_index": 679
|
| 840 |
+
},
|
| 841 |
+
{
|
| 842 |
+
"family": "open_cabinet",
|
| 843 |
+
"episode_index": 1380
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"family": "open_drawer",
|
| 847 |
+
"episode_index": 1700
|
| 848 |
+
},
|
| 849 |
+
{
|
| 850 |
+
"family": "pickup_object",
|
| 851 |
+
"episode_index": 2092
|
| 852 |
+
},
|
| 853 |
+
{
|
| 854 |
+
"family": "pour_water",
|
| 855 |
+
"episode_index": 2754
|
| 856 |
+
},
|
| 857 |
+
{
|
| 858 |
+
"family": "reorient_object",
|
| 859 |
+
"episode_index": 3091
|
| 860 |
+
},
|
| 861 |
+
{
|
| 862 |
+
"family": "transfer_water",
|
| 863 |
+
"episode_index": 3314
|
| 864 |
+
}
|
| 865 |
+
],
|
| 866 |
+
"thresholds": {
|
| 867 |
+
"numeric_position_m": 1e-05,
|
| 868 |
+
"numeric_rotation_rad": 0.0001,
|
| 869 |
+
"kinematic_equivalence_position_m": 0.002,
|
| 870 |
+
"kinematic_equivalence_rotation_deg": 0.5,
|
| 871 |
+
"strict_ik_position_m": 1e-07,
|
| 872 |
+
"strict_ik_rotation_rad": 1e-06
|
| 873 |
+
},
|
| 874 |
+
"solver": {
|
| 875 |
+
"type": "local Lula Jacobian damped least squares",
|
| 876 |
+
"max_iterations": 50,
|
| 877 |
+
"damping": 0.0001,
|
| 878 |
+
"max_joint_step_rad": 0.1,
|
| 879 |
+
"initial_joint": "observation.state[first_frame, :7]"
|
| 880 |
+
},
|
| 881 |
+
"dual_finger_bitwise_checks": {
|
| 882 |
+
"action.ee_abs_quat": true,
|
| 883 |
+
"action.ee_abs_rot6d": true,
|
| 884 |
+
"action.ee_delta": true,
|
| 885 |
+
"action_vs_joint_abs": true
|
| 886 |
+
}
|
| 887 |
+
}
|
meta/stats.json
ADDED
|
@@ -0,0 +1,1355 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"action.ee_abs_rot6d": {
|
| 3 |
+
"min": [
|
| 4 |
+
-0.49569904804229736,
|
| 5 |
+
-0.8127617239952087,
|
| 6 |
+
0.025397205725312233,
|
| 7 |
+
-0.9972825050354004,
|
| 8 |
+
-0.9999921917915344,
|
| 9 |
+
-0.9876318573951721,
|
| 10 |
+
-0.9999999403953552,
|
| 11 |
+
-1.0,
|
| 12 |
+
-0.9966432452201843,
|
| 13 |
+
0.0,
|
| 14 |
+
0.0
|
| 15 |
+
],
|
| 16 |
+
"max": [
|
| 17 |
+
0.9197370409965515,
|
| 18 |
+
0.6909218430519104,
|
| 19 |
+
0.9529334306716919,
|
| 20 |
+
0.9999998807907104,
|
| 21 |
+
1.0,
|
| 22 |
+
1.0,
|
| 23 |
+
1.0,
|
| 24 |
+
0.9054560661315918,
|
| 25 |
+
1.0,
|
| 26 |
+
4.0,
|
| 27 |
+
4.0
|
| 28 |
+
],
|
| 29 |
+
"mean": [
|
| 30 |
+
0.48120840687265454,
|
| 31 |
+
-0.02855957783819074,
|
| 32 |
+
0.5517920145902041,
|
| 33 |
+
0.0723498893188216,
|
| 34 |
+
0.555336340086094,
|
| 35 |
+
0.31486620934249876,
|
| 36 |
+
0.1820574881989637,
|
| 37 |
+
-0.2781890807464445,
|
| 38 |
+
0.4164136416692044,
|
| 39 |
+
1.9353254866341085,
|
| 40 |
+
1.940492594340788
|
| 41 |
+
],
|
| 42 |
+
"std": [
|
| 43 |
+
0.13889536514803077,
|
| 44 |
+
0.22462305069624558,
|
| 45 |
+
0.22842736566243838,
|
| 46 |
+
0.3505653821970961,
|
| 47 |
+
0.516630470635992,
|
| 48 |
+
0.44432328627489853,
|
| 49 |
+
0.5231043104986577,
|
| 50 |
+
0.4232915487163675,
|
| 51 |
+
0.5130806277514809,
|
| 52 |
+
1.5113367237029034,
|
| 53 |
+
1.5094553586692645
|
| 54 |
+
],
|
| 55 |
+
"count": [
|
| 56 |
+
368563
|
| 57 |
+
],
|
| 58 |
+
"q01": [
|
| 59 |
+
0.19673053562641143,
|
| 60 |
+
-0.45018736243247987,
|
| 61 |
+
0.05001659318804741,
|
| 62 |
+
-0.9105443680286408,
|
| 63 |
+
-0.9997912645339966,
|
| 64 |
+
-0.6313297748565674,
|
| 65 |
+
-0.9999027848243713,
|
| 66 |
+
-0.9999905228614807,
|
| 67 |
+
-0.810921905040741,
|
| 68 |
+
0.0,
|
| 69 |
+
0.0
|
| 70 |
+
],
|
| 71 |
+
"q10": [
|
| 72 |
+
0.3126914858818054,
|
| 73 |
+
-0.30231199860572816,
|
| 74 |
+
0.2059977799654007,
|
| 75 |
+
-0.15398527383804314,
|
| 76 |
+
-0.023038287088274954,
|
| 77 |
+
-0.013272760435938835,
|
| 78 |
+
-0.4064454853534698,
|
| 79 |
+
-0.9989672780036927,
|
| 80 |
+
-0.027548397704958913,
|
| 81 |
+
0.4212162673473358,
|
| 82 |
+
0.4333578288555146
|
| 83 |
+
],
|
| 84 |
+
"q50": [
|
| 85 |
+
0.46639299392700195,
|
| 86 |
+
-0.03655068948864937,
|
| 87 |
+
0.574135959148407,
|
| 88 |
+
0.002835804596543312,
|
| 89 |
+
0.9295616745948792,
|
| 90 |
+
0.027896812185645103,
|
| 91 |
+
0.008711835369467735,
|
| 92 |
+
-0.012537161819636822,
|
| 93 |
+
0.08485838770866394,
|
| 94 |
+
1.1737638711929321,
|
| 95 |
+
1.14480459690094
|
| 96 |
+
],
|
| 97 |
+
"q90": [
|
| 98 |
+
0.672526752948761,
|
| 99 |
+
0.291884583234787,
|
| 100 |
+
0.8407639265060425,
|
| 101 |
+
0.7086696624755859,
|
| 102 |
+
0.9999972581863403,
|
| 103 |
+
0.999824333190918,
|
| 104 |
+
0.9977106094360352,
|
| 105 |
+
0.062247391790151596,
|
| 106 |
+
0.9999898672103882,
|
| 107 |
+
3.999993324279785,
|
| 108 |
+
3.999969959259033
|
| 109 |
+
],
|
| 110 |
+
"q99": [
|
| 111 |
+
0.8042868053913117,
|
| 112 |
+
0.4796033471822739,
|
| 113 |
+
0.9514429795742035,
|
| 114 |
+
0.9786926507949829,
|
| 115 |
+
0.9999998807907104,
|
| 116 |
+
0.9999992847442627,
|
| 117 |
+
0.9999834895133972,
|
| 118 |
+
0.29516162693500525,
|
| 119 |
+
0.9999996423721313,
|
| 120 |
+
4.0,
|
| 121 |
+
4.0
|
| 122 |
+
]
|
| 123 |
+
},
|
| 124 |
+
"action.ee_abs_quat": {
|
| 125 |
+
"min": [
|
| 126 |
+
-0.49569904804229736,
|
| 127 |
+
-0.8127617239952087,
|
| 128 |
+
0.025397205725312233,
|
| 129 |
+
5.222393184567409e-08,
|
| 130 |
+
-0.9999998807907104,
|
| 131 |
+
-0.9098955392837524,
|
| 132 |
+
-0.8755258917808533,
|
| 133 |
+
0.0,
|
| 134 |
+
0.0
|
| 135 |
+
],
|
| 136 |
+
"max": [
|
| 137 |
+
0.9197370409965515,
|
| 138 |
+
0.6909218430519104,
|
| 139 |
+
0.9529334306716919,
|
| 140 |
+
0.88168865442276,
|
| 141 |
+
0.9999998807907104,
|
| 142 |
+
0.9334871172904968,
|
| 143 |
+
0.8551856279373169,
|
| 144 |
+
4.0,
|
| 145 |
+
4.0
|
| 146 |
+
],
|
| 147 |
+
"mean": [
|
| 148 |
+
0.48120840687265454,
|
| 149 |
+
-0.02855957783819074,
|
| 150 |
+
0.5517920145902041,
|
| 151 |
+
0.26037125900398844,
|
| 152 |
+
0.2636006188164259,
|
| 153 |
+
0.2038574655208801,
|
| 154 |
+
0.18171701626560932,
|
| 155 |
+
1.9353254866341085,
|
| 156 |
+
1.940492594340788
|
| 157 |
+
],
|
| 158 |
+
"std": [
|
| 159 |
+
0.13889536514803077,
|
| 160 |
+
0.22462305069624558,
|
| 161 |
+
0.22842736566243838,
|
| 162 |
+
0.22835733327189672,
|
| 163 |
+
0.5888543063846311,
|
| 164 |
+
0.44655047773928974,
|
| 165 |
+
0.43570492986873477,
|
| 166 |
+
1.5113367237029034,
|
| 167 |
+
1.5094553586692645
|
| 168 |
+
],
|
| 169 |
+
"count": [
|
| 170 |
+
368563
|
| 171 |
+
],
|
| 172 |
+
"q01": [
|
| 173 |
+
0.19673053562641143,
|
| 174 |
+
-0.45018736243247987,
|
| 175 |
+
0.05001659318804741,
|
| 176 |
+
0.00011781673674704507,
|
| 177 |
+
-0.9470657503604889,
|
| 178 |
+
-0.7724594950675965,
|
| 179 |
+
-0.7063757228851318,
|
| 180 |
+
0.0,
|
| 181 |
+
0.0
|
| 182 |
+
],
|
| 183 |
+
"q10": [
|
| 184 |
+
0.3126914858818054,
|
| 185 |
+
-0.30231199860572816,
|
| 186 |
+
0.2059977799654007,
|
| 187 |
+
0.001400092151015997,
|
| 188 |
+
-0.709672474861145,
|
| 189 |
+
-0.45432579517364496,
|
| 190 |
+
-0.5819640159606934,
|
| 191 |
+
0.4212162673473358,
|
| 192 |
+
0.4333578288555146
|
| 193 |
+
],
|
| 194 |
+
"q50": [
|
| 195 |
+
0.46639299392700195,
|
| 196 |
+
-0.03655068948864937,
|
| 197 |
+
0.574135959148407,
|
| 198 |
+
0.27665430307388306,
|
| 199 |
+
0.5021560192108154,
|
| 200 |
+
0.4874247610569,
|
| 201 |
+
0.4362803101539612,
|
| 202 |
+
1.1737638711929321,
|
| 203 |
+
1.14480459690094
|
| 204 |
+
],
|
| 205 |
+
"q90": [
|
| 206 |
+
0.672526752948761,
|
| 207 |
+
0.291884583234787,
|
| 208 |
+
0.8407639265060425,
|
| 209 |
+
0.5010556578636169,
|
| 210 |
+
0.7315003395080566,
|
| 211 |
+
0.704954731464386,
|
| 212 |
+
0.5638727426528928,
|
| 213 |
+
3.999993324279785,
|
| 214 |
+
3.999969959259033
|
| 215 |
+
],
|
| 216 |
+
"q99": [
|
| 217 |
+
0.8042868053913117,
|
| 218 |
+
0.4796033471822739,
|
| 219 |
+
0.9514429795742035,
|
| 220 |
+
0.6679778099060059,
|
| 221 |
+
0.9384031355381012,
|
| 222 |
+
0.7965960216522217,
|
| 223 |
+
0.7048134005069733,
|
| 224 |
+
4.0,
|
| 225 |
+
4.0
|
| 226 |
+
]
|
| 227 |
+
},
|
| 228 |
+
"observation.ee_pose": {
|
| 229 |
+
"min": [
|
| 230 |
+
-907.419189453125,
|
| 231 |
+
2.7480311393737793,
|
| 232 |
+
-1242.54150390625,
|
| 233 |
+
-0.707098662853241,
|
| 234 |
+
-0.7070984244346619,
|
| 235 |
+
-0.7070961594581604,
|
| 236 |
+
-0.7071008086204529
|
| 237 |
+
],
|
| 238 |
+
"max": [
|
| 239 |
+
1086.8603515625,
|
| 240 |
+
95.27264404296875,
|
| 241 |
+
714.0231323242188,
|
| 242 |
+
0.9987893104553223,
|
| 243 |
+
0.9999985098838806,
|
| 244 |
+
0.8339915871620178,
|
| 245 |
+
1.0
|
| 246 |
+
],
|
| 247 |
+
"mean": [
|
| 248 |
+
41.29762263922241,
|
| 249 |
+
55.45514568513888,
|
| 250 |
+
2.3825814346563794,
|
| 251 |
+
0.1102527781447383,
|
| 252 |
+
0.36106286721927894,
|
| 253 |
+
-0.07387609874552742,
|
| 254 |
+
0.33893132482926436
|
| 255 |
+
],
|
| 256 |
+
"std": [
|
| 257 |
+
291.56623583432423,
|
| 258 |
+
22.98073456844101,
|
| 259 |
+
318.0680806715967,
|
| 260 |
+
0.35302959004004614,
|
| 261 |
+
0.43886993648447226,
|
| 262 |
+
0.3879140633121001,
|
| 263 |
+
0.5190681812838358
|
| 264 |
+
],
|
| 265 |
+
"count": [
|
| 266 |
+
368563
|
| 267 |
+
],
|
| 268 |
+
"q01": [
|
| 269 |
+
-532.6058923339843,
|
| 270 |
+
5.333256568908691,
|
| 271 |
+
-676.3875463867188,
|
| 272 |
+
-0.6847513914108276,
|
| 273 |
+
-0.6950871729850769,
|
| 274 |
+
-0.6893804955482483,
|
| 275 |
+
-0.7056241631507874
|
| 276 |
+
],
|
| 277 |
+
"q10": [
|
| 278 |
+
-333.9371704101562,
|
| 279 |
+
20.951034164428712,
|
| 280 |
+
-435.54486083984375,
|
| 281 |
+
-0.2827509582042694,
|
| 282 |
+
-0.2966729164123535,
|
| 283 |
+
-0.580612540245056,
|
| 284 |
+
-0.6398949027061462
|
| 285 |
+
],
|
| 286 |
+
"q50": [
|
| 287 |
+
5.9405364990234375,
|
| 288 |
+
57.15395736694336,
|
| 289 |
+
-2.3592922687530518,
|
| 290 |
+
0.0036039005499333143,
|
| 291 |
+
0.5057293772697449,
|
| 292 |
+
-0.003946446813642979,
|
| 293 |
+
0.5575668811798096
|
| 294 |
+
],
|
| 295 |
+
"q90": [
|
| 296 |
+
413.51278686523426,
|
| 297 |
+
84.08691101074218,
|
| 298 |
+
402.63007202148435,
|
| 299 |
+
0.5959233045578003,
|
| 300 |
+
0.7078989624977112,
|
| 301 |
+
0.6152177810668944,
|
| 302 |
+
0.7156815767288208
|
| 303 |
+
],
|
| 304 |
+
"q99": [
|
| 305 |
+
713.6449584960938,
|
| 306 |
+
95.14649490356446,
|
| 307 |
+
626.8163305664062,
|
| 308 |
+
0.9228496551513672,
|
| 309 |
+
0.9920612120628357,
|
| 310 |
+
0.7076622378826142,
|
| 311 |
+
0.9999978542327881
|
| 312 |
+
]
|
| 313 |
+
},
|
| 314 |
+
"action.joint_abs": {
|
| 315 |
+
"min": [
|
| 316 |
+
-2.8781754970550537,
|
| 317 |
+
-1.7624928951263428,
|
| 318 |
+
-2.33219313621521,
|
| 319 |
+
-3.071800708770752,
|
| 320 |
+
-2.5769600868225098,
|
| 321 |
+
-0.017445340752601624,
|
| 322 |
+
-2.89730167388916,
|
| 323 |
+
0.0,
|
| 324 |
+
0.0
|
| 325 |
+
],
|
| 326 |
+
"max": [
|
| 327 |
+
2.863164186477661,
|
| 328 |
+
1.7321133613586426,
|
| 329 |
+
2.8973138332366943,
|
| 330 |
+
-0.07307858765125275,
|
| 331 |
+
2.89730167388916,
|
| 332 |
+
3.752532482147217,
|
| 333 |
+
1.9737281799316406,
|
| 334 |
+
4.0,
|
| 335 |
+
4.0
|
| 336 |
+
],
|
| 337 |
+
"mean": [
|
| 338 |
+
0.19584326533618807,
|
| 339 |
+
-0.7014516550636621,
|
| 340 |
+
-0.19489216690740702,
|
| 341 |
+
-2.120710735065195,
|
| 342 |
+
-0.2676282645612828,
|
| 343 |
+
2.7275969477253477,
|
| 344 |
+
-0.015891237972047997,
|
| 345 |
+
1.9353254866341085,
|
| 346 |
+
1.940492594340788
|
| 347 |
+
],
|
| 348 |
+
"std": [
|
| 349 |
+
1.0025742701322131,
|
| 350 |
+
0.5324878316505426,
|
| 351 |
+
0.9854416591745696,
|
| 352 |
+
0.49939105343626705,
|
| 353 |
+
0.5022944888139753,
|
| 354 |
+
0.5883098273314421,
|
| 355 |
+
0.8616944424883576,
|
| 356 |
+
1.5113367237029034,
|
| 357 |
+
1.5094553586692645
|
| 358 |
+
],
|
| 359 |
+
"count": [
|
| 360 |
+
368563
|
| 361 |
+
],
|
| 362 |
+
"q01": [
|
| 363 |
+
-2.324575514793396,
|
| 364 |
+
-1.6787706112861633,
|
| 365 |
+
-1.9808432126045228,
|
| 366 |
+
-2.9722514152526855,
|
| 367 |
+
-1.39967041015625,
|
| 368 |
+
0.9085780227184296,
|
| 369 |
+
-1.8239710688591004,
|
| 370 |
+
0.0,
|
| 371 |
+
0.0
|
| 372 |
+
],
|
| 373 |
+
"q10": [
|
| 374 |
+
-1.3007081031799312,
|
| 375 |
+
-1.4395741939544677,
|
| 376 |
+
-1.4481438875198365,
|
| 377 |
+
-2.753849506378174,
|
| 378 |
+
-0.8502126216888427,
|
| 379 |
+
1.8516165733337402,
|
| 380 |
+
-0.8661877393722534,
|
| 381 |
+
0.4212162673473358,
|
| 382 |
+
0.4333578288555146
|
| 383 |
+
],
|
| 384 |
+
"q50": [
|
| 385 |
+
0.2815524637699127,
|
| 386 |
+
-0.7518705725669861,
|
| 387 |
+
-0.19934768974781036,
|
| 388 |
+
-2.170017957687378,
|
| 389 |
+
-0.23320087790489197,
|
| 390 |
+
2.8296353816986084,
|
| 391 |
+
-0.19621585309505463,
|
| 392 |
+
1.1737638711929321,
|
| 393 |
+
1.14480459690094
|
| 394 |
+
],
|
| 395 |
+
"q90": [
|
| 396 |
+
1.466719603538513,
|
| 397 |
+
-0.0034762405324727345,
|
| 398 |
+
1.2762044668197632,
|
| 399 |
+
-1.4377816200256348,
|
| 400 |
+
0.30926838517189015,
|
| 401 |
+
3.37098708152771,
|
| 402 |
+
1.4703677415847778,
|
| 403 |
+
3.999993324279785,
|
| 404 |
+
3.999969959259033
|
| 405 |
+
],
|
| 406 |
+
"q99": [
|
| 407 |
+
2.1975234079360964,
|
| 408 |
+
0.7579870474338541,
|
| 409 |
+
1.974041085243225,
|
| 410 |
+
-0.8504965329170221,
|
| 411 |
+
1.3133732891082774,
|
| 412 |
+
3.6980456113815308,
|
| 413 |
+
1.8298677206039429,
|
| 414 |
+
4.0,
|
| 415 |
+
4.0
|
| 416 |
+
]
|
| 417 |
+
},
|
| 418 |
+
"action.ee_delta": {
|
| 419 |
+
"min": [
|
| 420 |
+
-0.31328582763671875,
|
| 421 |
+
-0.3198097348213196,
|
| 422 |
+
-0.296039879322052,
|
| 423 |
+
-2.4062986373901367,
|
| 424 |
+
-0.7211834192276001,
|
| 425 |
+
-0.5230146646499634,
|
| 426 |
+
0.0,
|
| 427 |
+
0.0
|
| 428 |
+
],
|
| 429 |
+
"max": [
|
| 430 |
+
0.3092740774154663,
|
| 431 |
+
0.1820300817489624,
|
| 432 |
+
0.14251869916915894,
|
| 433 |
+
0.5032868385314941,
|
| 434 |
+
1.2661592960357666,
|
| 435 |
+
1.0613762140274048,
|
| 436 |
+
4.0,
|
| 437 |
+
4.0
|
| 438 |
+
],
|
| 439 |
+
"mean": [
|
| 440 |
+
0.0004360519545221586,
|
| 441 |
+
-0.0005554007460414296,
|
| 442 |
+
0.0015054681158036464,
|
| 443 |
+
-0.004965692483589909,
|
| 444 |
+
-0.0020873601499358406,
|
| 445 |
+
0.0021619719513340423,
|
| 446 |
+
1.9353254866341085,
|
| 447 |
+
1.940492594340788
|
| 448 |
+
],
|
| 449 |
+
"std": [
|
| 450 |
+
0.006162480012583003,
|
| 451 |
+
0.007316918516116825,
|
| 452 |
+
0.009881531567509863,
|
| 453 |
+
0.02911117833634982,
|
| 454 |
+
0.023404529322380418,
|
| 455 |
+
0.027688798298812833,
|
| 456 |
+
1.5113367237029034,
|
| 457 |
+
1.5094553586692645
|
| 458 |
+
],
|
| 459 |
+
"count": [
|
| 460 |
+
368563
|
| 461 |
+
],
|
| 462 |
+
"q01": [
|
| 463 |
+
-0.02067915428429842,
|
| 464 |
+
-0.02470662545412779,
|
| 465 |
+
-0.013526624646037818,
|
| 466 |
+
-0.137819265127182,
|
| 467 |
+
-0.08957907557487488,
|
| 468 |
+
-0.08412921279668809,
|
| 469 |
+
0.0,
|
| 470 |
+
0.0
|
| 471 |
+
],
|
| 472 |
+
"q10": [
|
| 473 |
+
-0.0023731176275759935,
|
| 474 |
+
-0.006546472664922474,
|
| 475 |
+
-0.003851905418559907,
|
| 476 |
+
-0.016279266402125347,
|
| 477 |
+
-0.021736614406108856,
|
| 478 |
+
-0.00726889744400978,
|
| 479 |
+
0.4212162673473358,
|
| 480 |
+
0.4333578288555146
|
| 481 |
+
],
|
| 482 |
+
"q50": [
|
| 483 |
+
7.14299239916727e-05,
|
| 484 |
+
-1.1302471421004157e-06,
|
| 485 |
+
0.0,
|
| 486 |
+
-2.031477924901992e-05,
|
| 487 |
+
-1.8348315279581584e-05,
|
| 488 |
+
1.0634319551172666e-05,
|
| 489 |
+
1.1737638711929321,
|
| 490 |
+
1.14480459690094
|
| 491 |
+
],
|
| 492 |
+
"q90": [
|
| 493 |
+
0.005768927745521069,
|
| 494 |
+
0.0026097313500940784,
|
| 495 |
+
0.005172805581241842,
|
| 496 |
+
0.0038470476400107117,
|
| 497 |
+
0.003671785583719611,
|
| 498 |
+
0.01644484810531139,
|
| 499 |
+
3.999993324279785,
|
| 500 |
+
3.999969959259033
|
| 501 |
+
],
|
| 502 |
+
"q99": [
|
| 503 |
+
0.015899009630084043,
|
| 504 |
+
0.025465089827775955,
|
| 505 |
+
0.046063328906893734,
|
| 506 |
+
0.03770875766873373,
|
| 507 |
+
0.08306546345353127,
|
| 508 |
+
0.10467611327767384,
|
| 509 |
+
4.0,
|
| 510 |
+
4.0
|
| 511 |
+
]
|
| 512 |
+
},
|
| 513 |
+
"action": {
|
| 514 |
+
"min": [
|
| 515 |
+
-2.8781754970550537,
|
| 516 |
+
-1.7624928951263428,
|
| 517 |
+
-2.33219313621521,
|
| 518 |
+
-3.071800708770752,
|
| 519 |
+
-2.5769600868225098,
|
| 520 |
+
-0.017445340752601624,
|
| 521 |
+
-2.89730167388916,
|
| 522 |
+
0.0,
|
| 523 |
+
0.0
|
| 524 |
+
],
|
| 525 |
+
"max": [
|
| 526 |
+
2.863164186477661,
|
| 527 |
+
1.7321133613586426,
|
| 528 |
+
2.8973138332366943,
|
| 529 |
+
-0.07307858765125275,
|
| 530 |
+
2.89730167388916,
|
| 531 |
+
3.752532482147217,
|
| 532 |
+
1.9737281799316406,
|
| 533 |
+
4.0,
|
| 534 |
+
4.0
|
| 535 |
+
],
|
| 536 |
+
"mean": [
|
| 537 |
+
0.19584326533618807,
|
| 538 |
+
-0.7014516550636621,
|
| 539 |
+
-0.19489216690740702,
|
| 540 |
+
-2.120710735065195,
|
| 541 |
+
-0.2676282645612828,
|
| 542 |
+
2.7275969477253477,
|
| 543 |
+
-0.015891237972047997,
|
| 544 |
+
1.9353254866341085,
|
| 545 |
+
1.940492594340788
|
| 546 |
+
],
|
| 547 |
+
"std": [
|
| 548 |
+
1.0025742701322131,
|
| 549 |
+
0.5324878316505426,
|
| 550 |
+
0.9854416591745696,
|
| 551 |
+
0.49939105343626705,
|
| 552 |
+
0.5022944888139753,
|
| 553 |
+
0.5883098273314421,
|
| 554 |
+
0.8616944424883576,
|
| 555 |
+
1.5113367237029034,
|
| 556 |
+
1.5094553586692645
|
| 557 |
+
],
|
| 558 |
+
"count": [
|
| 559 |
+
368563
|
| 560 |
+
],
|
| 561 |
+
"q01": [
|
| 562 |
+
-2.324575514793396,
|
| 563 |
+
-1.6787706112861633,
|
| 564 |
+
-1.9808432126045228,
|
| 565 |
+
-2.9722514152526855,
|
| 566 |
+
-1.39967041015625,
|
| 567 |
+
0.9085780227184296,
|
| 568 |
+
-1.8239710688591004,
|
| 569 |
+
0.0,
|
| 570 |
+
0.0
|
| 571 |
+
],
|
| 572 |
+
"q10": [
|
| 573 |
+
-1.3007081031799312,
|
| 574 |
+
-1.4395741939544677,
|
| 575 |
+
-1.4481438875198365,
|
| 576 |
+
-2.753849506378174,
|
| 577 |
+
-0.8502126216888427,
|
| 578 |
+
1.8516165733337402,
|
| 579 |
+
-0.8661877393722534,
|
| 580 |
+
0.4212162673473358,
|
| 581 |
+
0.4333578288555146
|
| 582 |
+
],
|
| 583 |
+
"q50": [
|
| 584 |
+
0.2815524637699127,
|
| 585 |
+
-0.7518705725669861,
|
| 586 |
+
-0.19934768974781036,
|
| 587 |
+
-2.170017957687378,
|
| 588 |
+
-0.23320087790489197,
|
| 589 |
+
2.8296353816986084,
|
| 590 |
+
-0.19621585309505463,
|
| 591 |
+
1.1737638711929321,
|
| 592 |
+
1.14480459690094
|
| 593 |
+
],
|
| 594 |
+
"q90": [
|
| 595 |
+
1.466719603538513,
|
| 596 |
+
-0.0034762405324727345,
|
| 597 |
+
1.2762044668197632,
|
| 598 |
+
-1.4377816200256348,
|
| 599 |
+
0.30926838517189015,
|
| 600 |
+
3.37098708152771,
|
| 601 |
+
1.4703677415847778,
|
| 602 |
+
3.999993324279785,
|
| 603 |
+
3.999969959259033
|
| 604 |
+
],
|
| 605 |
+
"q99": [
|
| 606 |
+
2.1975234079360964,
|
| 607 |
+
0.7579870474338541,
|
| 608 |
+
1.974041085243225,
|
| 609 |
+
-0.8504965329170221,
|
| 610 |
+
1.3133732891082774,
|
| 611 |
+
3.6980456113815308,
|
| 612 |
+
1.8298677206039429,
|
| 613 |
+
4.0,
|
| 614 |
+
4.0
|
| 615 |
+
]
|
| 616 |
+
},
|
| 617 |
+
"observation.state": {
|
| 618 |
+
"min": [
|
| 619 |
+
-2.8781754970550537,
|
| 620 |
+
-1.7624928951263428,
|
| 621 |
+
-2.33219313621521,
|
| 622 |
+
-3.071800708770752,
|
| 623 |
+
-2.5769600868225098,
|
| 624 |
+
-0.017445340752601624,
|
| 625 |
+
-2.89730167388916,
|
| 626 |
+
0.0,
|
| 627 |
+
0.0
|
| 628 |
+
],
|
| 629 |
+
"max": [
|
| 630 |
+
2.863164186477661,
|
| 631 |
+
1.7321133613586426,
|
| 632 |
+
2.8973138332366943,
|
| 633 |
+
-0.07307858765125275,
|
| 634 |
+
2.89730167388916,
|
| 635 |
+
3.752532482147217,
|
| 636 |
+
1.9737281799316406,
|
| 637 |
+
4.0,
|
| 638 |
+
4.0
|
| 639 |
+
],
|
| 640 |
+
"mean": [
|
| 641 |
+
0.19394447679429427,
|
| 642 |
+
-0.7000588777066928,
|
| 643 |
+
-0.19305133718661033,
|
| 644 |
+
-2.128272047459657,
|
| 645 |
+
-0.2655266449379664,
|
| 646 |
+
2.730823627247534,
|
| 647 |
+
-0.010313801085210355,
|
| 648 |
+
1.9604296002788137,
|
| 649 |
+
1.9657517539330902
|
| 650 |
+
],
|
| 651 |
+
"std": [
|
| 652 |
+
0.9962971986772982,
|
| 653 |
+
0.5304815350200381,
|
| 654 |
+
0.9798852526994618,
|
| 655 |
+
0.5009110384669898,
|
| 656 |
+
0.4993704204224364,
|
| 657 |
+
0.5853399297124777,
|
| 658 |
+
0.8604471307059265,
|
| 659 |
+
1.519829466175166,
|
| 660 |
+
1.5176657460471519
|
| 661 |
+
],
|
| 662 |
+
"count": [
|
| 663 |
+
368563
|
| 664 |
+
],
|
| 665 |
+
"q01": [
|
| 666 |
+
-2.3162600088119505,
|
| 667 |
+
-1.6785659098625183,
|
| 668 |
+
-1.9785850954055786,
|
| 669 |
+
-2.9722299575805664,
|
| 670 |
+
-1.3987402248382568,
|
| 671 |
+
0.9107511043548584,
|
| 672 |
+
-1.8234915876388549,
|
| 673 |
+
0.0,
|
| 674 |
+
0.0
|
| 675 |
+
],
|
| 676 |
+
"q10": [
|
| 677 |
+
-1.2912710189819336,
|
| 678 |
+
-1.4361767053604126,
|
| 679 |
+
-1.443800950050354,
|
| 680 |
+
-2.7706595420837403,
|
| 681 |
+
-0.8466357707977294,
|
| 682 |
+
1.8581636667251589,
|
| 683 |
+
-0.8652869343757629,
|
| 684 |
+
0.42511044144630433,
|
| 685 |
+
0.43758708238601685
|
| 686 |
+
],
|
| 687 |
+
"q50": [
|
| 688 |
+
0.2721702456474304,
|
| 689 |
+
-0.7465396523475647,
|
| 690 |
+
-0.19104936718940735,
|
| 691 |
+
-2.1763134002685547,
|
| 692 |
+
-0.226056769490242,
|
| 693 |
+
2.8363635540008545,
|
| 694 |
+
-0.18814986944198608,
|
| 695 |
+
1.1947158575057983,
|
| 696 |
+
1.168236255645752
|
| 697 |
+
],
|
| 698 |
+
"q90": [
|
| 699 |
+
1.458932137489319,
|
| 700 |
+
-0.005583396926522256,
|
| 701 |
+
1.2703106880187989,
|
| 702 |
+
-1.4412747621536255,
|
| 703 |
+
0.3055258929729458,
|
| 704 |
+
3.36979341506958,
|
| 705 |
+
1.4665442943572995,
|
| 706 |
+
3.9999947547912598,
|
| 707 |
+
3.999972105026245
|
| 708 |
+
],
|
| 709 |
+
"q99": [
|
| 710 |
+
2.188681650161743,
|
| 711 |
+
0.7525919473171241,
|
| 712 |
+
1.9736787748336795,
|
| 713 |
+
-0.858121633529663,
|
| 714 |
+
1.3008160567283633,
|
| 715 |
+
3.696779251098633,
|
| 716 |
+
1.8295376300811768,
|
| 717 |
+
4.0,
|
| 718 |
+
4.0
|
| 719 |
+
]
|
| 720 |
+
},
|
| 721 |
+
"observation.images.front": {
|
| 722 |
+
"min": [
|
| 723 |
+
[
|
| 724 |
+
[
|
| 725 |
+
0.0
|
| 726 |
+
]
|
| 727 |
+
],
|
| 728 |
+
[
|
| 729 |
+
[
|
| 730 |
+
0.0
|
| 731 |
+
]
|
| 732 |
+
],
|
| 733 |
+
[
|
| 734 |
+
[
|
| 735 |
+
0.0
|
| 736 |
+
]
|
| 737 |
+
]
|
| 738 |
+
],
|
| 739 |
+
"max": [
|
| 740 |
+
[
|
| 741 |
+
[
|
| 742 |
+
1.0
|
| 743 |
+
]
|
| 744 |
+
],
|
| 745 |
+
[
|
| 746 |
+
[
|
| 747 |
+
1.0
|
| 748 |
+
]
|
| 749 |
+
],
|
| 750 |
+
[
|
| 751 |
+
[
|
| 752 |
+
1.0
|
| 753 |
+
]
|
| 754 |
+
]
|
| 755 |
+
],
|
| 756 |
+
"mean": [
|
| 757 |
+
[
|
| 758 |
+
[
|
| 759 |
+
0.602235061120408
|
| 760 |
+
]
|
| 761 |
+
],
|
| 762 |
+
[
|
| 763 |
+
[
|
| 764 |
+
0.5274797244574234
|
| 765 |
+
]
|
| 766 |
+
],
|
| 767 |
+
[
|
| 768 |
+
[
|
| 769 |
+
0.4537424508949785
|
| 770 |
+
]
|
| 771 |
+
]
|
| 772 |
+
],
|
| 773 |
+
"std": [
|
| 774 |
+
[
|
| 775 |
+
[
|
| 776 |
+
0.16053818867411287
|
| 777 |
+
]
|
| 778 |
+
],
|
| 779 |
+
[
|
| 780 |
+
[
|
| 781 |
+
0.17381306164449584
|
| 782 |
+
]
|
| 783 |
+
],
|
| 784 |
+
[
|
| 785 |
+
[
|
| 786 |
+
0.1760130499888398
|
| 787 |
+
]
|
| 788 |
+
]
|
| 789 |
+
],
|
| 790 |
+
"count": [
|
| 791 |
+
304818
|
| 792 |
+
],
|
| 793 |
+
"q01": [
|
| 794 |
+
[
|
| 795 |
+
[
|
| 796 |
+
0.14524412571614748
|
| 797 |
+
]
|
| 798 |
+
],
|
| 799 |
+
[
|
| 800 |
+
[
|
| 801 |
+
0.10578653207796827
|
| 802 |
+
]
|
| 803 |
+
],
|
| 804 |
+
[
|
| 805 |
+
[
|
| 806 |
+
0.07092884399960563
|
| 807 |
+
]
|
| 808 |
+
]
|
| 809 |
+
],
|
| 810 |
+
"q10": [
|
| 811 |
+
[
|
| 812 |
+
[
|
| 813 |
+
0.3283432504395472
|
| 814 |
+
]
|
| 815 |
+
],
|
| 816 |
+
[
|
| 817 |
+
[
|
| 818 |
+
0.25313499174119414
|
| 819 |
+
]
|
| 820 |
+
],
|
| 821 |
+
[
|
| 822 |
+
[
|
| 823 |
+
0.18749518201714985
|
| 824 |
+
]
|
| 825 |
+
]
|
| 826 |
+
],
|
| 827 |
+
"q50": [
|
| 828 |
+
[
|
| 829 |
+
[
|
| 830 |
+
0.6289721923025414
|
| 831 |
+
]
|
| 832 |
+
],
|
| 833 |
+
[
|
| 834 |
+
[
|
| 835 |
+
0.5318148640814339
|
| 836 |
+
]
|
| 837 |
+
],
|
| 838 |
+
[
|
| 839 |
+
[
|
| 840 |
+
0.43316930533200243
|
| 841 |
+
]
|
| 842 |
+
]
|
| 843 |
+
],
|
| 844 |
+
"q90": [
|
| 845 |
+
[
|
| 846 |
+
[
|
| 847 |
+
0.8414092890047831
|
| 848 |
+
]
|
| 849 |
+
],
|
| 850 |
+
[
|
| 851 |
+
[
|
| 852 |
+
0.800713944202691
|
| 853 |
+
]
|
| 854 |
+
],
|
| 855 |
+
[
|
| 856 |
+
[
|
| 857 |
+
0.7546359705801724
|
| 858 |
+
]
|
| 859 |
+
]
|
| 860 |
+
],
|
| 861 |
+
"q99": [
|
| 862 |
+
[
|
| 863 |
+
[
|
| 864 |
+
0.8909500334435565
|
| 865 |
+
]
|
| 866 |
+
],
|
| 867 |
+
[
|
| 868 |
+
[
|
| 869 |
+
0.8792444806410751
|
| 870 |
+
]
|
| 871 |
+
],
|
| 872 |
+
[
|
| 873 |
+
[
|
| 874 |
+
0.8743427002387812
|
| 875 |
+
]
|
| 876 |
+
]
|
| 877 |
+
]
|
| 878 |
+
},
|
| 879 |
+
"observation.images.left": {
|
| 880 |
+
"min": [
|
| 881 |
+
[
|
| 882 |
+
[
|
| 883 |
+
0.0
|
| 884 |
+
]
|
| 885 |
+
],
|
| 886 |
+
[
|
| 887 |
+
[
|
| 888 |
+
0.0
|
| 889 |
+
]
|
| 890 |
+
],
|
| 891 |
+
[
|
| 892 |
+
[
|
| 893 |
+
0.0
|
| 894 |
+
]
|
| 895 |
+
]
|
| 896 |
+
],
|
| 897 |
+
"max": [
|
| 898 |
+
[
|
| 899 |
+
[
|
| 900 |
+
1.0
|
| 901 |
+
]
|
| 902 |
+
],
|
| 903 |
+
[
|
| 904 |
+
[
|
| 905 |
+
1.0
|
| 906 |
+
]
|
| 907 |
+
],
|
| 908 |
+
[
|
| 909 |
+
[
|
| 910 |
+
1.0
|
| 911 |
+
]
|
| 912 |
+
]
|
| 913 |
+
],
|
| 914 |
+
"mean": [
|
| 915 |
+
[
|
| 916 |
+
[
|
| 917 |
+
0.5047194635239561
|
| 918 |
+
]
|
| 919 |
+
],
|
| 920 |
+
[
|
| 921 |
+
[
|
| 922 |
+
0.4514936379838242
|
| 923 |
+
]
|
| 924 |
+
],
|
| 925 |
+
[
|
| 926 |
+
[
|
| 927 |
+
0.40260394319274867
|
| 928 |
+
]
|
| 929 |
+
]
|
| 930 |
+
],
|
| 931 |
+
"std": [
|
| 932 |
+
[
|
| 933 |
+
[
|
| 934 |
+
0.15991207833508186
|
| 935 |
+
]
|
| 936 |
+
],
|
| 937 |
+
[
|
| 938 |
+
[
|
| 939 |
+
0.16336681565944963
|
| 940 |
+
]
|
| 941 |
+
],
|
| 942 |
+
[
|
| 943 |
+
[
|
| 944 |
+
0.1572503540474715
|
| 945 |
+
]
|
| 946 |
+
]
|
| 947 |
+
],
|
| 948 |
+
"count": [
|
| 949 |
+
304818
|
| 950 |
+
],
|
| 951 |
+
"q01": [
|
| 952 |
+
[
|
| 953 |
+
[
|
| 954 |
+
0.12610305181284562
|
| 955 |
+
]
|
| 956 |
+
],
|
| 957 |
+
[
|
| 958 |
+
[
|
| 959 |
+
0.10207133940962858
|
| 960 |
+
]
|
| 961 |
+
],
|
| 962 |
+
[
|
| 963 |
+
[
|
| 964 |
+
0.07639734022266617
|
| 965 |
+
]
|
| 966 |
+
]
|
| 967 |
+
],
|
| 968 |
+
"q10": [
|
| 969 |
+
[
|
| 970 |
+
[
|
| 971 |
+
0.2758452944035861
|
| 972 |
+
]
|
| 973 |
+
],
|
| 974 |
+
[
|
| 975 |
+
[
|
| 976 |
+
0.22180256372217802
|
| 977 |
+
]
|
| 978 |
+
],
|
| 979 |
+
[
|
| 980 |
+
[
|
| 981 |
+
0.16933546040232086
|
| 982 |
+
]
|
| 983 |
+
]
|
| 984 |
+
],
|
| 985 |
+
"q50": [
|
| 986 |
+
[
|
| 987 |
+
[
|
| 988 |
+
0.4997220274591822
|
| 989 |
+
]
|
| 990 |
+
],
|
| 991 |
+
[
|
| 992 |
+
[
|
| 993 |
+
0.4418907393744304
|
| 994 |
+
]
|
| 995 |
+
],
|
| 996 |
+
[
|
| 997 |
+
[
|
| 998 |
+
0.3789323803548722
|
| 999 |
+
]
|
| 1000 |
+
]
|
| 1001 |
+
],
|
| 1002 |
+
"q90": [
|
| 1003 |
+
[
|
| 1004 |
+
[
|
| 1005 |
+
0.7305100372169575
|
| 1006 |
+
]
|
| 1007 |
+
],
|
| 1008 |
+
[
|
| 1009 |
+
[
|
| 1010 |
+
0.6892517909646698
|
| 1011 |
+
]
|
| 1012 |
+
],
|
| 1013 |
+
[
|
| 1014 |
+
[
|
| 1015 |
+
0.6769016245453418
|
| 1016 |
+
]
|
| 1017 |
+
]
|
| 1018 |
+
],
|
| 1019 |
+
"q99": [
|
| 1020 |
+
[
|
| 1021 |
+
[
|
| 1022 |
+
0.8073213770717792
|
| 1023 |
+
]
|
| 1024 |
+
],
|
| 1025 |
+
[
|
| 1026 |
+
[
|
| 1027 |
+
0.7950762430064926
|
| 1028 |
+
]
|
| 1029 |
+
],
|
| 1030 |
+
[
|
| 1031 |
+
[
|
| 1032 |
+
0.7938573884317331
|
| 1033 |
+
]
|
| 1034 |
+
]
|
| 1035 |
+
]
|
| 1036 |
+
},
|
| 1037 |
+
"observation.images.wrist": {
|
| 1038 |
+
"min": [
|
| 1039 |
+
[
|
| 1040 |
+
[
|
| 1041 |
+
0.0
|
| 1042 |
+
]
|
| 1043 |
+
],
|
| 1044 |
+
[
|
| 1045 |
+
[
|
| 1046 |
+
0.0
|
| 1047 |
+
]
|
| 1048 |
+
],
|
| 1049 |
+
[
|
| 1050 |
+
[
|
| 1051 |
+
0.0
|
| 1052 |
+
]
|
| 1053 |
+
]
|
| 1054 |
+
],
|
| 1055 |
+
"max": [
|
| 1056 |
+
[
|
| 1057 |
+
[
|
| 1058 |
+
1.0
|
| 1059 |
+
]
|
| 1060 |
+
],
|
| 1061 |
+
[
|
| 1062 |
+
[
|
| 1063 |
+
1.0
|
| 1064 |
+
]
|
| 1065 |
+
],
|
| 1066 |
+
[
|
| 1067 |
+
[
|
| 1068 |
+
1.0
|
| 1069 |
+
]
|
| 1070 |
+
]
|
| 1071 |
+
],
|
| 1072 |
+
"mean": [
|
| 1073 |
+
[
|
| 1074 |
+
[
|
| 1075 |
+
0.5808839479161547
|
| 1076 |
+
]
|
| 1077 |
+
],
|
| 1078 |
+
[
|
| 1079 |
+
[
|
| 1080 |
+
0.534425795574181
|
| 1081 |
+
]
|
| 1082 |
+
],
|
| 1083 |
+
[
|
| 1084 |
+
[
|
| 1085 |
+
0.4837439782091443
|
| 1086 |
+
]
|
| 1087 |
+
]
|
| 1088 |
+
],
|
| 1089 |
+
"std": [
|
| 1090 |
+
[
|
| 1091 |
+
[
|
| 1092 |
+
0.1282667778041871
|
| 1093 |
+
]
|
| 1094 |
+
],
|
| 1095 |
+
[
|
| 1096 |
+
[
|
| 1097 |
+
0.14290709386575126
|
| 1098 |
+
]
|
| 1099 |
+
],
|
| 1100 |
+
[
|
| 1101 |
+
[
|
| 1102 |
+
0.15046290211091243
|
| 1103 |
+
]
|
| 1104 |
+
]
|
| 1105 |
+
],
|
| 1106 |
+
"count": [
|
| 1107 |
+
304818
|
| 1108 |
+
],
|
| 1109 |
+
"q01": [
|
| 1110 |
+
[
|
| 1111 |
+
[
|
| 1112 |
+
0.15267880984083904
|
| 1113 |
+
]
|
| 1114 |
+
],
|
| 1115 |
+
[
|
| 1116 |
+
[
|
| 1117 |
+
0.1233564157864334
|
| 1118 |
+
]
|
| 1119 |
+
],
|
| 1120 |
+
[
|
| 1121 |
+
[
|
| 1122 |
+
0.08840516649869491
|
| 1123 |
+
]
|
| 1124 |
+
]
|
| 1125 |
+
],
|
| 1126 |
+
"q10": [
|
| 1127 |
+
[
|
| 1128 |
+
[
|
| 1129 |
+
0.32964000013150163
|
| 1130 |
+
]
|
| 1131 |
+
],
|
| 1132 |
+
[
|
| 1133 |
+
[
|
| 1134 |
+
0.2923640073617146
|
| 1135 |
+
]
|
| 1136 |
+
],
|
| 1137 |
+
[
|
| 1138 |
+
[
|
| 1139 |
+
0.23030245776585984
|
| 1140 |
+
]
|
| 1141 |
+
]
|
| 1142 |
+
],
|
| 1143 |
+
"q50": [
|
| 1144 |
+
[
|
| 1145 |
+
[
|
| 1146 |
+
0.595121266566838
|
| 1147 |
+
]
|
| 1148 |
+
],
|
| 1149 |
+
[
|
| 1150 |
+
[
|
| 1151 |
+
0.5405675245748108
|
| 1152 |
+
]
|
| 1153 |
+
],
|
| 1154 |
+
[
|
| 1155 |
+
[
|
| 1156 |
+
0.4884383500950144
|
| 1157 |
+
]
|
| 1158 |
+
]
|
| 1159 |
+
],
|
| 1160 |
+
"q90": [
|
| 1161 |
+
[
|
| 1162 |
+
[
|
| 1163 |
+
0.8049838707087754
|
| 1164 |
+
]
|
| 1165 |
+
],
|
| 1166 |
+
[
|
| 1167 |
+
[
|
| 1168 |
+
0.7681095044776163
|
| 1169 |
+
]
|
| 1170 |
+
],
|
| 1171 |
+
[
|
| 1172 |
+
[
|
| 1173 |
+
0.7368911437992164
|
| 1174 |
+
]
|
| 1175 |
+
]
|
| 1176 |
+
],
|
| 1177 |
+
"q99": [
|
| 1178 |
+
[
|
| 1179 |
+
[
|
| 1180 |
+
0.8676682082621231
|
| 1181 |
+
]
|
| 1182 |
+
],
|
| 1183 |
+
[
|
| 1184 |
+
[
|
| 1185 |
+
0.8495183020512128
|
| 1186 |
+
]
|
| 1187 |
+
],
|
| 1188 |
+
[
|
| 1189 |
+
[
|
| 1190 |
+
0.8375833404952681
|
| 1191 |
+
]
|
| 1192 |
+
]
|
| 1193 |
+
]
|
| 1194 |
+
},
|
| 1195 |
+
"timestamp": {
|
| 1196 |
+
"min": [
|
| 1197 |
+
0.0
|
| 1198 |
+
],
|
| 1199 |
+
"max": [
|
| 1200 |
+
22.200000762939453
|
| 1201 |
+
],
|
| 1202 |
+
"mean": [
|
| 1203 |
+
5.900373071850831
|
| 1204 |
+
],
|
| 1205 |
+
"std": [
|
| 1206 |
+
4.054859263760061
|
| 1207 |
+
],
|
| 1208 |
+
"count": [
|
| 1209 |
+
368563
|
| 1210 |
+
],
|
| 1211 |
+
"q01": [
|
| 1212 |
+
0.10000000149011612
|
| 1213 |
+
],
|
| 1214 |
+
"q10": [
|
| 1215 |
+
1.0
|
| 1216 |
+
],
|
| 1217 |
+
"q50": [
|
| 1218 |
+
5.300000190734863
|
| 1219 |
+
],
|
| 1220 |
+
"q90": [
|
| 1221 |
+
11.800000190734863
|
| 1222 |
+
],
|
| 1223 |
+
"q99": [
|
| 1224 |
+
16.799999237060547
|
| 1225 |
+
]
|
| 1226 |
+
},
|
| 1227 |
+
"frame_index": {
|
| 1228 |
+
"min": [
|
| 1229 |
+
0.0
|
| 1230 |
+
],
|
| 1231 |
+
"max": [
|
| 1232 |
+
222.0
|
| 1233 |
+
],
|
| 1234 |
+
"mean": [
|
| 1235 |
+
59.00373070546962
|
| 1236 |
+
],
|
| 1237 |
+
"std": [
|
| 1238 |
+
40.54859262225398
|
| 1239 |
+
],
|
| 1240 |
+
"count": [
|
| 1241 |
+
368563
|
| 1242 |
+
],
|
| 1243 |
+
"q01": [
|
| 1244 |
+
1.0
|
| 1245 |
+
],
|
| 1246 |
+
"q10": [
|
| 1247 |
+
10.0
|
| 1248 |
+
],
|
| 1249 |
+
"q50": [
|
| 1250 |
+
53.0
|
| 1251 |
+
],
|
| 1252 |
+
"q90": [
|
| 1253 |
+
118.0
|
| 1254 |
+
],
|
| 1255 |
+
"q99": [
|
| 1256 |
+
168.0
|
| 1257 |
+
]
|
| 1258 |
+
},
|
| 1259 |
+
"episode_index": {
|
| 1260 |
+
"min": [
|
| 1261 |
+
0.0
|
| 1262 |
+
],
|
| 1263 |
+
"max": [
|
| 1264 |
+
3438.0
|
| 1265 |
+
],
|
| 1266 |
+
"mean": [
|
| 1267 |
+
1668.3657366583188
|
| 1268 |
+
],
|
| 1269 |
+
"std": [
|
| 1270 |
+
1016.9469024076689
|
| 1271 |
+
],
|
| 1272 |
+
"count": [
|
| 1273 |
+
368563
|
| 1274 |
+
],
|
| 1275 |
+
"q01": [
|
| 1276 |
+
33.0
|
| 1277 |
+
],
|
| 1278 |
+
"q10": [
|
| 1279 |
+
319.0
|
| 1280 |
+
],
|
| 1281 |
+
"q50": [
|
| 1282 |
+
1577.0
|
| 1283 |
+
],
|
| 1284 |
+
"q90": [
|
| 1285 |
+
3151.0
|
| 1286 |
+
],
|
| 1287 |
+
"q99": [
|
| 1288 |
+
3413.0
|
| 1289 |
+
]
|
| 1290 |
+
},
|
| 1291 |
+
"index": {
|
| 1292 |
+
"min": [
|
| 1293 |
+
0.0
|
| 1294 |
+
],
|
| 1295 |
+
"max": [
|
| 1296 |
+
368562.0
|
| 1297 |
+
],
|
| 1298 |
+
"mean": [
|
| 1299 |
+
184281.0
|
| 1300 |
+
],
|
| 1301 |
+
"std": [
|
| 1302 |
+
106394.9736312764
|
| 1303 |
+
],
|
| 1304 |
+
"count": [
|
| 1305 |
+
368563
|
| 1306 |
+
],
|
| 1307 |
+
"q01": [
|
| 1308 |
+
3685.62
|
| 1309 |
+
],
|
| 1310 |
+
"q10": [
|
| 1311 |
+
36856.200000000004
|
| 1312 |
+
],
|
| 1313 |
+
"q50": [
|
| 1314 |
+
184281.0
|
| 1315 |
+
],
|
| 1316 |
+
"q90": [
|
| 1317 |
+
331705.8
|
| 1318 |
+
],
|
| 1319 |
+
"q99": [
|
| 1320 |
+
364876.38
|
| 1321 |
+
]
|
| 1322 |
+
},
|
| 1323 |
+
"task_index": {
|
| 1324 |
+
"min": [
|
| 1325 |
+
0.0
|
| 1326 |
+
],
|
| 1327 |
+
"max": [
|
| 1328 |
+
453.0
|
| 1329 |
+
],
|
| 1330 |
+
"mean": [
|
| 1331 |
+
231.45291578373303
|
| 1332 |
+
],
|
| 1333 |
+
"std": [
|
| 1334 |
+
131.6187596105948
|
| 1335 |
+
],
|
| 1336 |
+
"count": [
|
| 1337 |
+
368563
|
| 1338 |
+
],
|
| 1339 |
+
"q01": [
|
| 1340 |
+
4.0
|
| 1341 |
+
],
|
| 1342 |
+
"q10": [
|
| 1343 |
+
48.0
|
| 1344 |
+
],
|
| 1345 |
+
"q50": [
|
| 1346 |
+
238.0
|
| 1347 |
+
],
|
| 1348 |
+
"q90": [
|
| 1349 |
+
411.0
|
| 1350 |
+
],
|
| 1351 |
+
"q99": [
|
| 1352 |
+
446.0
|
| 1353 |
+
]
|
| 1354 |
+
}
|
| 1355 |
+
}
|
meta/tasks.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a87e4393905662880c635de8b370278018f35f5cdfda3e88131276f88670d983
|
| 3 |
+
size 10909
|
meta/verification_report.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"generated_at_utc": "2026-07-20T05:48:41.076622+00:00",
|
| 3 |
+
"status": "pass",
|
| 4 |
+
"stats_status": "complete",
|
| 5 |
+
"source_frames": 368563,
|
| 6 |
+
"source_episodes": 3439,
|
| 7 |
+
"source_state_shape": [
|
| 8 |
+
368563,
|
| 9 |
+
9
|
| 10 |
+
],
|
| 11 |
+
"source_action_shape": [
|
| 12 |
+
368563,
|
| 13 |
+
9
|
| 14 |
+
],
|
| 15 |
+
"source_nonterminal_action_equals_next_state_bitwise": true,
|
| 16 |
+
"source_terminal_action_equals_terminal_state_bitwise": true,
|
| 17 |
+
"canonical_action_vs_source_bitwise_equal": true,
|
| 18 |
+
"canonical_action_vs_joint_abs_bitwise_equal": true,
|
| 19 |
+
"both_fingers_all_spaces_bitwise_equal": true,
|
| 20 |
+
"selected_views_only": true,
|
| 21 |
+
"stored_arrays_readback_bitwise_equal": true,
|
| 22 |
+
"nonconverted_data_columns_arrow_equal": true,
|
| 23 |
+
"numeric_thresholds": {
|
| 24 |
+
"position_m": 1e-05,
|
| 25 |
+
"rotation_rad": 0.0001
|
| 26 |
+
},
|
| 27 |
+
"numeric_metrics": {
|
| 28 |
+
"quat_vs_source_fk_max_position_m": 4.7349653313698595e-08,
|
| 29 |
+
"quat_vs_source_fk_max_rotation_rad": 1.0323827311807144e-07,
|
| 30 |
+
"rot6d_vs_source_fk_max_position_m": 4.7349653313698595e-08,
|
| 31 |
+
"rot6d_vs_source_fk_max_rotation_rad": 5.960464477539064e-08,
|
| 32 |
+
"delta_vs_source_fk_max_position_m": 2.7600587847167534e-08,
|
| 33 |
+
"delta_vs_source_fk_max_rotation_rad": 1.429269171748377e-07,
|
| 34 |
+
"quat_norm_max_abs_error": 1.1920928955078125e-07,
|
| 35 |
+
"rot6d_col_norm_max_abs_error": 5.960464477539063e-08,
|
| 36 |
+
"rot6d_col_dot_max_abs": 8.940696716308594e-08
|
| 37 |
+
},
|
| 38 |
+
"robot_only_kinematic": {
|
| 39 |
+
"status": "pass",
|
| 40 |
+
"source_joint_branch_equivalence_status": "pass",
|
| 41 |
+
"counts": {
|
| 42 |
+
"episodes": 8,
|
| 43 |
+
"numeric_pass": 8,
|
| 44 |
+
"target_equivalence_pass": 8,
|
| 45 |
+
"kinematic_equivalence_pass": 8,
|
| 46 |
+
"strict_ik_pass": 8
|
| 47 |
+
},
|
| 48 |
+
"report": "meta/robot_only_kinematic_report.json",
|
| 49 |
+
"note": "Representation equivalence is the conversion criterion. A partial source-joint branch result can occur because 7-DOF IK is redundant and local DLS may select a different branch."
|
| 50 |
+
},
|
| 51 |
+
"simulator_canary": {
|
| 52 |
+
"status": "pending",
|
| 53 |
+
"note": "Full ARNOLD scene replay is a separate validation stage."
|
| 54 |
+
},
|
| 55 |
+
"stats_verification": {
|
| 56 |
+
"status": "pass",
|
| 57 |
+
"lerobot_version": "0.6.0",
|
| 58 |
+
"frame_count": 368563,
|
| 59 |
+
"numeric_fields_checked": 12,
|
| 60 |
+
"direct_float64_min_max_mean_std_max_abs_difference": 0.0,
|
| 61 |
+
"action_and_joint_abs_stats_exactly_equal": true,
|
| 62 |
+
"all_numeric_stats_rewritten_from_output_parquet": true,
|
| 63 |
+
"repaired_at_utc": "2026-07-20T05:50:17.388171+00:00"
|
| 64 |
+
},
|
| 65 |
+
"video_sample_decode": {
|
| 66 |
+
"status": "pass",
|
| 67 |
+
"backend": "pyav",
|
| 68 |
+
"fields": {
|
| 69 |
+
"observation.images.front": {
|
| 70 |
+
"status": "pass",
|
| 71 |
+
"file": "videos/observation.images.front/chunk-000/file-000.mp4",
|
| 72 |
+
"shape_hwc": [
|
| 73 |
+
480,
|
| 74 |
+
480,
|
| 75 |
+
3
|
| 76 |
+
]
|
| 77 |
+
},
|
| 78 |
+
"observation.images.left": {
|
| 79 |
+
"status": "pass",
|
| 80 |
+
"file": "videos/observation.images.left/chunk-000/file-000.mp4",
|
| 81 |
+
"shape_hwc": [
|
| 82 |
+
480,
|
| 83 |
+
480,
|
| 84 |
+
3
|
| 85 |
+
]
|
| 86 |
+
},
|
| 87 |
+
"observation.images.wrist": {
|
| 88 |
+
"status": "pass",
|
| 89 |
+
"file": "videos/observation.images.wrist/chunk-000/file-000.mp4",
|
| 90 |
+
"shape_hwc": [
|
| 91 |
+
480,
|
| 92 |
+
480,
|
| 93 |
+
3
|
| 94 |
+
]
|
| 95 |
+
}
|
| 96 |
+
}
|
| 97 |
+
},
|
| 98 |
+
"full_dataset_audit": {
|
| 99 |
+
"status": "pass",
|
| 100 |
+
"report": "meta/full_validation_report.json",
|
| 101 |
+
"all_39_mp4_full_decode": true
|
| 102 |
+
}
|
| 103 |
+
}
|
meta/video_decode_errors.txt
ADDED
|
File without changes
|
provenance/excluded_failures.jsonl
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"source_episode_index": 48, "source_task": "close_cabinet", "source_episode_name": "episode_000048", "instruction": "adjust the cupboard entirely closed", "num_frames": 203, "success": false}
|
| 2 |
+
{"source_episode_index": 50, "source_task": "close_cabinet", "source_episode_name": "episode_000050", "instruction": "close the cabinet entirely closed", "num_frames": 204, "success": false}
|
| 3 |
+
{"source_episode_index": 52, "source_task": "close_cabinet", "source_episode_name": "episode_000052", "instruction": "adjust the cabinet entirely closed", "num_frames": 203, "success": false}
|
| 4 |
+
{"source_episode_index": 54, "source_task": "close_cabinet", "source_episode_name": "episode_000054", "instruction": "shut the cabinet closed completely", "num_frames": 203, "success": false}
|
| 5 |
+
{"source_episode_index": 62, "source_task": "close_cabinet", "source_episode_name": "episode_000062", "instruction": "adjust the cupboard entirely closed", "num_frames": 203, "success": false}
|
| 6 |
+
{"source_episode_index": 69, "source_task": "close_cabinet", "source_episode_name": "episode_000069", "instruction": "close the cabinet twenty five percent open", "num_frames": 203, "success": false}
|
| 7 |
+
{"source_episode_index": 185, "source_task": "close_cabinet", "source_episode_name": "episode_000185", "instruction": "adjust the closet entirely closed", "num_frames": 203, "success": false}
|
| 8 |
+
{"source_episode_index": 254, "source_task": "close_cabinet", "source_episode_name": "episode_000254", "instruction": "adjust the closet closed completely", "num_frames": 204, "success": false}
|
| 9 |
+
{"source_episode_index": 258, "source_task": "close_cabinet", "source_episode_name": "episode_000258", "instruction": "adjust the cabinet entirely closed", "num_frames": 203, "success": false}
|
| 10 |
+
{"source_episode_index": 323, "source_task": "close_cabinet", "source_episode_name": "episode_000323", "instruction": "adjust the cabinet twenty five percent open", "num_frames": 200, "success": false}
|
| 11 |
+
{"source_episode_index": 328, "source_task": "close_cabinet", "source_episode_name": "episode_000328", "instruction": "adjust the cabinet half open", "num_frames": 200, "success": false}
|
| 12 |
+
{"source_episode_index": 438, "source_task": "close_cabinet", "source_episode_name": "episode_000439", "instruction": "close the cabinet closed completely", "num_frames": 200, "success": false}
|
| 13 |
+
{"source_episode_index": 450, "source_task": "close_cabinet", "source_episode_name": "episode_000451", "instruction": "close the cabinet a quarter open", "num_frames": 200, "success": false}
|
| 14 |
+
{"source_episode_index": 467, "source_task": "close_cabinet", "source_episode_name": "episode_000468", "instruction": "adjust the cupboard seventy five percent closed", "num_frames": 211, "success": false}
|
| 15 |
+
{"source_episode_index": 481, "source_task": "close_drawer", "source_episode_name": "episode_000004", "instruction": "close the top left drawer 100 percent closed", "num_frames": 203, "success": false}
|
| 16 |
+
{"source_episode_index": 504, "source_task": "close_drawer", "source_episode_name": "episode_000027", "instruction": "adjust the top left drawer 50% open", "num_frames": 200, "success": false}
|
| 17 |
+
{"source_episode_index": 508, "source_task": "close_drawer", "source_episode_name": "episode_000031", "instruction": "adjust the top left drawer 75% open", "num_frames": 116, "success": false}
|
| 18 |
+
{"source_episode_index": 621, "source_task": "close_drawer", "source_episode_name": "episode_000144", "instruction": "close the top left dresser completely closed", "num_frames": 203, "success": false}
|
| 19 |
+
{"source_episode_index": 622, "source_task": "close_drawer", "source_episode_name": "episode_000145", "instruction": "close the top left dresser completely closed", "num_frames": 203, "success": false}
|
| 20 |
+
{"source_episode_index": 625, "source_task": "close_drawer", "source_episode_name": "episode_000148", "instruction": "push the top left dresser entirely closed", "num_frames": 204, "success": false}
|
| 21 |
+
{"source_episode_index": 701, "source_task": "close_drawer", "source_episode_name": "episode_000224", "instruction": "close the top drawer 0 percent open", "num_frames": 204, "success": false}
|
| 22 |
+
{"source_episode_index": 728, "source_task": "close_drawer", "source_episode_name": "episode_000251", "instruction": "make the top drawer completely closed", "num_frames": 204, "success": false}
|
| 23 |
+
{"source_episode_index": 732, "source_task": "close_drawer", "source_episode_name": "episode_000255", "instruction": "close the top drawer 100% closed", "num_frames": 204, "success": false}
|
| 24 |
+
{"source_episode_index": 791, "source_task": "close_drawer", "source_episode_name": "episode_000314", "instruction": "push the top drawer completely closed", "num_frames": 203, "success": false}
|
| 25 |
+
{"source_episode_index": 840, "source_task": "close_drawer", "source_episode_name": "episode_000363", "instruction": "close the top left drawer 100% closed", "num_frames": 203, "success": false}
|
| 26 |
+
{"source_episode_index": 844, "source_task": "close_drawer", "source_episode_name": "episode_000367", "instruction": "adjust the top left drawer entirely closed", "num_frames": 203, "success": false}
|
| 27 |
+
{"source_episode_index": 848, "source_task": "close_drawer", "source_episode_name": "episode_000371", "instruction": "close the top left drawer 0 percent open", "num_frames": 203, "success": false}
|
| 28 |
+
{"source_episode_index": 849, "source_task": "close_drawer", "source_episode_name": "episode_000372", "instruction": "close the top left drawer 0 percent open", "num_frames": 203, "success": false}
|
| 29 |
+
{"source_episode_index": 851, "source_task": "close_drawer", "source_episode_name": "episode_000374", "instruction": "close the top left drawer entirely closed", "num_frames": 203, "success": false}
|
| 30 |
+
{"source_episode_index": 854, "source_task": "close_drawer", "source_episode_name": "episode_000377", "instruction": "push the top left dresser entirely closed", "num_frames": 203, "success": false}
|
| 31 |
+
{"source_episode_index": 855, "source_task": "close_drawer", "source_episode_name": "episode_000378", "instruction": "push the top left dresser entirely closed", "num_frames": 204, "success": false}
|
| 32 |
+
{"source_episode_index": 860, "source_task": "close_drawer", "source_episode_name": "episode_000383", "instruction": "adjust the top left drawer entirely closed", "num_frames": 203, "success": false}
|
| 33 |
+
{"source_episode_index": 866, "source_task": "close_drawer", "source_episode_name": "episode_000389", "instruction": "close the top left drawer entirely closed", "num_frames": 203, "success": false}
|
| 34 |
+
{"source_episode_index": 870, "source_task": "close_drawer", "source_episode_name": "episode_000393", "instruction": "adjust the top left drawer entirely closed", "num_frames": 204, "success": false}
|
| 35 |
+
{"source_episode_index": 878, "source_task": "close_drawer", "source_episode_name": "episode_000401", "instruction": "push the top left dresser midway open", "num_frames": 203, "success": false}
|
| 36 |
+
{"source_episode_index": 894, "source_task": "close_drawer", "source_episode_name": "episode_000417", "instruction": "close the top left drawer 50% closed", "num_frames": 203, "success": false}
|
| 37 |
+
{"source_episode_index": 936, "source_task": "close_drawer", "source_episode_name": "episode_000459", "instruction": "adjust the top drawer 0% open", "num_frames": 204, "success": false}
|
| 38 |
+
{"source_episode_index": 982, "source_task": "close_drawer", "source_episode_name": "episode_000505", "instruction": "close the middle drawer 0% open", "num_frames": 204, "success": false}
|
| 39 |
+
{"source_episode_index": 986, "source_task": "close_drawer", "source_episode_name": "episode_000509", "instruction": "push the middle drawer entirely closed", "num_frames": 203, "success": false}
|
| 40 |
+
{"source_episode_index": 989, "source_task": "close_drawer", "source_episode_name": "episode_000512", "instruction": "push the middle drawer entirely closed", "num_frames": 204, "success": false}
|
| 41 |
+
{"source_episode_index": 993, "source_task": "close_drawer", "source_episode_name": "episode_000516", "instruction": "close the middle dresser completely closed", "num_frames": 204, "success": false}
|
| 42 |
+
{"source_episode_index": 994, "source_task": "close_drawer", "source_episode_name": "episode_000517", "instruction": "close the middle drawer 0% open", "num_frames": 203, "success": false}
|
| 43 |
+
{"source_episode_index": 996, "source_task": "close_drawer", "source_episode_name": "episode_000519", "instruction": "close the middle drawer 0% open", "num_frames": 203, "success": false}
|
| 44 |
+
{"source_episode_index": 1011, "source_task": "close_drawer", "source_episode_name": "episode_000534", "instruction": "push the middle drawer entirely closed", "num_frames": 203, "success": false}
|
| 45 |
+
{"source_episode_index": 1012, "source_task": "close_drawer", "source_episode_name": "episode_000535", "instruction": "push the middle drawer entirely closed", "num_frames": 203, "success": false}
|
| 46 |
+
{"source_episode_index": 1013, "source_task": "close_drawer", "source_episode_name": "episode_000536", "instruction": "close the middle dresser completely closed", "num_frames": 203, "success": false}
|
| 47 |
+
{"source_episode_index": 1014, "source_task": "close_drawer", "source_episode_name": "episode_000537", "instruction": "close the middle dresser completely closed", "num_frames": 203, "success": false}
|
| 48 |
+
{"source_episode_index": 1015, "source_task": "close_drawer", "source_episode_name": "episode_000538", "instruction": "close the middle dresser completely closed", "num_frames": 203, "success": false}
|
| 49 |
+
{"source_episode_index": 1016, "source_task": "close_drawer", "source_episode_name": "episode_000539", "instruction": "close the middle drawer 0% open", "num_frames": 203, "success": false}
|
| 50 |
+
{"source_episode_index": 1017, "source_task": "close_drawer", "source_episode_name": "episode_000540", "instruction": "close the middle drawer 0% open", "num_frames": 203, "success": false}
|
| 51 |
+
{"source_episode_index": 1018, "source_task": "close_drawer", "source_episode_name": "episode_000541", "instruction": "close the middle drawer 0% open", "num_frames": 203, "success": false}
|
| 52 |
+
{"source_episode_index": 1019, "source_task": "close_drawer", "source_episode_name": "episode_000542", "instruction": "close the middle drawer 0% open", "num_frames": 203, "success": false}
|
| 53 |
+
{"source_episode_index": 1022, "source_task": "close_drawer", "source_episode_name": "episode_000545", "instruction": "push the middle drawer half open", "num_frames": 203, "success": false}
|
| 54 |
+
{"source_episode_index": 1027, "source_task": "close_drawer", "source_episode_name": "episode_000550", "instruction": "close the middle dresser half closed", "num_frames": 204, "success": false}
|
| 55 |
+
{"source_episode_index": 1032, "source_task": "close_drawer", "source_episode_name": "episode_000555", "instruction": "close the middle drawer 50% open", "num_frames": 204, "success": false}
|
| 56 |
+
{"source_episode_index": 1066, "source_task": "close_drawer", "source_episode_name": "episode_000589", "instruction": "push the top drawer completely closed", "num_frames": 204, "success": false}
|
| 57 |
+
{"source_episode_index": 1069, "source_task": "close_drawer", "source_episode_name": "episode_000592", "instruction": "adjust the top dresser completely closed", "num_frames": 204, "success": false}
|
| 58 |
+
{"source_episode_index": 1070, "source_task": "close_drawer", "source_episode_name": "episode_000593", "instruction": "push the top drawer entirely closed", "num_frames": 204, "success": false}
|
| 59 |
+
{"source_episode_index": 1073, "source_task": "close_drawer", "source_episode_name": "episode_000596", "instruction": "close the top dresser completely closed", "num_frames": 204, "success": false}
|
| 60 |
+
{"source_episode_index": 1076, "source_task": "close_drawer", "source_episode_name": "episode_000599", "instruction": "adjust the top dresser completely closed", "num_frames": 204, "success": false}
|
| 61 |
+
{"source_episode_index": 1078, "source_task": "close_drawer", "source_episode_name": "episode_000601", "instruction": "push the top drawer entirely closed", "num_frames": 204, "success": false}
|
| 62 |
+
{"source_episode_index": 1081, "source_task": "close_drawer", "source_episode_name": "episode_000604", "instruction": "adjust the top dresser completely closed", "num_frames": 204, "success": false}
|
| 63 |
+
{"source_episode_index": 1083, "source_task": "close_drawer", "source_episode_name": "episode_000606", "instruction": "close the top dresser completely closed", "num_frames": 204, "success": false}
|
| 64 |
+
{"source_episode_index": 1102, "source_task": "close_drawer", "source_episode_name": "episode_000625", "instruction": "push the top drawer completely closed", "num_frames": 203, "success": false}
|
| 65 |
+
{"source_episode_index": 1110, "source_task": "close_drawer", "source_episode_name": "episode_000633", "instruction": "push the top drawer entirely closed", "num_frames": 203, "success": false}
|
| 66 |
+
{"source_episode_index": 1216, "source_task": "open_cabinet", "source_episode_name": "episode_000068", "instruction": "slide the cabinet half", "num_frames": 124, "success": false}
|
| 67 |
+
{"source_episode_index": 1430, "source_task": "open_cabinet", "source_episode_name": "episode_000282", "instruction": "pull the cabinet midway", "num_frames": 200, "success": false}
|
| 68 |
+
{"source_episode_index": 1624, "source_task": "open_drawer", "source_episode_name": "episode_000157", "instruction": "pull out the top drawer one hundred percent", "num_frames": 203, "success": false}
|
| 69 |
+
{"source_episode_index": 1625, "source_task": "open_drawer", "source_episode_name": "episode_000158", "instruction": "pull out the top drawer one hundred percent", "num_frames": 204, "success": false}
|
| 70 |
+
{"source_episode_index": 1627, "source_task": "open_drawer", "source_episode_name": "episode_000160", "instruction": "pull out the top drawer 100 percent", "num_frames": 203, "success": false}
|
| 71 |
+
{"source_episode_index": 1629, "source_task": "open_drawer", "source_episode_name": "episode_000162", "instruction": "pull out the top drawer 100 percent", "num_frames": 203, "success": false}
|
| 72 |
+
{"source_episode_index": 1711, "source_task": "open_drawer", "source_episode_name": "episode_000244", "instruction": "open the top drawer fifty percent", "num_frames": 200, "success": false}
|
| 73 |
+
{"source_episode_index": 1894, "source_task": "open_drawer", "source_episode_name": "episode_000427", "instruction": "slide the top drawer 50 percent open", "num_frames": 200, "success": false}
|
| 74 |
+
{"source_episode_index": 1896, "source_task": "open_drawer", "source_episode_name": "episode_000429", "instruction": "slide the top drawer 100 percent open", "num_frames": 200, "success": false}
|
| 75 |
+
{"source_episode_index": 1905, "source_task": "open_drawer", "source_episode_name": "episode_000438", "instruction": "pull out the top left drawer fifty percent", "num_frames": 198, "success": false}
|
| 76 |
+
{"source_episode_index": 1907, "source_task": "open_drawer", "source_episode_name": "episode_000440", "instruction": "pull out the top left drawer one hundred percent", "num_frames": 203, "success": false}
|
| 77 |
+
{"source_episode_index": 1908, "source_task": "open_drawer", "source_episode_name": "episode_000441", "instruction": "pull out the top left drawer one hundred percent", "num_frames": 203, "success": false}
|
| 78 |
+
{"source_episode_index": 1923, "source_task": "open_drawer", "source_episode_name": "episode_000456", "instruction": "open the top left dresser 100%", "num_frames": 204, "success": false}
|
| 79 |
+
{"source_episode_index": 1924, "source_task": "open_drawer", "source_episode_name": "episode_000457", "instruction": "drag the top left dresser one hundred percent open", "num_frames": 203, "success": false}
|
| 80 |
+
{"source_episode_index": 2053, "source_task": "pickup_object", "source_episode_name": "episode_000032", "instruction": "put the bottle twenty centimeters above the ground.", "num_frames": 204, "success": false}
|
| 81 |
+
{"source_episode_index": 2210, "source_task": "pickup_object", "source_episode_name": "episode_000189", "instruction": "lift the bottle thirty centimeters from the ground.", "num_frames": 153, "success": false}
|
| 82 |
+
{"source_episode_index": 2652, "source_task": "pour_water", "source_episode_name": "episode_000008", "instruction": "dump one hundred percent liquid out of the glass", "num_frames": 204, "success": false}
|
| 83 |
+
{"source_episode_index": 2687, "source_task": "pour_water", "source_episode_name": "episode_000043", "instruction": "pour one hundred percent liquid out of the glass", "num_frames": 191, "success": false}
|
| 84 |
+
{"source_episode_index": 2690, "source_task": "pour_water", "source_episode_name": "episode_000046", "instruction": "remove one hundred percent liquid out of the cup", "num_frames": 187, "success": false}
|
| 85 |
+
{"source_episode_index": 2691, "source_task": "pour_water", "source_episode_name": "episode_000047", "instruction": "remove one hundred percent liquid out of the cup", "num_frames": 191, "success": false}
|
| 86 |
+
{"source_episode_index": 2692, "source_task": "pour_water", "source_episode_name": "episode_000048", "instruction": "dump seventy five percent water out of the glass", "num_frames": 183, "success": false}
|
| 87 |
+
{"source_episode_index": 2693, "source_task": "pour_water", "source_episode_name": "episode_000049", "instruction": "dump seventy five percent liquid out of the cup", "num_frames": 187, "success": false}
|
| 88 |
+
{"source_episode_index": 2695, "source_task": "pour_water", "source_episode_name": "episode_000051", "instruction": "remove seventy five percent liquid out of the cup", "num_frames": 183, "success": false}
|
| 89 |
+
{"source_episode_index": 2768, "source_task": "pour_water", "source_episode_name": "episode_000124", "instruction": "pour fifty percent water from the glass", "num_frames": 167, "success": false}
|
| 90 |
+
{"source_episode_index": 2845, "source_task": "pour_water", "source_episode_name": "episode_000201", "instruction": "dump seventy five percent liquid out of the cup", "num_frames": 185, "success": false}
|
| 91 |
+
{"source_episode_index": 2870, "source_task": "pour_water", "source_episode_name": "episode_000226", "instruction": "remove fifty percent water from the cup", "num_frames": 161, "success": false}
|
| 92 |
+
{"source_episode_index": 2880, "source_task": "pour_water", "source_episode_name": "episode_000236", "instruction": "remove fifty percent water from the glass", "num_frames": 172, "success": false}
|
| 93 |
+
{"source_episode_index": 2968, "source_task": "reorient_object", "source_episode_name": "episode_000012", "instruction": "tilt the bottle about 45 degrees away from the upward axis", "num_frames": 203, "success": false}
|
| 94 |
+
{"source_episode_index": 2995, "source_task": "reorient_object", "source_episode_name": "episode_000039", "instruction": "reorient the bottle forty-five degrees from the ascending axis", "num_frames": 203, "success": false}
|
| 95 |
+
{"source_episode_index": 3017, "source_task": "reorient_object", "source_episode_name": "episode_000061", "instruction": "adjust the angle of the bottle to 45 degrees away from the upward axis", "num_frames": 203, "success": false}
|
| 96 |
+
{"source_episode_index": 3030, "source_task": "reorient_object", "source_episode_name": "episode_000074", "instruction": "reorient the bottle one hundred and eighty degrees from the upward axis", "num_frames": 203, "success": false}
|
| 97 |
+
{"source_episode_index": 3069, "source_task": "reorient_object", "source_episode_name": "episode_000113", "instruction": "adjust the angle of the bottle to 45 degrees away from the upward axis", "num_frames": 203, "success": false}
|
| 98 |
+
{"source_episode_index": 3082, "source_task": "reorient_object", "source_episode_name": "episode_000126", "instruction": "set the angle of the bottle forty-five degrees from the upward axis", "num_frames": 204, "success": false}
|
| 99 |
+
{"source_episode_index": 3100, "source_task": "reorient_object", "source_episode_name": "episode_000144", "instruction": "tilt the bottle about zero degrees away from the upward axis", "num_frames": 204, "success": false}
|
| 100 |
+
{"source_episode_index": 3107, "source_task": "reorient_object", "source_episode_name": "episode_000151", "instruction": "tilt the bottle about forty-five degrees away from the upward axis", "num_frames": 203, "success": false}
|
| 101 |
+
{"source_episode_index": 3140, "source_task": "reorient_object", "source_episode_name": "episode_000184", "instruction": "adjust the angle of the bottle to 45 degrees away from the upward axis", "num_frames": 203, "success": false}
|
| 102 |
+
{"source_episode_index": 3156, "source_task": "reorient_object", "source_episode_name": "episode_000200", "instruction": "adjust the angle of the bottle to forty-five degrees away from the upward axis", "num_frames": 203, "success": false}
|
| 103 |
+
{"source_episode_index": 3182, "source_task": "reorient_object", "source_episode_name": "episode_000226", "instruction": "adjust the angle of the bottle to forty-five degrees away from the upward axis", "num_frames": 203, "success": false}
|
| 104 |
+
{"source_episode_index": 3227, "source_task": "reorient_object", "source_episode_name": "episode_000271", "instruction": "tilt the bottle 45 degrees away from the upward axis", "num_frames": 203, "success": false}
|
| 105 |
+
{"source_episode_index": 3233, "source_task": "reorient_object", "source_episode_name": "episode_000277", "instruction": "tilt the bottle about forty-five degrees away from the upward axis", "num_frames": 203, "success": false}
|
| 106 |
+
{"source_episode_index": 3244, "source_task": "reorient_object", "source_episode_name": "episode_000288", "instruction": "set the angle of the bottle forty-five degrees from the upward axis", "num_frames": 203, "success": false}
|
| 107 |
+
{"source_episode_index": 3329, "source_task": "transfer_water", "source_episode_name": "episode_000018", "instruction": "pour two fifths water to the cup", "num_frames": 184, "success": false}
|
| 108 |
+
{"source_episode_index": 3339, "source_task": "transfer_water", "source_episode_name": "episode_000028", "instruction": "put twenty percent of the liquid to the cup", "num_frames": 181, "success": false}
|
| 109 |
+
{"source_episode_index": 3340, "source_task": "transfer_water", "source_episode_name": "episode_000029", "instruction": "put forty percent of the liquid to the cup", "num_frames": 189, "success": false}
|
| 110 |
+
{"source_episode_index": 3341, "source_task": "transfer_water", "source_episode_name": "episode_000030", "instruction": "put forty percent of the liquid to the cup", "num_frames": 182, "success": false}
|
| 111 |
+
{"source_episode_index": 3342, "source_task": "transfer_water", "source_episode_name": "episode_000031", "instruction": "put forty percent of the liquid to the cup", "num_frames": 189, "success": false}
|
| 112 |
+
{"source_episode_index": 3343, "source_task": "transfer_water", "source_episode_name": "episode_000032", "instruction": "put forty percent of the liquid to the cup", "num_frames": 182, "success": false}
|
| 113 |
+
{"source_episode_index": 3358, "source_task": "transfer_water", "source_episode_name": "episode_000047", "instruction": "sprinkle twenty percent of the liquid to the cup", "num_frames": 203, "success": false}
|
| 114 |
+
{"source_episode_index": 3378, "source_task": "transfer_water", "source_episode_name": "episode_000067", "instruction": "transfer forty percent of the water to the glass", "num_frames": 178, "success": false}
|
| 115 |
+
{"source_episode_index": 3400, "source_task": "transfer_water", "source_episode_name": "episode_000089", "instruction": "add forty percent of the liquid to the cup", "num_frames": 166, "success": false}
|
| 116 |
+
{"source_episode_index": 3402, "source_task": "transfer_water", "source_episode_name": "episode_000091", "instruction": "put two fifths liquid to the glass", "num_frames": 159, "success": false}
|
| 117 |
+
{"source_episode_index": 3403, "source_task": "transfer_water", "source_episode_name": "episode_000092", "instruction": "put two fifths liquid to the glass", "num_frames": 167, "success": false}
|
| 118 |
+
{"source_episode_index": 3404, "source_task": "transfer_water", "source_episode_name": "episode_000093", "instruction": "add eighty percent of the liquid to the cup", "num_frames": 177, "success": false}
|
| 119 |
+
{"source_episode_index": 3405, "source_task": "transfer_water", "source_episode_name": "episode_000094", "instruction": "add eighty percent of the liquid to the cup", "num_frames": 169, "success": false}
|
| 120 |
+
{"source_episode_index": 3432, "source_task": "transfer_water", "source_episode_name": "episode_000121", "instruction": "sprinkle forty percent of the liquid to the glass", "num_frames": 176, "success": false}
|
| 121 |
+
{"source_episode_index": 3441, "source_task": "transfer_water", "source_episode_name": "episode_000130", "instruction": "sprinkle eighty percent of the water to the glass", "num_frames": 184, "success": false}
|
| 122 |
+
{"source_episode_index": 3442, "source_task": "transfer_water", "source_episode_name": "episode_000131", "instruction": "sprinkle eighty percent of the water to the glass", "num_frames": 188, "success": false}
|
| 123 |
+
{"source_episode_index": 3478, "source_task": "transfer_water", "source_episode_name": "episode_000167", "instruction": "put forty percent of the liquid to the cup", "num_frames": 156, "success": false}
|
| 124 |
+
{"source_episode_index": 3479, "source_task": "transfer_water", "source_episode_name": "episode_000168", "instruction": "put forty percent of the liquid to the cup", "num_frames": 168, "success": false}
|
| 125 |
+
{"source_episode_index": 3481, "source_task": "transfer_water", "source_episode_name": "episode_000170", "instruction": "put eighty percent of the liquid to the cup", "num_frames": 170, "success": false}
|
| 126 |
+
{"source_episode_index": 3485, "source_task": "transfer_water", "source_episode_name": "episode_000174", "instruction": "sprinkle 20 percent of the liquid to the cup", "num_frames": 180, "success": false}
|
| 127 |
+
{"source_episode_index": 3493, "source_task": "transfer_water", "source_episode_name": "episode_000182", "instruction": "sprinkle 80 percent of the liquid to the cup", "num_frames": 188, "success": false}
|
| 128 |
+
{"source_episode_index": 3518, "source_task": "transfer_water", "source_episode_name": "episode_000207", "instruction": "pour 20 percent of the liquid to the glass", "num_frames": 167, "success": false}
|
| 129 |
+
{"source_episode_index": 3521, "source_task": "transfer_water", "source_episode_name": "episode_000210", "instruction": "pour 40 percent of the liquid to the glass", "num_frames": 173, "success": false}
|
| 130 |
+
{"source_episode_index": 3565, "source_task": "transfer_water", "source_episode_name": "episode_000254", "instruction": "add 40% of the water to the glass", "num_frames": 184, "success": false}
|
| 131 |
+
{"source_episode_index": 3567, "source_task": "transfer_water", "source_episode_name": "episode_000256", "instruction": "add 40% of the water to the glass", "num_frames": 187, "success": false}
|
provenance/source.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"source_repo_id": "paragon7060/arnold",
|
| 3 |
+
"source_total_episodes": 3570,
|
| 4 |
+
"source_total_frames": 394093,
|
| 5 |
+
"excluded_episode_count": 131,
|
| 6 |
+
"excluded_frame_count": 25530,
|
| 7 |
+
"output_repo_id": "paragon7060/arnold-success-only",
|
| 8 |
+
"output_total_episodes": 3439,
|
| 9 |
+
"output_total_frames": 368563,
|
| 10 |
+
"filter": "raw metadata success == true",
|
| 11 |
+
"video_codec": "h264"
|
| 12 |
+
}
|
provenance/source_episode_map.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
videos/observation.images.front/chunk-000/file-000.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3237a950a9a9309d7b05c971b952a68b5b792fab3bf523059d42ddbfdfec8cb0
|
| 3 |
+
size 291940211
|
videos/observation.images.front/chunk-000/file-001.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27b4c59c7317f31d84da57f6d4fc49b3eab9f720540ec6d8f0124d58a6f739e7
|
| 3 |
+
size 300289480
|
videos/observation.images.front/chunk-000/file-002.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b3974c1aa7762454393c8dc03787bf147c94753351aa0ddcde493344979be1d
|
| 3 |
+
size 306893141
|
videos/observation.images.front/chunk-000/file-003.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66a990120ef1fcf30620e832db2286fccd5f87a405f4e6444105ee7dd155dca3
|
| 3 |
+
size 271178309
|
videos/observation.images.front/chunk-000/file-004.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a736e2849a2c6d3047680664fb22aaac43911f8a6fa5788ba67355b905cb02f9
|
| 3 |
+
size 252213408
|
videos/observation.images.front/chunk-000/file-005.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30f40dbf9615408f16775d63c318d8e129f1d7159199feb0c6cacd265c6fcc1d
|
| 3 |
+
size 310701937
|
videos/observation.images.front/chunk-000/file-006.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0184e79e9109c830391b2d772e722c50166d7fff27ac89e790770d66c537cf3d
|
| 3 |
+
size 313360384
|
videos/observation.images.front/chunk-000/file-007.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2df90c17688407728a1fa26ba65bafc5e7cd46ecf12db811e296f2dd02ed6013
|
| 3 |
+
size 302359523
|
videos/observation.images.front/chunk-000/file-008.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:693c077813e04d3da29075a898502ab5cf3b4f4ce6d4692524b1c631d196db32
|
| 3 |
+
size 301879057
|
videos/observation.images.front/chunk-000/file-009.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5359a92c6fc96d70a59775dfc503df0c6c6bd23ab8c0abd629e3bd03fe10f8b
|
| 3 |
+
size 315271559
|
videos/observation.images.front/chunk-000/file-010.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1641627e2f2cca6e794dd940a0fe5386acb0d7d3cf4157e4b0e56d9f8cb8270c
|
| 3 |
+
size 315741631
|
videos/observation.images.front/chunk-000/file-011.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17583c0181ba95a714d50bad96613dbb13eac473440a4f3fa0a7c5de38a53300
|
| 3 |
+
size 297914618
|
videos/observation.images.front/chunk-000/file-012.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb67f46375aa99ee54079381e330042a35b041b3cc0bf33e11e28f4bed7ab0ca
|
| 3 |
+
size 302075342
|
videos/observation.images.front/chunk-000/file-013.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0ea98018a54dcfd7e1d0fd5f8c74496521c32c1764af12de8fbba8179a0f34b
|
| 3 |
+
size 269672833
|
videos/observation.images.front/chunk-000/file-014.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdfd30acac2235dab2c590c51dff97c39d83703860a808cb1d470d88b751f0fd
|
| 3 |
+
size 287653978
|
videos/observation.images.front/chunk-000/file-015.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d46341dd7c22880252d6b0b8270198831f9305003b02b586a3b58eb178855bc
|
| 3 |
+
size 277088859
|
videos/observation.images.left/chunk-000/file-000.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9cd1c6d4fd9b92503db24a9a819cfd5faaf94a94826f1214a5d3c0979e8a0765
|
| 3 |
+
size 301849178
|
videos/observation.images.left/chunk-000/file-001.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1b19781141e7ba5d999703d65d61f669cf185c7d0c188e8f087d6ec4d939c57
|
| 3 |
+
size 303896923
|
videos/observation.images.left/chunk-000/file-002.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6400297189303c904b3f71c814b1e5ba6f03c27de577c32ac163b52de0be629
|
| 3 |
+
size 308031429
|
videos/observation.images.left/chunk-000/file-003.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bed2a8a774096a07370a1ba3acfcfa99e1d93e577a2568f2c6f86ae597d512cd
|
| 3 |
+
size 266685331
|
videos/observation.images.left/chunk-000/file-004.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e57f5d5d339716e8e8d0a606cebaea9ab199dd41e588da78a6f91bc1002d698
|
| 3 |
+
size 291744125
|
videos/observation.images.left/chunk-000/file-005.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d3cb76353f397e68295c9ae707ba37fc277d1ea0dd49540aae1dfd75fad9a89
|
| 3 |
+
size 314918226
|
videos/observation.images.left/chunk-000/file-006.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0902e8b96f12ec14976b1d35bb766dfd0cd449e8d752f53444977610037a7528
|
| 3 |
+
size 311975139
|
videos/observation.images.left/chunk-000/file-007.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52effa7033c2d120d6b433a4240389571cb2875f37003f93346eca4f9bafb646
|
| 3 |
+
size 306883917
|
videos/observation.images.left/chunk-000/file-008.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c96903730efa6a7558f3d949bad6a926ae76ab202d75f914f026cfde594f78c
|
| 3 |
+
size 318784394
|
videos/observation.images.left/chunk-000/file-009.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed4661b9e1ec1e875da129cc2358e658c1b37a3d5c90ea9031b952d1539ceaa7
|
| 3 |
+
size 303806639
|
videos/observation.images.left/chunk-000/file-010.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da3c75bf92036b605f41f9a4e6f2f352cf6f1666e5ab7abb1d296afd49f1d872
|
| 3 |
+
size 308461930
|
videos/observation.images.left/chunk-000/file-011.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78ea4e6debbd575a0a12ad0977195861bc1404fb50a63174bf614f1692afa27e
|
| 3 |
+
size 282475162
|
videos/observation.images.left/chunk-000/file-012.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f16643fd8b6e7bbb6f271511b17f31d531c65a8f10e59c5eb6b6796b65009fd9
|
| 3 |
+
size 285797158
|
videos/observation.images.wrist/chunk-000/file-000.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab7ff47e638cb54a6db600060b3371daa9c091fe2d0871fbdedb4e7b530edb5a
|
| 3 |
+
size 286143541
|
videos/observation.images.wrist/chunk-000/file-001.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2cebf6458edf82482957386bd52af125d7c94889bc431af3c6d88b2076aceb
|
| 3 |
+
size 291703577
|
videos/observation.images.wrist/chunk-000/file-002.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66622b669fee34ac05a3a0179ce3a7eacf552c1ec4b88ea457618da69bded443
|
| 3 |
+
size 259653049
|
videos/observation.images.wrist/chunk-000/file-003.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d60e4e0f505774ba510823c672dac6f5be01928ce65409e9248bb57f758a793
|
| 3 |
+
size 299609979
|
videos/observation.images.wrist/chunk-000/file-004.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19d6756d50a947cdd3759ab6f43f399d6d06f83955d48b41e0c4fcd87fce1fe6
|
| 3 |
+
size 293503606
|
videos/observation.images.wrist/chunk-000/file-005.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0cc9f5f4a2886d8302addddf838a39a27d84305b00397fa4b99f79f58a415128
|
| 3 |
+
size 301488609
|
videos/observation.images.wrist/chunk-000/file-006.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3682a25db255270834f4c5213eafdf18d143c10c4c24418de2c5c4a70f9f4a8f
|
| 3 |
+
size 279078423
|
videos/observation.images.wrist/chunk-000/file-007.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f2fd4e3279c05a9b3b612378b1ad422adbf279645a60546cabb1988e9d74e1c
|
| 3 |
+
size 267720238
|
videos/observation.images.wrist/chunk-000/file-009.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c5118fc03ed90fb08adafe7c4adaef026071c3248e8a7788e81b440f1bbe1d2
|
| 3 |
+
size 4384604
|