CoolFace
Datasetpublic

murobotics/tblock-all-piper-clean-v6-bi_piper_follower

This dataset was created using LeRobot. Dataset Description Joint-level bimanual piper dataset derived from local/tblock-all-piper-clean-v6. The state is the LeRobot bi_piper_follower follower vector (left_shoulder_pan.pos, left_shoulder_lift.pos, left_elbow_flex.pos, ...) in that plugin's own units, so it trains and deploys through its stack unchanged. observation.state[t] contains the command at t and action[t] contains the command at t+1. Homepage:… See the full description on the dataset page: https://huggingface.co/datasets/murobotics/tblock-all-piper-clean-v6-bi_piper_follower.

sourceHugging Faceotherupdated 21d agoView on Hugging Face
0likes276downloads
Dataset Card

This dataset was created using LeRobot.

<a class="flex" href="https://huggingface.co/spaces/lerobot/visualizedataset?path=murobotics/tblock-all-piper-clean-v6-bipiper_follower"> <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/> <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/> </a>

Dataset Description

Joint-level bimanual piper dataset derived from local/tblock-all-piper-clean-v6. The state is the LeRobot bipiperfollower follower vector (leftshoulderpan.pos, leftshoulderlift.pos, leftelbowflex.pos, ...) in that plugin's own units, so it trains and deploys through its stack unchanged. observation.state[t] contains the command at t and action[t] contains the command at t+1.

  • —Homepage: https://github.com/murobotics-ai/handumi-sw
  • —Paper: [More Information Needed]
  • —License: other

Dataset Structure

meta/info.json:

json
{
    "codebase_version": "v3.0",
    "robot_type": "bi_piper_follower",
    "total_episodes": 175,
    "total_frames": 47285,
    "total_tasks": 1,
    "chunks_size": 1000,
    "data_files_size_in_mb": 100,
    "video_files_size_in_mb": 500,
    "fps": 30,
    "splits": {
        "train": "0:175"
    },
    "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
    "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
    "features": {
        "action": {
            "dtype": "float32",
            "shape": [
                14
            ],
            "names": [
                "left_shoulder_pan.pos",
                "left_shoulder_lift.pos",
                "left_elbow_flex.pos",
                "left_forearm_roll.pos",
                "left_wrist_flex.pos",
                "left_wrist_roll.pos",
                "left_gripper.pos",
                "right_shoulder_pan.pos",
                "right_shoulder_lift.pos",
                "right_elbow_flex.pos",
                "right_forearm_roll.pos",
                "right_wrist_flex.pos",
                "right_wrist_roll.pos",
                "right_gripper.pos"
            ]
        },
        "observation.state": {
            "dtype": "float32",
            "shape": [
                14
            ],
            "names": [
                "left_shoulder_pan.pos",
                "left_shoulder_lift.pos",
                "left_elbow_flex.pos",
                "left_forearm_roll.pos",
                "left_wrist_flex.pos",
                "left_wrist_roll.pos",
                "left_gripper.pos",
                "right_shoulder_pan.pos",
                "right_shoulder_lift.pos",
                "right_elbow_flex.pos",
                "right_forearm_roll.pos",
                "right_wrist_flex.pos",
                "right_wrist_roll.pos",
                "right_gripper.pos"
            ]
        },
        "observation.images.left": {
            "dtype": "video",
            "shape": [
                480,
                640,
                3
            ],
            "names": [
                "height",
                "width",
                "channel"
            ],
            "info": {
                "video.height": 480,
                "video.width": 640,
                "video.codec": "h264",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.top": {
            "dtype": "video",
            "shape": [
                376,
                672,
                3
            ],
            "names": [
                "height",
                "width",
                "channel"
            ],
            "info": {
                "video.height": 376,
                "video.width": 672,
                "video.codec": "h264",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.right": {
            "dtype": "video",
            "shape": [
                480,
                640,
                3
            ],
            "names": [
                "height",
                "width",
                "channel"
            ],
            "info": {
                "video.height": 480,
                "video.width": 640,
                "video.codec": "h264",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "timestamp": {
            "dtype": "float32",
            "shape": [
                1
            ],
            "names": null
        },
        "frame_index": {
            "dtype": "int64",
            "shape": [
                1
            ],
            "names": null
        },
        "episode_index": {
            "dtype": "int64",
            "shape": [
                1
            ],
            "names": null
        },
        "index": {
            "dtype": "int64",
            "shape": [
                1
            ],
            "names": null
        },
        "task_index": {
            "dtype": "int64",
            "shape": [
                1
            ],
            "names": null
        }
    },
    "handumi": {
        "audio": {
            "enabled": false,
            "key": "observation.audio",
            "path": "audio/{audio_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.wav",
            "container": "wav",
            "encoding": "pcm_s16le",
            "sample_width_bytes": 2,
            "episode_aligned": true,
            "frame_aligned": true,
            "timestamp_clock": "pc_monotonic",
            "sample_index_origin": "episode_start_time_ns"
        },
        "camera_fps": 30,
        "camera_resolution": [
            376,
            1344
        ],
        "camera_stale_timeout_s": 0.25,
        "capture_schema": "synchronized_sources",
        "controller_tcp_calibration": {
            "schema_version": 2,
            "source_path": "configs/calibration/controller_tcp/pico_piper_beta.yaml",
            "sha256": "b11372143a63765faee5b9a4d2493b0c531f08a2f74c1bc9d187ae1f6b3642a3",
            "applied_to_state": true,
            "frame_convention": "pose7=[x,y,z,qx,qy,qz,qw], meters, xyzw quaternion",
            "controller_to_gripper_tcp": {
                "left": {
                    "position": [
                        0.1106100007891655,
                        -0.17735999822616577,
                        -0.06724999845027924
                    ],
                    "quaternion": [
                        0.5149461627006531,
                        -0.039195578545331955,
                        0.00036387675208970904,
                        -0.8563258647918701
                    ]
                },
                "right": {
                    "position": [
                        -0.10930000245571136,
                        -0.18526999652385712,
                        -0.05056000128388405
                    ],
                    "quaternion": [
                        0.40989723801612854,
                        -0.476044625043869,
                        0.3014245927333832,
                        -0.7172929048538208
                    ]
                }
            },
            "source_robot": "piper",
            "source_gripper": "piper_beta",
            "tracking_device": "pico",
            "controller_mount": "handumi_v1"
        },
        "feetech_sample_hz": 100.0,
        "gripper_stale_timeout_s": 0.1,
        "max_sync_skew_s": 0.06,
        "recording_device": "pico",
        "sensor_loss_timeout_s": 1.0,
        "sources": {
            "tracking": {
                "enabled": true
            },
            "feetech": {
                "enabled": true
            },
            "audio": {
                "enabled": false
            },
            "cameras": {
                "left_wrist": {
                    "enabled": true
                },
                "right_wrist": {
                    "enabled": true
                },
                "workspace": {
                    "enabled": true
                }
            }
        },
        "state_semantics": "workspace_controller_pose7_plus_gripper_widths",
        "sync_lag_s": 0.04,
        "target_robot": {
            "name": "piper",
            "config_path": "/home/autobrik/Projects/mu-robotics/handumi-sw/configs/robots/piper.yaml",
            "sha256": "2d67727c0fd24c7df419df892d8e1c90cf3377cc8bf118e5d39240b37217dc49",
            "configuration": {
                "kind": "piper",
                "urdf": "assets/piper/piper.urdf",
                "mjcf": "assets/piper/piper.xml",
                "pkg_root": "assets/piper",
                "mjcf_joint_prefix_map": {
                    "left_": "izq_",
                    "right_": "der_"
                },
                "arms": {
                    "left": {
                        "ee_link": "left_tcp",
                        "joint_names": [
                            "left_joint1",
                            "left_joint2",
                            "left_joint3",
                            "left_joint4",
                            "left_joint5",
                            "left_joint6",
                            "left_joint7"
                        ],
                        "gripper_joints": [
                            {
                                "name": "left_joint7",
                                "open": 0.035
                            }
                        ]
                    },
                    "right": {
                        "ee_link": "right_tcp",
                        "joint_names": [
                            "right_joint1",
                            "right_joint2",
                            "right_joint3",
                            "right_joint4",
                            "right_joint5",
                            "right_joint6",
                            "right_joint7"
                        ],
                        "gripper_joints": [
                            {
                                "name": "right_joint7",
                                "open": 0.035
                            }
                        ]
                    }
                },
                "home_q": [
                    0.0,
                    0.0,
                    0.0,
                    0.0,
                    0.2617994,
                    0.0,
                    0.0,
                    0.0,
                    0.0,
                    0.0,
                    0.0,
                    0.4363323,
                    0.0,
                    0.0
                ],
                "posture_q": [
                    0.0,
                    1.7453293,
                    -1.5358897,
                    null,
                    null,
                    null,
                    null,
                    0.0,
                    1.7453293,
                    -1.5358897,
                    null,
                    null,
                    null,
                    null
                ],
                "gripper_max_width_m": 0.066,
                "handumi_tool": {
                    "gripper": "piper_beta",
                    "controller_mount": "handumi_v1"
                },
                "controller_tcp_calibrations": {
                    "meta": "configs/calibration/controller_tcp/meta_ARX5_beta.yaml",
                    "pico": "configs/calibration/controller_tcp/pico_piper_beta.yaml"
                },
                "ik_weights": {
                    "pos": 125.0,
                    "ori": 20.0,
                    "rest": 20.0,
                    "world_collision_plane_z": -0.035,
                    "max_joint_delta": 0.03490659,
                    "max_reach": 0.7
                },
                "replay": {
                    "max_joint_delta": 0.35,
                    "ik_weights": {
                        "ori": 4.5,
                        "rest": 4.0,
                        "posture": 2.0,
                        "limit_margin": 5.0
                    }
                },
                "real": {
                    "backend": "piper_can",
                    "command_rate_hz": 100,
                    "max_joint_speed_deg_s": 180,
                    "max_joint_acceleration_deg_s2": 720,
                    "home_max_joint_speed_deg_s": 20,
                    "home_timeout_s": 30,
                    "home_tolerance_deg": 3,
                    "startup_speed_percent": 10,
                    "speed_percent": 80,
                    "gripper_effort": 1000
                }
            }
        },
        "tracking_loss_timeout_s": 1.0,
        "tracking_schema": "controller_raw_compact",
        "tracking_workspace": "table",
        "merge": {
            "schema_version": 1,
            "sources": [
                {
                    "repo_id": "local/tblock",
                    "total_episodes": 40,
                    "total_frames": 10469,
                    "output_episode_range": [
                        0,
                        40
                    ]
                },
                {
                    "repo_id": "local/tblock3_clean",
                    "total_episodes": 44,
                    "total_frames": 11038,
                    "output_episode_range": [
                        40,
                        84
                    ]
                },
                {
                    "repo_id": "local/tblock4_clean",
                    "total_episodes": 117,
                    "total_frames": 32327,
                    "output_episode_range": [
                        84,
                        201
                    ]
                }
            ],
            "unified_task": "put the t block in the puzzle",
            "source_tasks": [
                "put the t block in the puzzle",
                "put the t in the puzzle"
            ]
        },
        "curation": {
            "schema_version": 1,
            "source_dataset": "local/tblock-all-piper-clean",
            "source_total_episodes": 194,
            "source_total_frames": 51951,
            "analysis_report": "handumi_analysis.json",
            "removed_source_episode_indices": [
                2,
                6,
                9,
                12,
                13,
                16,
                22,
                31,
                48,
                49,
                50,
                51,
                52,
                53,
                56,
                63,
                64,
                65,
                92
            ],
            "removed_automatically": [
                2,
                6,
                9,
                12,
                13,
                16,
                22,
                31,
                48,
                49,
                50,
                51,
                52,
                53,
                56,
                63,
                64,
                65,
                92
            ],
            "removed_by_reviewer": [],
            "removed_frames": 4491
        },
        "capture_target_robot": "piper",
        "conversion_source": "observation.state",
        "retarget_mode": "absolute-table",
        "compose_source": "commanded",
        "translation_scale": 1.0,
        "replay_qpos_parity": false,
        "replay_arm_qpos_parity": true,
        "state_layout": "lerobot_bi_piper_follower",
        "gripper_representation": {
            "type": "opening_width",
            "unit": "m",
            "max_width_m": 0.066,
            "source": "recorded Feetech normalized"
        },
        "deployment_calibration": {
            "robot": "piper",
            "path": "configs/calibration/table/sim/piper.yaml",
            "profile": "sim",
            "scope": "simulation",
            "source": "configured_layout",
            "verified": false,
            "lab": null,
            "sha256": "96034d04fe2d014be4c6c67bf8eb4e7c0d16c3d0368432acbc365e48e1459bf4"
        },
        "absolute_orientation": "relative-start",
        "initial_solve_iterations": 12,
        "initial_position_tolerance_m": 0.01,
        "ik_fidelity": [
            {
                "source_episode_index": 0,
                "qpos_sha256": "bf4a90774db19f483caddc174ac9d51013083584aa0d2e07f8812ffbe17d0263",
                "output_state_sha256": "1d113aaad3faf27ce4eefc190c1e451516f3f32aa8a7ef14ec7fff53e20eeea3",
                "frames": 320,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0037027013022452593,
                "max_rotation_error_deg": 43.3946533203125,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 1,
                "qpos_sha256": "9ca870305e084e0df6f51c1552a0e39691fe9879c450a875c2961694762df7fe",
                "output_state_sha256": "a81911dcf72c3c6c5b4b3445c3a81471a1ff70d065d364812cc20ed907a4ddbe",
                "frames": 324,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.005335851572453976,
                "max_rotation_error_deg": 43.548458099365234,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 2,
                "qpos_sha256": "dcb540e94d1424abeff3a725d9e065675d08179c530d6a703788efd1d58f3872",
                "output_state_sha256": "09e4459deb65679d6e6cba0a7f6b057548f190c709c7fe1a6977b7ecac3a1764",
                "frames": 288,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0059127723798155785,
                "max_rotation_error_deg": 43.097686767578125,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 3,
                "qpos_sha256": "7ea1afa0f12c730f05559eb5a30d327a56ccdd5f9ca3bde9458b6fbdefa86044",
                "output_state_sha256": "5016af810269475ffe3654108fea5268774dca3043559fb7fe4377f77630843f",
                "frames": 247,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.005004015751183033,
                "max_rotation_error_deg": 43.55828857421875,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 4,
                "qpos_sha256": "7757e2f06ff3bb233bbd7d1cbd851ed0d1c892453be1eb96a4b64af3fd275391",
                "output_state_sha256": "c0868d42697308e7364fc73592f0887d21a03514424d39c52448a9ba6e2a5c30",
                "frames": 146,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.00591249018907547,
                "max_rotation_error_deg": 45.259239196777344,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 5,
                "qpos_sha256": "9c27386cad9d760b362eb6ad1505544566a33e980813005966b44239957c8bee",
                "output_state_sha256": "64b2e29344b5717823fd809b9a6855530f110463469c2851c32703f8e3c94860",
                "frames": 283,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0036349992733448744,
                "max_rotation_error_deg": 44.819217681884766,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 6,
                "qpos_sha256": "948437b62ad6f2b68d2019abae03658d54ac4656858bc360b0822bb1490ff039",
                "output_state_sha256": "3be85d571aaa26c9ee10060c410afc451217d88b9644a23d56767ca39e3056bf",
                "frames": 233,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004259189590811729,
                "max_rotation_error_deg": 49.266300201416016,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 7,
                "qpos_sha256": "a9b302afaa4c21883aa938d1c0d0f7f21f1c32ff0724167150703474a11f12e8",
                "output_state_sha256": "47bc3658bbf46f10da8ddf85344402816103917616c50720f3f56792164549c0",
                "frames": 234,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004489567596465349,
                "max_rotation_error_deg": 47.22611618041992,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 8,
                "qpos_sha256": "1714ebe6f69b92c88829e021cde20f40d0955ad5fc3ddfbafcf0bf69becbac64",
                "output_state_sha256": "ffbf86efa40c2abfdab3b31c69002899c6905c9fad0bc82e1a1710dbcb86b5a0",
                "frames": 184,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004281830508261919,
                "max_rotation_error_deg": 48.245361328125,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 9,
                "qpos_sha256": "a4fa6d6f79ef87b8f86b2ce23d80d08cbab6eb7ba9b890d04e32efd37b8eb91c",
                "output_state_sha256": "85cbf799d9b64f4e2da6382da6718ad2ae8f9f7b6a182e7fa1369fdca3468a27",
                "frames": 201,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0031618219800293446,
                "max_rotation_error_deg": 45.33497619628906,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 10,
                "qpos_sha256": "d4d824ced3e8f87c40cfc9f93bbd0bcc5fbfa5891a6f36472fa17e41eaac4f43",
                "output_state_sha256": "310b26a75083a87f381f110e42f31ac618913a191a86737a8baba3971fd188f2",
                "frames": 197,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0037180448416620493,
                "max_rotation_error_deg": 45.376766204833984,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 11,
                "qpos_sha256": "24c7fce707a3c1fdc4a23938eda9c7ada95cf104337a7a59ddf87c284d442d04",
                "output_state_sha256": "52949c749d5774e80af138852289643f973eef1709b2021d56b4863c5014530a",
                "frames": 215,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0033943145535886288,
                "max_rotation_error_deg": 44.739925384521484,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 12,
                "qpos_sha256": "173cc8342ad5355c1762bacf62a58425adba0d47cecd704485b2f3df17053cc0",
                "output_state_sha256": "4dee02feb7c7034324ef3f202397351bb215e56d445c0aae590de167cf4f51fe",
                "frames": 239,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.003697892650961876,
                "max_rotation_error_deg": 43.43838119506836,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 13,
                "qpos_sha256": "ddf8eaede60453ea5e3d4ce77c60090524a1df783bae1b395e42dbf2ff171a9a",
                "output_state_sha256": "e40a52eaf6b3d7fc2d6fb019248954cae386ec6c9316c156bc978c9e38b7604a",
                "frames": 176,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.009626748040318489,
                "max_rotation_error_deg": 59.60996627807617,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 14,
                "qpos_sha256": "72d95593a1e23989f6e25245f430da82d911e4f19c54d0bb4a0755ddb9b067f3",
                "output_state_sha256": "31e983408e0f03ca2f96bd810b079c7c59fbdcd673c7400528355b6f29dc39a3",
                "frames": 259,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002503492869436741,
                "max_rotation_error_deg": 34.24853515625,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 15,
                "qpos_sha256": "7ef13ff3a6d81ef656c424bff00885d0663072be31b5480b9a0d688e0dbc88c5",
                "output_state_sha256": "fa8fee85c3b6e610eb137ee3f79ed7a5ab194a75c07bcf15796b7c1c6dc837ff",
                "frames": 282,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025951238349080086,
                "max_rotation_error_deg": 34.741275787353516,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 16,
                "qpos_sha256": "4fa2abb99f4c0f0100bdb1dc122b4dd45abebb795bcdaa1ec552327aa5271b31",
                "output_state_sha256": "84853702799bce60376372a347860d56e229dffb599973caa94e951296b3a86b",
                "frames": 214,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0027202873025089502,
                "max_rotation_error_deg": 36.32010269165039,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 17,
                "qpos_sha256": "2312afe24b0ad9ef2e942e3615d2a390d91f0c340796316449e9679abf6d9a76",
                "output_state_sha256": "0b0300d43ecabd9f353777a0d1de85e81e8a1efa922ac8cf958b9e7bac7297f9",
                "frames": 182,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0032399611081928015,
                "max_rotation_error_deg": 39.38821792602539,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 18,
                "qpos_sha256": "eed916d6a440e2998685a4aaa33fdfde546a8b11938c9f1c44379951968132e6",
                "output_state_sha256": "eab41858253695d9ab20cb54806615e1d82e2fa20ef21bd51793fd0cbf6e1dd5",
                "frames": 398,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002630420494824648,
                "max_rotation_error_deg": 36.309295654296875,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 19,
                "qpos_sha256": "85c59d1c979df7b7608be2dbd8aca2b0f785c454ca245ebf52fb194943dd08a2",
                "output_state_sha256": "377ae39fa6e4162420f68c03c38642ea238816eb9cc578d10ae359d3e91fe25a",
                "frames": 324,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024626655504107475,
                "max_rotation_error_deg": 34.286136627197266,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 20,
                "qpos_sha256": "48954defea936936fa1b83b3884d309317bda4931e842aaccdb288abaa3c27c5",
                "output_state_sha256": "e2be09e61acf2d274ffa798bd74e19b5cb1a88e188f01cdbc1a26b9d0082fa88",
                "frames": 187,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.017848985269665718,
                "max_rotation_error_deg": 33.63825988769531,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 21,
                "qpos_sha256": "f62944fdbdf9e6c1c0beb4a3939a9388a216c47ef0fe6550075c53bdf2ecfed3",
                "output_state_sha256": "5af26da67be3697ef3fb14870e422066e3daf413e154d957cfa86be57a42c2d9",
                "frames": 269,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.00248165987432003,
                "max_rotation_error_deg": 33.57245635986328,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 22,
                "qpos_sha256": "67987471cc7e162c72c858396c6c3f30d3d198608253db491833ee296c2e57ca",
                "output_state_sha256": "aeb56fc4d5b6b0e39859fcc3c419e2385b7d7e51c780af55b977a9f46a6b92e2",
                "frames": 467,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.003782412502914667,
                "max_rotation_error_deg": 34.51008224487305,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 23,
                "qpos_sha256": "9f8e7f1e3053325fd3eee1013c15293cad138a2422f5fc52410d0f3473868c1c",
                "output_state_sha256": "ee214a0f7255c081307e414f5b23113f0e3ca1e7e9729c78a03b5766a41374ad",
                "frames": 270,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0022214639466255903,
                "max_rotation_error_deg": 30.191001892089844,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 24,
                "qpos_sha256": "e91ae3815880260183d1152f6608a91a16eb9fc0a525b228af8607c793539c18",
                "output_state_sha256": "8e460b560c126c6febc5ffd82bf7535eafbf4f14adbe730960d924e4ad8733b5",
                "frames": 311,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0023928703740239143,
                "max_rotation_error_deg": 32.95771408081055,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 25,
                "qpos_sha256": "43c3c401794a0e84b528e231fa8f0df0f8361616e3dcda618e349183be175e34",
                "output_state_sha256": "dbe789a30034235b11c2ac368a638fcc0694ddce43953f6c0f2b9d2e8a9d8b1d",
                "frames": 346,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025217316579073668,
                "max_rotation_error_deg": 34.15985870361328,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 26,
                "qpos_sha256": "aeced21b70e6cd34ad149512fba1ff015f3fbeab9f683270356391389675981d",
                "output_state_sha256": "6dbfd1fb1fe7386e5ad9d5e7ce23176f9de3c6081d219d81635341c92c90ba39",
                "frames": 262,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0023955225478857756,
                "max_rotation_error_deg": 33.670654296875,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 27,
                "qpos_sha256": "1108bd1f4a28728b4fe556012b8f18f344f089a7a0bc944ba7e2483450c96f61",
                "output_state_sha256": "dbd823585de5423065fad11fa994487db47040efbcdb8de19d244e615a92da85",
                "frames": 296,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024696283508092165,
                "max_rotation_error_deg": 34.63099670410156,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 28,
                "qpos_sha256": "c74c7d2af8b6d70531a7bcc3ebf694e70a6b0470841b5fe6cab2d850f5adda61",
                "output_state_sha256": "02d716f409ee15f8d0aa3cfdd9c9ee25b728bff157ab2da2ad1e5ef031c46ada",
                "frames": 217,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0022488445974886417,
                "max_rotation_error_deg": 30.787670135498047,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 29,
                "qpos_sha256": "36352b35ffa77671064f7fc36a17e67020121febec9bf592ed156f6718208979",
                "output_state_sha256": "eadb3c87690827e3be8aac218a9938ad0091ae0087ef650a2db558ed5d89723b",
                "frames": 309,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002551918849349022,
                "max_rotation_error_deg": 34.3535041809082,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 30,
                "qpos_sha256": "0c1b52b5b8ae81b647237643b5c47659f7d1a9b6fdb7a4737a8b8f5358eb4498",
                "output_state_sha256": "4c6b394c6027579e7ea9c7aa4c8be5fa1b08ee5216b2cd2ec5ad9a4e4829b72c",
                "frames": 258,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002383911982178688,
                "max_rotation_error_deg": 33.527706146240234,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 31,
                "qpos_sha256": "27367d7f7847b3fa296526d9a140a05ed669becde05d4243d9b5feedbae94788",
                "output_state_sha256": "21d3475089160677f1731ef3e626e2dacd1932ccfb608b586de9436782d3099f",
                "frames": 256,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0023616421967744827,
                "max_rotation_error_deg": 33.286285400390625,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 32,
                "qpos_sha256": "66266dae673aa1d8df24ee546ed7c092cf1527ee22717b1b4db3cc8d225a1b8f",
                "output_state_sha256": "e1d0e959c8cfc67e39b8cdc85ccd5ab8decd209a7ff82c6b188885be0e323d7c",
                "frames": 177,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004273671191185713,
                "max_rotation_error_deg": 43.79439926147461,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 33,
                "qpos_sha256": "b8450a0ac781d3daf1d9483c0db1cd70bb9f0406642fce5f61c6c0299f50aaf9",
                "output_state_sha256": "5b9d962e40e9e6982bef79b5ff6779b75c989e950b36a2a40be891f0f9258c0e",
                "frames": 230,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004299924708902836,
                "max_rotation_error_deg": 44.523929595947266,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 34,
                "qpos_sha256": "92e46e2aa020448a647102a483b8352f8a3a5d75335d382721a3f325fde1041c",
                "output_state_sha256": "0fb4a87bab580961e77d9627b9dae49927ece8520e80b3f59767ea2c0fa87ebe",
                "frames": 273,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004048443399369717,
                "max_rotation_error_deg": 49.67744827270508,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 35,
                "qpos_sha256": "99620e26b16353bb0d7b03f976b6b441d1abfe96a93a11462d7a5a957a72aa43",
                "output_state_sha256": "54c7b3ce90c15cfb6c78a96a2b432bcce9cc1a9ede52646b57b501f12f7c5e53",
                "frames": 196,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.013961308635771275,
                "max_rotation_error_deg": 49.15010452270508,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 36,
                "qpos_sha256": "43eb2e5dab857ec7e1bd4ad64dfca3380255d7ca09308bc1631b12ad655e5401",
                "output_state_sha256": "2eea58060dd63cd9a7eade2b5d355d7052b38474c7c593b1768cca35a3aad653",
                "frames": 219,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004247677978128195,
                "max_rotation_error_deg": 49.05936813354492,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 37,
                "qpos_sha256": "a7d6b18d0a47ca4302f64e6669dceb10716c9a9d8aa5206a76ea8f50199aa471",
                "output_state_sha256": "38d22a24ab08d778ca5980837035e7121986a495a07a604862eea6e3bc852bc2",
                "frames": 409,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004207835532724857,
                "max_rotation_error_deg": 51.454872131347656,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 38,
                "qpos_sha256": "591b7851d0825f805c5002f9f0cda654d0bb1ae720bbb41df35afe95ee40a426",
                "output_state_sha256": "413d916c35e286db7c20fb91f6fb42be7d85bfa41c2976917d6bbab49ce56659",
                "frames": 195,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004127297084778547,
                "max_rotation_error_deg": 51.01659393310547,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 39,
                "qpos_sha256": "72337002237adfd9af1139b40fb775acb80ce9481ee4422803601e9bb5701071",
                "output_state_sha256": "8a01e82c852452d9af62584bdfdf720e6b55f48a81576f5651839babbb9d9fb9",
                "frames": 217,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004394265823066235,
                "max_rotation_error_deg": 53.744564056396484,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 40,
                "qpos_sha256": "faf8540117959c25e3a1c99e8fece7510870217170ac8f152654ab57e69990e0",
                "output_state_sha256": "a67ce263e3b94769beb23cf9ebf46abd4e9181b613f3d615f0d3c3eeae3fabff",
                "frames": 305,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.00335307908244431,
                "max_rotation_error_deg": 38.67866516113281,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 41,
                "qpos_sha256": "78932824c92aa44837aa7968af080b9c3e5d164a1e831780dba470ab1b606583",
                "output_state_sha256": "6ab10e7f43e718c63547f6e3be133e9e6e4153b446f549832e63e594c56b1644",
                "frames": 312,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0041507636196911335,
                "max_rotation_error_deg": 43.664642333984375,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 42,
                "qpos_sha256": "924d1518d9f7116471b236f481216cbac2eeb2cc4201db41ce4789545b862644",
                "output_state_sha256": "09d053663ce5a4194a98e6a7fe46b4f9b2a01bf777a6a81b576f15e9231eec16",
                "frames": 204,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.005227996502071619,
                "max_rotation_error_deg": 45.19191360473633,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 43,
                "qpos_sha256": "3a8ad8a3c59ab8a4e8fe20b81f983500f5ee8898cea7e6b3c99d0ce8119d8eba",
                "output_state_sha256": "3ce3d30fb237080b1d70dd8ff4ffe2ede3bd8acd0eb71460b797548fa8c7d242",
                "frames": 305,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.003724908921867609,
                "max_rotation_error_deg": 39.93220520019531,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 44,
                "qpos_sha256": "318a461258e3496b51ecb767f47ff7b5bdc7a6765fc5afbb6ae2f6ef2d30bd61",
                "output_state_sha256": "9462777922bec74de8176e0caa6c7f06328abda0fb06f197bffc72d270edc065",
                "frames": 334,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0030377469956874847,
                "max_rotation_error_deg": 38.2042121887207,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 45,
                "qpos_sha256": "6ff33dd29f98b9269d3d9ab70adca4c901efe748e8d903284ca133835dfcd18d",
                "output_state_sha256": "063545d7fe75fed94e558b81aab033468746c24f4b74fbd9e127c810bbce9b3e",
                "frames": 323,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0077170212753117085,
                "max_rotation_error_deg": 44.39118957519531,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 46,
                "qpos_sha256": "eddeb54a7347cbbc2376fa6034733600fcf67b89f16c1bb6bfd812c151f238e4",
                "output_state_sha256": "21f6b0d615f7999856f9d665aeeda6292999fa6290718c6afa141b54d85a0cd1",
                "frames": 204,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.005209923256188631,
                "max_rotation_error_deg": 45.804569244384766,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 47,
                "qpos_sha256": "f6c7aed2f7b67748e27c3a4e6926adfe922b1ee71e4725f7155ab2da3ad25329",
                "output_state_sha256": "5a31039cd390b343c4fe3ae8d3d766842427e1bab4379ac0aae64c6b33210c77",
                "frames": 164,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.00982355885207653,
                "max_rotation_error_deg": 40.21162796020508,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 48,
                "qpos_sha256": "642ba980475a0a31b753ee87e5b9e78ce1d27287e06117f3824ec715c17f5489",
                "output_state_sha256": "8ff1dde7118086c84257ec0d310d9d25adb5fac39d14b8632db1b56739b79c65",
                "frames": 342,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0031581169459968805,
                "max_rotation_error_deg": 42.21556854248047,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 49,
                "qpos_sha256": "bd607e0ca430d395b715b4e4035893e25efb15883e0423c7f02f9cb63dd08558",
                "output_state_sha256": "e43ad98ca7348ff76f29b758fcb9311848ffb07ccca0331df625e0b89129fde9",
                "frames": 274,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.006176008842885494,
                "max_rotation_error_deg": 40.983489990234375,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 50,
                "qpos_sha256": "4ffe17367eabbe60224afc90059adaf4d112f0fb19b9faf9388e4aa268423866",
                "output_state_sha256": "c951577055a2a513f5113ee3f78cef03fdaca1dfc2edb29883e58f4951f67640",
                "frames": 271,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.00446721026673913,
                "max_rotation_error_deg": 43.45360565185547,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 51,
                "qpos_sha256": "ba163436650e548e8b61802279460ba7467c7567e2f9e65f794b7295f22399f7",
                "output_state_sha256": "d643bbf3350997a32625285dba9878c478e9a942f3c72e25f4bcfff0066b7b42",
                "frames": 256,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.005285012535750866,
                "max_rotation_error_deg": 39.405967712402344,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 52,
                "qpos_sha256": "4a154be7bfa6807e17bf7abebd4cc5666e6b3fa7ef21d1f082d97f9d1b638a26",
                "output_state_sha256": "1ad1762a30db80fc5bdf74b5182f1cd3d0b7df06b544f00f09c86b0731893017",
                "frames": 200,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.003853133413940668,
                "max_rotation_error_deg": 42.59211730957031,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 53,
                "qpos_sha256": "d8fc7401101be1b1b6f3d725ae431300ea407c17b296da9a414132b0c5c305df",
                "output_state_sha256": "01d86e04b649d37bf5582a1db92487b2205c57ef93a0dfb65e56bff71bfd12d7",
                "frames": 221,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0032876539044082165,
                "max_rotation_error_deg": 40.330196380615234,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 54,
                "qpos_sha256": "29aaa25181058bef2c10b0182b8f53bfe9e3917310acb60d8fca39c461a3e136",
                "output_state_sha256": "bc3f4870661974a4945b9d8e917dceeb20ce9e362707c8e641c5c158b417a1dd",
                "frames": 139,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.005205413326621056,
                "max_rotation_error_deg": 55.072025299072266,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 55,
                "qpos_sha256": "938f2b572830145acbd87c207af33bc096bae8d4b328aa80088e53879165aa55",
                "output_state_sha256": "252b1b10d97a1d90d4d84a81ce137208fb3104b98b77449929f7ba39eaa5a2d1",
                "frames": 302,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.003988434560596943,
                "max_rotation_error_deg": 39.935325622558594,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 56,
                "qpos_sha256": "42e837bb98a2d18650593c892b0c569246f15731656bcc6aa5f99b6dce6357f1",
                "output_state_sha256": "3b21fdc065d30699cb4038f2f6c62c6052a31a6bfa4634529c39da31e2680282",
                "frames": 208,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0027217764873057604,
                "max_rotation_error_deg": 40.64398193359375,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 57,
                "qpos_sha256": "6a13284af2ff9fe5038b6696d8322f11162ab6c1578e558d7b898bbe273e8aca",
                "output_state_sha256": "1e25c44ea560f104b508e9b5bc48ae1ca6f7c3bc3b4136106c0ff94aa4253baa",
                "frames": 380,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0028074344154447317,
                "max_rotation_error_deg": 39.05340576171875,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 58,
                "qpos_sha256": "7a40a23a5f4f0e6d21d15e1bd2f277dc544caddca90c7a1d0a2ab5feddc82a37",
                "output_state_sha256": "4875d850457d727a003d395355e5c7c7986a17cfdfd817cc0cc1e410b4d27e28",
                "frames": 207,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004321809392422438,
                "max_rotation_error_deg": 37.82357406616211,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 59,
                "qpos_sha256": "fd6e9f16145f8282f8753be005bb1611c1a038398e92789bd26654ad7a5715cf",
                "output_state_sha256": "6524b696e85d070816d9ec3d0c16284c8d223a18d09f5591d4ba06b784d9b798",
                "frames": 373,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002674817806109786,
                "max_rotation_error_deg": 37.73346710205078,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 60,
                "qpos_sha256": "4c4b952258afcb2d80799b03965abaa5822e6487f80894fab05d082733c278d1",
                "output_state_sha256": "9900ddeeac7100690e200a4d771046c35b1a5e91ac44f7af2852f5d17e0221eb",
                "frames": 192,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002534370869398117,
                "max_rotation_error_deg": 37.87936019897461,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 61,
                "qpos_sha256": "00d3b00764b9d43eed887da473df1b69a24488bbbd1e3415932c9cf337371512",
                "output_state_sha256": "0de6972f3e07d8f2196c409703bac2d3f3bcad26979b550abe8bd2ce89fd71a8",
                "frames": 362,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002624050946906209,
                "max_rotation_error_deg": 39.38923263549805,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 62,
                "qpos_sha256": "446ca7161f1872ccdb95ddad9be6ca8a123b3da33f96cd12d0aa528510959766",
                "output_state_sha256": "9fbab6143416db4b0ea702b560316db4f7bd4910a0feb13fc78458161c1bbdb6",
                "frames": 250,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002546447329223156,
                "max_rotation_error_deg": 38.52653884887695,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 63,
                "qpos_sha256": "45d72ec94050e5c24d1c49609906b027e7c681ff1fc5afada6a8f378f2859a2c",
                "output_state_sha256": "985940324e78f48f90898046b829a83df416339b3c752c2a17974e9099eb821b",
                "frames": 444,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026187547482550144,
                "max_rotation_error_deg": 40.02317810058594,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 64,
                "qpos_sha256": "0733c88b9fab0531f22a9f2ce8afb4e7852df7c13de1407c701a6f6577e27c9a",
                "output_state_sha256": "993551ca3007831b8ea9317b42a74bf031a2d33bf3a739ef9eb7ba75e2ab75ef",
                "frames": 288,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024332532193511724,
                "max_rotation_error_deg": 39.56741714477539,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 65,
                "qpos_sha256": "cb7bc77594af5174f085bfc95b02969bf26066957211e0e9a21ac6b16346f959",
                "output_state_sha256": "d7b51657d02333708145256f3fa4bd5c08381fb3fb572333e7e730705eaec668",
                "frames": 323,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0023721999023109674,
                "max_rotation_error_deg": 36.019588470458984,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 66,
                "qpos_sha256": "bbd8ada91513c27682b26d11dde10a231a9ca40990888677b03603d2c3dab184",
                "output_state_sha256": "670a3a98c1cb1dfc0b9eaa915d3fa4d1427a281346f53d9a5173158637ebf088",
                "frames": 258,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025968514382839203,
                "max_rotation_error_deg": 39.85981369018555,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 67,
                "qpos_sha256": "3006f37e81286d1aa464100302a9eb481fdd79adc54e097c54c0a9c00cb7bb5a",
                "output_state_sha256": "e0570ce7ec675a06fd9bb1a411fb6ca8b968b637984a9491f4cbc7be51fc1b84",
                "frames": 737,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002456712070852518,
                "max_rotation_error_deg": 36.952091217041016,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 68,
                "qpos_sha256": "af51692eb81881dea5faf47eb1d165ae6e1020a4beb11446761fa3a006e1f23a",
                "output_state_sha256": "0bffedb2736c238a5c309fbc35ce2672cca84ac5e147f1d090d97ffb3a84b18b",
                "frames": 245,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002575802383944392,
                "max_rotation_error_deg": 38.596927642822266,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 69,
                "qpos_sha256": "faa51ab3ca93f23ddfebd7e154c7495fec927ff3f848d06ed9d0c506ae068686",
                "output_state_sha256": "32104317cc8cfaa4b6bbd197c0e85f84f4d1d06db723b609a99e13f8a289bb2b",
                "frames": 438,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002456831978634,
                "max_rotation_error_deg": 36.70383834838867,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 70,
                "qpos_sha256": "b448ed48a2459f409b3d4e02612a7888b6bedaaaa46e8e552085752de3c59552",
                "output_state_sha256": "61927560e51a470e8df126852296a42555610dd80f13340700c3c9ae04374c4b",
                "frames": 322,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0027525387704372406,
                "max_rotation_error_deg": 42.073951721191406,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 71,
                "qpos_sha256": "0d0da414cb42f0ac3ba2eb1c2ce7867ccec02830f95a1ef89126ba3161b94ea2",
                "output_state_sha256": "6a19475d01e92d089dfd1ea334792d1edd86c6ea755be1ebbf4806d5de6b3181",
                "frames": 321,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025912984274327755,
                "max_rotation_error_deg": 39.01554489135742,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 72,
                "qpos_sha256": "572c21cab7f38c8a0c82271888670e12a9bc1bb46a537839af54fb5b61809881",
                "output_state_sha256": "9151aba14bf456e98638c1669adcbae143fa09ccb0d1a10a8165479a93c45f69",
                "frames": 199,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002518697641789913,
                "max_rotation_error_deg": 38.47196578979492,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 73,
                "qpos_sha256": "a1bb073451e656d752a466c49c326af1f6c7e153eb0864a00b460feb5d7f9c31",
                "output_state_sha256": "457ff54f0627e7f3765564acf116e0fabc17f7603cf0d85f2ce5c7eee2436ae5",
                "frames": 224,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002524850657209754,
                "max_rotation_error_deg": 38.2969856262207,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 74,
                "qpos_sha256": "ab98e2df3874f7767ae80d2a336ce7a6b9eddc6f596db63036da5c0a9a9b37d6",
                "output_state_sha256": "43611a0e2cba84082ae449468046f3000f85432cc3ed4e421c0559e2d20e7bc0",
                "frames": 176,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002731053624302149,
                "max_rotation_error_deg": 43.207916259765625,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 75,
                "qpos_sha256": "5614348b542bc63dff0f6898e8ba8a51377cf6ce31a1516af14f6c63cd81b181",
                "output_state_sha256": "3c23608359bdfd4e033b40c3a84db0c0ad94a8c38a42cec0709240d05108a74b",
                "frames": 221,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025601033121347427,
                "max_rotation_error_deg": 36.8969841003418,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 76,
                "qpos_sha256": "b16f02f1ce9ac9a4b7f9b86cb781b4aa2b19d5fc3b9c516918eaf4b149057da5",
                "output_state_sha256": "41a6db8bdfeea1d4c87b9474fd2c906728a78582b0ffb43740ff7d1026a0ba4d",
                "frames": 194,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0027175426948815584,
                "max_rotation_error_deg": 39.60576248168945,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 77,
                "qpos_sha256": "2660548526e4a65ba2ad414fa143477b3c04833799f41c7f569132384b85ce1b",
                "output_state_sha256": "3f78c1b122d3618bac871c3d128fbc3700a77e66d07bd62da8198640a5a52b6b",
                "frames": 190,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002813694067299366,
                "max_rotation_error_deg": 41.75335693359375,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 78,
                "qpos_sha256": "26652ea506e0ecc9dd2f0fe6ed85c19fc7800f374a44cd6bfff56eb4a6844239",
                "output_state_sha256": "992c97ee371a805ed9fff859a19a40cbfc2de406b677ee78dfe0d1b0112dbfd6",
                "frames": 105,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026555636432021856,
                "max_rotation_error_deg": 39.82463073730469,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 79,
                "qpos_sha256": "52ff6f88ebe7a330e2a5517b918fceddc09ff8f6879e5ebc6a51e8990839aea8",
                "output_state_sha256": "0fa36212198f767479d2c243a16b16ae814539bc201869cc85bf3976a15a4fb0",
                "frames": 199,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0028651671018451452,
                "max_rotation_error_deg": 37.34571075439453,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 80,
                "qpos_sha256": "460ab5aceb37cbac49265ca5027558851ac0843dea48e1fcb5049234d7c61010",
                "output_state_sha256": "f20c7236eed2ff75125f79a05e7fce2f10351b5d5432e444be250674a9f3e593",
                "frames": 308,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025893812999129295,
                "max_rotation_error_deg": 37.6154670715332,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 81,
                "qpos_sha256": "1a36709d64711263c1e36d53746fcb685efb7554a4dd8bdf736efba942f2cccc",
                "output_state_sha256": "ead44c952dcf73e16d1eae5e75bc7ac17c7e8887827f5cd1b2f6dc6a38d19483",
                "frames": 153,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002656196942552924,
                "max_rotation_error_deg": 40.161922454833984,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 82,
                "qpos_sha256": "94c0d9b5f5470f5c6b6e26a189152d2a20e3d0e7253783bb12b4b21d8be5fb19",
                "output_state_sha256": "8a5eaec6d0ee72cae5cd56188961c79918798695e5ab754a7946b0e7e6b970f3",
                "frames": 326,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002596298698335886,
                "max_rotation_error_deg": 39.06476593017578,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 83,
                "qpos_sha256": "7fb0aac5b859c6551909763447122f605b707bc93eebe49bb9e31d549761592f",
                "output_state_sha256": "32dc5ef6929cf58baa6bf6da0f5020f3dc3beb679ef9b44e39331dd5bc486c5b",
                "frames": 136,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002659326186403632,
                "max_rotation_error_deg": 39.45937728881836,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 84,
                "qpos_sha256": "51f4b59d5987e243671e7417acc6dfc647b15b5078e5adbe81d1c7d6af211a78",
                "output_state_sha256": "40b1924b10e6c40c8769ff7b7bd711639f364aa6cf624063990b87dd9b03ef20",
                "frames": 323,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002569926669821143,
                "max_rotation_error_deg": 40.41732406616211,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 85,
                "qpos_sha256": "1f4685e05592ffa1e58b542e4ec71828abc87c54768414d7597d386952231aef",
                "output_state_sha256": "b2bdcebd174cd7d09eb9505e699088244d161a50ebc70dd9f712e6d7c9676469",
                "frames": 151,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002627086825668812,
                "max_rotation_error_deg": 39.57010269165039,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 86,
                "qpos_sha256": "671ecf5d2f9f77725e6369cf19c31baa42e28552e07dd5c1d1d550bd43223c97",
                "output_state_sha256": "828a83bd60593f86cb405f823a74e0d56b93abce0fc60eeb6bc0036d8410d589",
                "frames": 250,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026645553298294544,
                "max_rotation_error_deg": 37.927120208740234,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 87,
                "qpos_sha256": "f1655a63a08e955337241d9b3ec972bcb4a3a644baef1be8817f89baf20f1604",
                "output_state_sha256": "caa8e35bdc7672540a77b76e7a43bcba3d332e81f97ae5ebe7d465dd43b27063",
                "frames": 151,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025422184262424707,
                "max_rotation_error_deg": 38.76258087158203,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 88,
                "qpos_sha256": "032f63e6925b1342e38be443de73f2ef6dccd9aa8131fceb59a2df1ce69fb6dc",
                "output_state_sha256": "b47abd5b978a01d48d97e4486152991c91c2f380ef44c4eca3250e06bb70067a",
                "frames": 168,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002407246036455035,
                "max_rotation_error_deg": 36.14985656738281,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 89,
                "qpos_sha256": "3bd269d8198f1cfd7741298ea4d4e995235c6cbb34953fec8a0575d371d703de",
                "output_state_sha256": "9f24ef6387baea4f5d6e148951f7b32eb170f9f6ab176ce600aa5ea675431265",
                "frames": 196,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024749916046857834,
                "max_rotation_error_deg": 37.18145751953125,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 90,
                "qpos_sha256": "3f161a5732f08a8f93399087e6b435a16439a4b237ad36eae5f13f02b2b5b21f",
                "output_state_sha256": "498921b3a370504a35902965428b69b11bf86233b3501493136d9da7381633d3",
                "frames": 189,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002517496468499303,
                "max_rotation_error_deg": 38.625831604003906,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 91,
                "qpos_sha256": "6d6d21237cc19f904f629570cb67a22cc2ed25f6138e36321505d9573aae3393",
                "output_state_sha256": "1f9941967a701e824dda59dd9d02ef50721208678de0534581d7a14ea9fb2330",
                "frames": 177,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024779518134891987,
                "max_rotation_error_deg": 39.652950286865234,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 92,
                "qpos_sha256": "de325cdd0083fea5d9c0b236d17bcc1c7c4ecd93c862c5f9fa77c23090b0a5a7",
                "output_state_sha256": "73ac18bf0c0d92843d161f62fb9bfcb3d398603ac2460d0a91efa347b03c9657",
                "frames": 158,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025612509343773127,
                "max_rotation_error_deg": 39.60622787475586,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 93,
                "qpos_sha256": "b9b8f5c2d2671aad2b113bf603bfc1f6474a76ee6d336445a395251a8a2e06af",
                "output_state_sha256": "7ada2298e72c2d7523d410991b4ae7fdd803d3902ea84aab94272f3746f85e2d",
                "frames": 170,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025807959027588367,
                "max_rotation_error_deg": 39.481807708740234,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 94,
                "qpos_sha256": "2080bbdc3e80740d53eb2ac78a05e784dfe720cad2151793fa9617806c6e3859",
                "output_state_sha256": "a91af17f4e98aa3f8d83dd409c5608c3cd1d4da0448aaf4a354b9fb247806b6d",
                "frames": 218,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002685178304091096,
                "max_rotation_error_deg": 39.837886810302734,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 95,
                "qpos_sha256": "44e05d9e840106dec04fcaddeeaa281df83872819e52237cbebac89ceb7c7312",
                "output_state_sha256": "c04dbbc4295c22f46000e42029070e384915978e0c5ab23a74de4d269d1d6b50",
                "frames": 230,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.00272827735170722,
                "max_rotation_error_deg": 40.393096923828125,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 96,
                "qpos_sha256": "ef6114bccb9c99813f51c81e36b2c1f180f84f55389478543ff88c2730f9a25c",
                "output_state_sha256": "f57f0b6778c2c7cc475d1eb67873131ce3c40db55378db245e5488b369d2166c",
                "frames": 163,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002617571037262678,
                "max_rotation_error_deg": 40.28704071044922,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 97,
                "qpos_sha256": "a6a56f1903498dda2527609594732fcf8e3b19b359829d658b6d305ee0da1956",
                "output_state_sha256": "acf562b2a8fea11838ed0c8309b0081fbf10f3608c7795fce375d78d5df89945",
                "frames": 254,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025115597527474165,
                "max_rotation_error_deg": 37.90439224243164,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 98,
                "qpos_sha256": "1f1f439294b25155160250d16f75cff08de4e3c869a9ce4a3378ab1c8c5fe8bf",
                "output_state_sha256": "ef690e07f184912cbf2aa5ecace4f68e4ed0bd77cd0e64d5057283025958e45a",
                "frames": 227,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026001136284321547,
                "max_rotation_error_deg": 40.187278747558594,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 99,
                "qpos_sha256": "8469f6c76c320775c8ab027d7c70bc4207d781a0eb30f82e6345c1a1e6f17b5e",
                "output_state_sha256": "0efd7ed3cb108c6c401d16333ca8ac7bf34c68d8c8f88c6a09719597124e17ff",
                "frames": 216,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002671603811904788,
                "max_rotation_error_deg": 41.43147277832031,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 100,
                "qpos_sha256": "423f072fdeffa57c433e78f6748a3fac81db1b0d7ec48f0d3e392ca2bd0d6e45",
                "output_state_sha256": "729f83a953c73744f427117fad657a2edbbf953dcc4e4f2b81c2c5e17c83d12d",
                "frames": 188,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026859433855861425,
                "max_rotation_error_deg": 41.4706916809082,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 101,
                "qpos_sha256": "b2837ae075b944ff19e5571dc721a741f697db70e382356632f94377b1cd50bb",
                "output_state_sha256": "f87333b9bad8924211feab29cc2daa86ad3d130a24a6d1ea9f90e07a3d7cab7d",
                "frames": 450,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026424089446663857,
                "max_rotation_error_deg": 39.640262603759766,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 102,
                "qpos_sha256": "4ed23696f0eed9c9c64e869571a64f981646d0c0eeb11df666b1ae5d93f1e838",
                "output_state_sha256": "22b2cecda701f99547205b1daa9d20f516543dcdebf7b1e154049dcaaaabdf18",
                "frames": 186,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026437174528837204,
                "max_rotation_error_deg": 40.00040054321289,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 103,
                "qpos_sha256": "5917454c829c2103334fbe386bfbb6aa81b32510d479cc94e5587679d0cfb545",
                "output_state_sha256": "7d33da0ee6b4465ef4b32947d8c2dc70dc6c107cc7796c456948bc03c5c3646f",
                "frames": 241,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002504020696505904,
                "max_rotation_error_deg": 38.459712982177734,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 104,
                "qpos_sha256": "314e0acd59ed02a4658db30e90d726f1a9cfafcec75a2da007a195dd36d6f1ab",
                "output_state_sha256": "b60b7f91093e7dc1873036f9581aa9e7deaa044922aa76d2c80b6361a3934b16",
                "frames": 438,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025343666784465313,
                "max_rotation_error_deg": 37.589317321777344,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 105,
                "qpos_sha256": "f2b85f72d4d089496f6d266af45367dabb1e52c66854183a374f9994c7a301c5",
                "output_state_sha256": "38590a102407a295a891b26d3fd132a3d7e9c18e1489ccefd55ff723493db29a",
                "frames": 217,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002506581600755453,
                "max_rotation_error_deg": 40.930816650390625,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 106,
                "qpos_sha256": "7513395603be3f57bd3aef561193bdf7ad07b64a06f0c8d0e1a13a5e249fa0b2",
                "output_state_sha256": "e13d1e093c3f8e71a5d8bdcba172a765595f8aed0f5f870455da5345d2ed59ce",
                "frames": 370,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002761261537671089,
                "max_rotation_error_deg": 42.8353157043457,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 107,
                "qpos_sha256": "5de13042455590ffa9d79c0250e2f100ab3002dd60733a3a22e0be64f9d2ebb1",
                "output_state_sha256": "438babaecb24499dd5edfb0338695fbe0f0904505b1e3263d8a0e3f14a5b4309",
                "frames": 179,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0027458041440695524,
                "max_rotation_error_deg": 41.654170989990234,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 108,
                "qpos_sha256": "dc4820b2540105b2d330f05ba5eaf8b10537e10ad69c9f40477e1f6d0ec70a03",
                "output_state_sha256": "c876da3b9b70b92a61f049f5c41d098ef0b1b7f1056ddb90bc9e57885b32e32b",
                "frames": 263,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026896041817963123,
                "max_rotation_error_deg": 43.50638198852539,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 109,
                "qpos_sha256": "0260be598713ea27884d78006cb18ac351135972587e2c3960afbeabb8679c1f",
                "output_state_sha256": "37476b4ceecc7648b08110522ae22255ff0b540e82e50790fb02c5fcec7d0e54",
                "frames": 219,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002755142515525222,
                "max_rotation_error_deg": 42.87005615234375,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 110,
                "qpos_sha256": "1d8b186595e8b366904b6753046715cd7a52b48ffd9866d1b6eab53ce98fe854",
                "output_state_sha256": "a3a134e002fc851dc3c6a49b14b32a1f53f91d6d91461b7b0756f0fd5fffbe2a",
                "frames": 321,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002814785810187459,
                "max_rotation_error_deg": 41.48490524291992,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 111,
                "qpos_sha256": "8253334f43428287c1d9f6e889505a2d918930d4a1b5657d1dec518289f48c85",
                "output_state_sha256": "ae2b568922c0ae2d7d7a8f90080dd6fcab7f2e7065cefbc5fea40c467e57ed60",
                "frames": 270,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002744132187217474,
                "max_rotation_error_deg": 40.95237731933594,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 112,
                "qpos_sha256": "ff11965047520ec83282955aaae45aa1af0e59a7b6d10ac2316ebf950f0bd6b9",
                "output_state_sha256": "b36a24fb9aaabd1412a047832796d851a95f4c860667a9a174e26f61464a6fa6",
                "frames": 372,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.00257067009806633,
                "max_rotation_error_deg": 39.29967498779297,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 113,
                "qpos_sha256": "50a11311ba1b3323547ede00b3920890677c44ae6b25101aa9ec68afba71dc1f",
                "output_state_sha256": "a7445d44fd42e4cd85ab29ab8407c91990479d8663cbcfc82f643a227abec9b1",
                "frames": 206,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002631614450365305,
                "max_rotation_error_deg": 39.89021682739258,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 114,
                "qpos_sha256": "1c1efa6fa8f012f751c5a8d92f51ace6bbba2cbacd74e0ad4c38fd8acb7e2be6",
                "output_state_sha256": "bfba054b6a2aebab5b7107bb0239fbb00b63c7de6de4a2f05ea02ed981f91bca",
                "frames": 277,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0027201527263969183,
                "max_rotation_error_deg": 42.75052261352539,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 115,
                "qpos_sha256": "83f8eb5543f7990673001789841653be6779d03c42ad64d2b3a1fa6ebdb8b883",
                "output_state_sha256": "9c7ab3d5c4c8b9da752f2cff89a9efc51ce2a990f05047aa56fce759d4081e49",
                "frames": 301,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026358801405876875,
                "max_rotation_error_deg": 39.04425048828125,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 116,
                "qpos_sha256": "6cef3906091136f4d36e42848f379943bc1495125d61865614d6a546a7951e08",
                "output_state_sha256": "885e57ccf8a3d7a15928124439124fbf1c2bb1bde0f482b5030508167887885f",
                "frames": 371,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026025541592389345,
                "max_rotation_error_deg": 39.523582458496094,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 117,
                "qpos_sha256": "4f90d8c3a3b3ed02a0e5e32cc096ddb1bee9226e8ab0a5cd444e3fd44ed48f77",
                "output_state_sha256": "217433de134104af62c0e3829b95fd8b8437fdc7680c5641567ec4a4fe6e8c75",
                "frames": 217,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002653100062161684,
                "max_rotation_error_deg": 40.37285232543945,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 118,
                "qpos_sha256": "ecadf2f1b77dd676527c7c1b8a41c6ed3da2a72afe6de6c6a9b3858657b62ba5",
                "output_state_sha256": "39f151ef6568437c0019bc24b75def6f4744e39314b6982a8b00647a85b8cc34",
                "frames": 192,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002660453552380204,
                "max_rotation_error_deg": 39.215946197509766,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 119,
                "qpos_sha256": "a92aad35c25c91c535c9223ffa1b31ceaed1b6bc529c0d780c43b5b85989600f",
                "output_state_sha256": "4b007aab7ea10f92a6545b39f4ef866a713314a4223652843282ddadaf7957f2",
                "frames": 123,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002645095344632864,
                "max_rotation_error_deg": 39.862037658691406,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 120,
                "qpos_sha256": "4ae4c298572070998d89d823bd7953e9257379da36560555548db3a540970286",
                "output_state_sha256": "21da9bdb1d4c9300aa688875587d40238a938ec35a86b200ae93390580b7b700",
                "frames": 278,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026568558532744646,
                "max_rotation_error_deg": 40.65239715576172,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 121,
                "qpos_sha256": "80aa9d07d44c7b1e4169b31edd1b3228c5a4a0a7d28dad60521acfebdcd78c9d",
                "output_state_sha256": "554829922c350a40dea90c1303f5485485ed5b3b679b79f7e29c2eca2bc92bfa",
                "frames": 169,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025703790597617626,
                "max_rotation_error_deg": 39.1636848449707,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 122,
                "qpos_sha256": "867e61b204a02035e196f0c947a7de221a8b5062a780229b5a64fffd961fc7eb",
                "output_state_sha256": "5d5f98c23bbb769aa1feb66c65ac8be0171e2901a208dab53399c5c3cda15a9f",
                "frames": 270,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002613422926515341,
                "max_rotation_error_deg": 39.84468078613281,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 123,
                "qpos_sha256": "53b943ab8d44ecbc2bb39ea7c63e3a806163a9ada2c7c8b8f03986af351467a3",
                "output_state_sha256": "ef2474c1edd418c0c34511d614b24c20631fbc00c1a937572d252f9fdf89cd3e",
                "frames": 308,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002613229211419821,
                "max_rotation_error_deg": 38.83122634887695,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 124,
                "qpos_sha256": "3a4d058a09f24d2f283eea98ea3dc1acbfaf4125f01e125dfa5c5db37961d83c",
                "output_state_sha256": "f1705bf51ecd1dd393eecb853dba887cb16fafae16db2d8fe6e12ab956315719",
                "frames": 295,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025088016409426928,
                "max_rotation_error_deg": 38.011104583740234,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 125,
                "qpos_sha256": "4be39f85cb03551c4101f3b9ef6b2d8eaf677248d2b7a241eec1539c0a277284",
                "output_state_sha256": "5d6dc81ab6818464d0aec17f1f245fac01a53cd55cdef192b979699736de1569",
                "frames": 279,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024770894087851048,
                "max_rotation_error_deg": 36.39219665527344,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 126,
                "qpos_sha256": "904992e16f76cef7f2e9eed9841b027ab739d142505b8444ddee64e743744e89",
                "output_state_sha256": "986e1b56af393f34d0eb5cfa5ca9d103ee0487ea238e604e9e1d8785e6de71bc",
                "frames": 259,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025262709241360426,
                "max_rotation_error_deg": 38.29744338989258,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 127,
                "qpos_sha256": "5bc517c505aa004734b4d8966f5ab218db547bfd344149b5752c4bdcef122961",
                "output_state_sha256": "cf2a42903be8b4c36c81747a91f886edb4d006641a4416f80a34511f15f64496",
                "frames": 239,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026717614382505417,
                "max_rotation_error_deg": 40.1904411315918,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 128,
                "qpos_sha256": "86131fcbcd9d3bddbf3532a2fb27ee9a051d857778c521c916adc52cbc950ce0",
                "output_state_sha256": "7cb3d4b06d097a4e5f227bfa1af0ceceadd5aa32d5de6e3a9ab5bfa75ddf17c8",
                "frames": 194,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024623831268399954,
                "max_rotation_error_deg": 37.409488677978516,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 129,
                "qpos_sha256": "4fdabaf3ccf765a1a6d2fb23f4a9c0f66a6ab69d18832885df23e58e688d9aec",
                "output_state_sha256": "bfafa8ce32e7c280112a1e3b3e3f898a9da3dd9906f7aaa65803e61207cb4bc5",
                "frames": 240,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024728092830628157,
                "max_rotation_error_deg": 37.01832962036133,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 130,
                "qpos_sha256": "49965cbcd08289a99b5058f5191e8cc3b6719e7f0e0ddf813a7729f66fc23852",
                "output_state_sha256": "c5e26debca17231ee1c822a49884e1349b69045275ecc4927552b6c62b34debe",
                "frames": 292,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002480043563991785,
                "max_rotation_error_deg": 37.433502197265625,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 131,
                "qpos_sha256": "acb4607fe7eec9cb9a1760e584afedd8ce23ab8fafced10e8e28e6f8147732f8",
                "output_state_sha256": "9a83be30f872a60d6af0cd4b325661a4e21a2fcc4d0e957a52d7c539dce537e0",
                "frames": 283,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024796132929623127,
                "max_rotation_error_deg": 37.070404052734375,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 132,
                "qpos_sha256": "9e592b1ed67d3a44cfb462077dc75ab3d6ed77d9caf3c4e06e1d2cb4252a6f88",
                "output_state_sha256": "e1d319c399c3a469aeae30d81aeda13f24ab94ef7aff8b5c2c22b0de51fb55d5",
                "frames": 335,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0023663511965423822,
                "max_rotation_error_deg": 35.366676330566406,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 133,
                "qpos_sha256": "50f75a9bba55dfa0a46608f1cd7e17504f1e4658d8b29e02bd0cc26b8acf12c7",
                "output_state_sha256": "695414c38f293c9b53e7cfc1d6e20acb00830df0670c39ae1f5f79f65e826412",
                "frames": 276,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025097965262830257,
                "max_rotation_error_deg": 38.78470230102539,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 134,
                "qpos_sha256": "5126f632d950af5a68dce70dc9b336ad937f003ac33c6381ee23c7585b0fcde9",
                "output_state_sha256": "17205f07bb83d274786e0fc49396e7efb16571a55cfef2e18cdf111558a27169",
                "frames": 332,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024683531373739243,
                "max_rotation_error_deg": 40.795692443847656,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 135,
                "qpos_sha256": "48e40620de975747081a34eb999b0b1b7e1daaafcd8b257631ea93f1fccda2f3",
                "output_state_sha256": "3501ff938d6c55f03d5e5ce7203766176c348d93d7accf404e348ba5ef3b500b",
                "frames": 465,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024922392331063747,
                "max_rotation_error_deg": 39.695499420166016,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 136,
                "qpos_sha256": "73bcd650447b2171fa97b6cf67b9da9a0bcd93928abe5d9075dcfb2b7dd52027",
                "output_state_sha256": "1d829b96b21efd587f3b2e73a235269333262319ca4f09773deeaa32e443b22d",
                "frames": 251,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025068712420761585,
                "max_rotation_error_deg": 38.86903762817383,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 137,
                "qpos_sha256": "edd85e00cd240583df6ff104b979562344e3151201c9635ddb85549e62532001",
                "output_state_sha256": "ec56c1922d92241120eaa3ad51f293de68ddced6c48ca672bb6eeab6578bbc55",
                "frames": 228,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002586305607110262,
                "max_rotation_error_deg": 40.03227996826172,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 138,
                "qpos_sha256": "00fa306445e3a2a4696b9d4ddbbc3d2846a591aee38ee0e707395312723f918b",
                "output_state_sha256": "4dbf79c69f79b1a0dc39822cba0e2d27ad67889b7e61e651b2f61f53f95d7b05",
                "frames": 386,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024842312559485435,
                "max_rotation_error_deg": 37.67975616455078,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 139,
                "qpos_sha256": "ddaca481e2fafa1ab7ec46765b476c168e50272032d51d24dd902c5b779e2683",
                "output_state_sha256": "137c89ce5ed7ed6fda249251d6bad08a45010946451a712f1974919ccda994c5",
                "frames": 143,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002368153538554907,
                "max_rotation_error_deg": 36.16792678833008,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 140,
                "qpos_sha256": "c75e08d98d8f598c8abc787551bda2d6ce667be00f96a7768d0345eac1deb01c",
                "output_state_sha256": "381cdf6d29b304ae96473d5bd93d613bca698513137dbdde6a287d2c7994921e",
                "frames": 296,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.003343947697430849,
                "max_rotation_error_deg": 33.01725387573242,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 141,
                "qpos_sha256": "4459b12c974e6dae3f3d32c50982d62ff251760ba80439a552b01e25882bce25",
                "output_state_sha256": "a4c397635f07eb759aa3db457d53ba6bbbe3c8d871498a3aa45ebbca66f239af",
                "frames": 259,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004734350834041834,
                "max_rotation_error_deg": 37.00733184814453,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 142,
                "qpos_sha256": "9d95eb0b2639ba525efc2d5f4f1032aec70be1b7f42b7601796b4d69a08c892c",
                "output_state_sha256": "6369505cd812b78e1c1724ff0e5ad13c8188cf9f653d681a0bc86a7aa618ab3c",
                "frames": 225,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002354827243834734,
                "max_rotation_error_deg": 36.374717712402344,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 143,
                "qpos_sha256": "d46de5e3135829e19d294a1181ed02c183bed22d920ee3332b085da48107366a",
                "output_state_sha256": "cf283bebe674469a01b2b64ab5d4048323eb30ab3edd5be6a3fe211a7a62c883",
                "frames": 285,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024896585382521152,
                "max_rotation_error_deg": 38.242431640625,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 144,
                "qpos_sha256": "8c34866179827c9f6f8f93852b3f8eebc83880193c49a6a7c7442a7cc22c0f0e",
                "output_state_sha256": "377e05476f69b6c43bf25730bf08b5e5cf57ff194363b02a067cbd352c013775",
                "frames": 185,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002482223091647029,
                "max_rotation_error_deg": 37.831478118896484,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 145,
                "qpos_sha256": "6bdbb1f0f47adde47cebf25073e54f2fa28c2671ce4ed468fcebbafdc7f26705",
                "output_state_sha256": "36c60bb73927676249b9d805d356f7f86b9b18aaa5c54a1ab90acbcdbb18bcac",
                "frames": 247,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002517136512324214,
                "max_rotation_error_deg": 38.515499114990234,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 146,
                "qpos_sha256": "aa5697a378709623ec30b725884129466d94eb2b4827c76845abbb067e353767",
                "output_state_sha256": "38131c18689dc6da553a4328551a05705036662bf4404edc38cbe08ad26d8956",
                "frames": 324,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025491390842944384,
                "max_rotation_error_deg": 38.390159606933594,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 147,
                "qpos_sha256": "ae365f8502c9498f37aa3144072f2717b8ebb74c0986af192d60269cfd92ba7b",
                "output_state_sha256": "e80964dbef35f0af9f6e29bef8e2ee7f205fc9d0f60743f838a9b9909e73b530",
                "frames": 342,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025242753326892853,
                "max_rotation_error_deg": 38.11750411987305,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 148,
                "qpos_sha256": "baebced3575d2361b2f846b6e9574c4536339cbd690b980d8e9eecbd7ab99cb8",
                "output_state_sha256": "25b283c143bd0fb6f19eaf2bf5be5d7b67e26806eb0f2a1489f4af5b9b81b727",
                "frames": 281,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025296711828559637,
                "max_rotation_error_deg": 39.73473358154297,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 149,
                "qpos_sha256": "21bd14a3dd34d29e5ce7e7a7c5c1306494ec32145c146c571da5242a4af2c17d",
                "output_state_sha256": "84b366bbe70392e9fc380e2dd0d4ac69baef838021d4909fb706ea755d6c988c",
                "frames": 367,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002500534290447831,
                "max_rotation_error_deg": 38.63058090209961,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 150,
                "qpos_sha256": "dbeecf2a892efd69966fdc2ccd7391dcf3a3abd9a8cc9eea1fc079c48600ee4d",
                "output_state_sha256": "6debca984edb787f416fe26bc88f33f52e45705f86175f1de1b5bd3d3cfec3a7",
                "frames": 193,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002368154702708125,
                "max_rotation_error_deg": 36.08018112182617,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 151,
                "qpos_sha256": "d8d4bf3858b95d7ad51647b049e7d5831a386c23f8db151045f4c770e76a743d",
                "output_state_sha256": "17f4f6cf6947c667fa1be4e4ee840dc2224ef3cfa99db8fd289e7b3985fd1a58",
                "frames": 357,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025160242803394794,
                "max_rotation_error_deg": 38.47972106933594,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 152,
                "qpos_sha256": "bf474c6a33b152588ae94b8b8e9daba6580d5d0124a7350786963897d2a27016",
                "output_state_sha256": "6066cab3254728201903beeb9f0c2e69290c33796058caa51908bd763091099c",
                "frames": 299,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025750703644007444,
                "max_rotation_error_deg": 46.6500358581543,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 153,
                "qpos_sha256": "baca4aa977074188d6b2ec211fc6ea92e8ca72609cac52850a988eb97fe6c668",
                "output_state_sha256": "6fb8a5ac55f12e65fd793b8a8202d2922f69d0dd581f9004f1f14bbffaa70027",
                "frames": 244,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025123252999037504,
                "max_rotation_error_deg": 37.3397331237793,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 154,
                "qpos_sha256": "edbc88dd53f19228088719a33e65070d7c84c536cdaac31281f49c8724f41ffc",
                "output_state_sha256": "31c4d65a45eb02fdc83c4e7354e846d9f5ed9e833faea84dd67129db81373a67",
                "frames": 255,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025519507471472025,
                "max_rotation_error_deg": 38.1360969543457,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 155,
                "qpos_sha256": "18e8c018462c79156758016a9c5152a48d832ce72e61844f7848cce044d105c0",
                "output_state_sha256": "869615566a72ec8e9d515e12d6babf33f88214551cb7eb28f1f9ff8d51b66e30",
                "frames": 230,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0031335297971963882,
                "max_rotation_error_deg": 38.623722076416016,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 156,
                "qpos_sha256": "8200c68ba71adf526ad0f10d5cbe7a9d1e53b934afcc7e22073debd87a9445f1",
                "output_state_sha256": "71f02a347cad4110465555b21ccc60ea8ff99e83e2517851b5020bc4a43a8e52",
                "frames": 250,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026491356547921896,
                "max_rotation_error_deg": 38.7459716796875,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 157,
                "qpos_sha256": "783325dc9aa5d986fe892efd9cab476ea404d7bd263979053df04a63b85db328",
                "output_state_sha256": "a108bbf0d4e5d518c82ebc6960f7361594c89f142b1365d634d31ace9290016d",
                "frames": 292,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024824419524520636,
                "max_rotation_error_deg": 38.064674377441406,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 158,
                "qpos_sha256": "f9fa48e6dad25b8ea5c08c83bdee2f2d2103af084f8788aafca2b3603df86466",
                "output_state_sha256": "47ee8f39bd490039753af9431795fb3935e935263ead238e02c733128b840edb",
                "frames": 382,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025214138440787792,
                "max_rotation_error_deg": 38.684688568115234,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 159,
                "qpos_sha256": "6acd5f277513cec53d0fe5f87874f8498caa610451d63a9b7f7f95c6c45f052f",
                "output_state_sha256": "d0b642c8a75a20d326a612ba7370ec2a4401a4470d5f9acd7112868729b6d653",
                "frames": 638,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002622828120365739,
                "max_rotation_error_deg": 39.83070755004883,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 160,
                "qpos_sha256": "99767929b9873f1648f7897b4edafb85b32b30f42634840e300ba451dc373d59",
                "output_state_sha256": "519684fa4b811d805090fa4b2d44792be9722dce0d5e8da8b39ffad2ba3fe6ae",
                "frames": 282,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002541744615882635,
                "max_rotation_error_deg": 38.531959533691406,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 161,
                "qpos_sha256": "743d59f57a18422be983cf225963cc251e43ef310d5e2b0747893fa49807bbcb",
                "output_state_sha256": "c7b3df6de82354f89e1550e04d99703f4c8a8f0cad47b6fe3e1dc3074aabc002",
                "frames": 336,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025924290530383587,
                "max_rotation_error_deg": 38.41541290283203,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 162,
                "qpos_sha256": "c5ec10fcde52a0780cb1a34acdd4c616e30077a21240c5e9154b69e0a794e1c5",
                "output_state_sha256": "960887162de5a053906c653a5659a1c02d7629cada19d2099283b37fc86d31fe",
                "frames": 395,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002521773800253868,
                "max_rotation_error_deg": 38.06802749633789,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 163,
                "qpos_sha256": "5a0025e0d23ad8f5a9b625a7e1115718e5cfcf887697e7aa8e211b84e423550b",
                "output_state_sha256": "d3bffc451688aead3150d3ed47010728630145420323ef121df4aaa1f3e38427",
                "frames": 448,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024969475343823433,
                "max_rotation_error_deg": 37.69472885131836,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 164,
                "qpos_sha256": "0f1556509a381e458d944e17c05b49409307fc47c285a36f68c82ac87a1569db",
                "output_state_sha256": "b56c0c03acb7057071f8073fb9a05b09c2820ce72a05478b537ad84ef8be99ad",
                "frames": 361,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026865373365581036,
                "max_rotation_error_deg": 39.247928619384766,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 165,
                "qpos_sha256": "8646f13018e96653be493db1fe55f90bd2386a95c54cb8c47c01609b93ef3f03",
                "output_state_sha256": "2b4b71e3e25c447411c7be9cd3085514866eec0877f0807bf2210c432d77bf15",
                "frames": 298,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002668110653758049,
                "max_rotation_error_deg": 41.65046310424805,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 166,
                "qpos_sha256": "396f90dfc61bc16eebb1d7d1ae8a628652664911ee02796ca11e21b50ee42bb4",
                "output_state_sha256": "8b33c52ec4fd85c7c673e45ffb3ed0700fcbbcb8b03091c16a376b85439338bf",
                "frames": 428,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026434895116835833,
                "max_rotation_error_deg": 38.527862548828125,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 167,
                "qpos_sha256": "9db0af6713e6323454634f46a17aa41f7cce1b86f75e63942332525e78b1cbfe",
                "output_state_sha256": "85f49b41bcd55fa8f79d84d017c22066cab5b4e34312ca5018997ea5f2a783ce",
                "frames": 324,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025583356618881226,
                "max_rotation_error_deg": 38.02347183227539,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 168,
                "qpos_sha256": "cc14a4c3ccea3f50830d4ec979a401ef814546ea8e0192d66aaaa150ae24909b",
                "output_state_sha256": "2ea30d354f5128314fc9d32efbbd799b7bfec7c7b76a3ed385194094b92b3fdf",
                "frames": 380,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002616371028125286,
                "max_rotation_error_deg": 39.62752914428711,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 169,
                "qpos_sha256": "5e94a102562325edc23f472710c00bdc3640e2ed4ea2ed7c64f7dbfd6be064fa",
                "output_state_sha256": "18a95ebcb63aa5686ff94a158669124899bc29de54ca5ef630340e467a41b76f",
                "frames": 244,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002603391883894801,
                "max_rotation_error_deg": 40.21168518066406,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 170,
                "qpos_sha256": "e00b766bf0d53addd3dfd8b18a81f13a8b69b4818772574e95f4e513cbc777f7",
                "output_state_sha256": "47efde37ccf104e31b1df8aca41059da2a4bd27651ae7c10279c8d119837c916",
                "frames": 378,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002696806099265814,
                "max_rotation_error_deg": 39.595298767089844,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 171,
                "qpos_sha256": "2278d0fba345fdc359449154c3528046d8f26ff857a9c43dbd9f95f199b8ea8c",
                "output_state_sha256": "f6f08100e4f71bec0e06e86890a02fe120799d5b9011c7bae1faac4a60ff7e51",
                "frames": 420,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026405216194689274,
                "max_rotation_error_deg": 39.77347946166992,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 172,
                "qpos_sha256": "e0935d63a9e6b8dffdf02ab6ce345b66bd1ff73268c8a983f8a404427182cfb7",
                "output_state_sha256": "4faf16d33479d17dfebebc69d025884260fb9d15595217d8140138640d50f6f3",
                "frames": 251,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026571168564260006,
                "max_rotation_error_deg": 39.929527282714844,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 173,
                "qpos_sha256": "169b8a8fc932e9cf2dda1329fe07f5bd2958fa834d5b7470311cb4897f613798",
                "output_state_sha256": "2f8db34d7b030f054a0bb71859b5e5f55a3fbaa311356f998c8f9a5689a5ffac",
                "frames": 216,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026096587534993887,
                "max_rotation_error_deg": 38.3769645690918,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 174,
                "qpos_sha256": "b3dd9c3481771b14306161142fe02371dedc06eb70d21a39ff2370a4bcbd3809",
                "output_state_sha256": "c7b2ae91a2c7593226f28e42268eccdd5fa541ea34bd780c57836a9f634e7c35",
                "frames": 339,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002475022803992033,
                "max_rotation_error_deg": 37.99805450439453,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            }
        ],
        "controller_device": "pico",
        "raw_controller_debug": false,
        "quality_filter_enabled": true,
        "quality_source_accepted": 175,
        "quality_source_rejected": 0,
        "converted_source_episodes": 175,
        "source_state_semantics": "workspace_controller_pose7_plus_gripper_widths",
        "derived_dataset": true,
        "joint_names": [
            "left_shoulder_pan.pos",
            "left_shoulder_lift.pos",
            "left_elbow_flex.pos",
            "left_forearm_roll.pos",
            "left_wrist_flex.pos",
            "left_wrist_roll.pos",
            "left_gripper.pos",
            "right_shoulder_pan.pos",
            "right_shoulder_lift.pos",
            "right_elbow_flex.pos",
            "right_forearm_roll.pos",
            "right_wrist_flex.pos",
            "right_wrist_roll.pos",
            "right_gripper.pos"
        ],
        "export": {
            "schema_version": 2,
            "layout": "lerobot_bi_piper_follower",
            "robot_type": "bi_piper_follower",
            "robot": "piper",
            "source": "XHUMAN xhuman/robots/piper/piper_sdk_interface.py (DEFAULT_JOINT_LIMITS, JOINT_SIGNS, get_status/set_joint_positions) and xhuman/robots/bi_piper_follower/bi_piper_follower.py (JOINT_NAMES)",
            "names": [
                "left_shoulder_pan.pos",
                "left_shoulder_lift.pos",
                "left_elbow_flex.pos",
                "left_forearm_roll.pos",
                "left_wrist_flex.pos",
                "left_wrist_roll.pos",
                "left_gripper.pos",
                "right_shoulder_pan.pos",
                "right_shoulder_lift.pos",
                "right_elbow_flex.pos",
                "right_forearm_roll.pos",
                "right_wrist_flex.pos",
                "right_wrist_roll.pos",
                "right_gripper.pos"
            ],
            "columns": {
                "left_shoulder_pan.pos": {
                    "mode": "range_m100_100",
                    "sign": -1,
                    "lower_rad": -2.6179938779914944,
                    "upper_rad": 2.6179938779914944,
                    "closed_rad": null,
                    "open_rad": null
                },
                "left_shoulder_lift.pos": {
                    "mode": "range_m100_100",
                    "sign": 1,
                    "lower_rad": 0.0,
                    "upper_rad": 3.141592653589793,
                    "closed_rad": null,
                    "open_rad": null
                },
                "left_elbow_flex.pos": {
                    "mode": "range_m100_100",
                    "sign": 1,
                    "lower_rad": -2.9670597283903604,
                    "upper_rad": 0.0,
                    "closed_rad": null,
                    "open_rad": null
                },
                "left_forearm_roll.pos": {
                    "mode": "range_m100_100",
                    "sign": -1,
                    "lower_rad": -1.7453292519943295,
                    "upper_rad": 1.7453292519943295,
                    "closed_rad": null,
                    "open_rad": null
                },
                "left_wrist_flex.pos": {
                    "mode": "range_m100_100",
                    "sign": 1,
                    "lower_rad": -1.2217304763960306,
                    "upper_rad": 1.2217304763960306,
                    "closed_rad": null,
                    "open_rad": null
                },
                "left_wrist_roll.pos": {
                    "mode": "range_m100_100",
                    "sign": -1,
                    "lower_rad": -2.0943951023931953,
                    "upper_rad": 2.0943951023931953,
                    "closed_rad": null,
                    "open_rad": null
                },
                "left_gripper.pos": {
                    "mode": "range_0_100",
                    "sign": 1,
                    "lower_rad": null,
                    "upper_rad": null,
                    "closed_rad": null,
                    "open_rad": null
                },
                "right_shoulder_pan.pos": {
                    "mode": "range_m100_100",
                    "sign": -1,
                    "lower_rad": -2.6179938779914944,
                    "upper_rad": 2.6179938779914944,
                    "closed_rad": null,
                    "open_rad": null
                },
                "right_shoulder_lift.pos": {
                    "mode": "range_m100_100",
                    "sign": 1,
                    "lower_rad": 0.0,
                    "upper_rad": 3.141592653589793,
                    "closed_rad": null,
                    "open_rad": null
                },
                "right_elbow_flex.pos": {
                    "mode": "range_m100_100",
                    "sign": 1,
                    "lower_rad": -2.9670597283903604,
                    "upper_rad": 0.0,
                    "closed_rad": null,
                    "open_rad": null
                },
                "right_forearm_roll.pos": {
                    "mode": "range_m100_100",
                    "sign": -1,
                    "lower_rad": -1.7453292519943295,
                    "upper_rad": 1.7453292519943295,
                    "closed_rad": null,
                    "open_rad": null
                },
                "right_wrist_flex.pos": {
                    "mode": "range_m100_100",
                    "sign": 1,
                    "lower_rad": -1.2217304763960306,
                    "upper_rad": 1.2217304763960306,
                    "closed_rad": null,
                    "open_rad": null
                },
                "right_wrist_roll.pos": {
                    "mode": "range_m100_100",
                    "sign": -1,
                    "lower_rad": -2.0943951023931953,
                    "upper_rad": 2.0943951023931953,
                    "closed_rad": null,
                    "open_rad": null
                },
                "right_gripper.pos": {
                    "mode": "range_0_100",
                    "sign": 1,
                    "lower_rad": null,
                    "upper_rad": null,
                    "closed_rad": null,
                    "open_rad": null
                }
            },
            "assumptions": [
                "Firmware joint limits equal DEFAULT_JOINT_LIMITS; the plugin queries them from the arm at connect time and does not store them in the dataset.",
                "Gripper 0..100 spans the embodiment's full opening; the plugin's per-machine gripper calibration (closed/open micrometers) is not part of the dataset."
            ],
            "use_degrees": false,
            "degrees_option": "never",
            "source_repo_id": "local/tblock-all-piper-clean-v6",
            "source_state_layout": "yaml_arm_joints_plus_logical_gripper_width_m",
            "source_robot_type": "piper",
            "gripper_fraction": "width_m / gripper_max_width_m",
            "gripper_max_width_m": 0.066,
            "camera_map": {
                "left_wrist": "left",
                "workspace": "top",
                "right_wrist": "right"
            },
            "dropped_columns": [
                "calibration_id",
                "source_kind"
            ],
            "clipping": {
                "tolerance_rad": 0.002,
                "clipped_values": {
                    "action/left_elbow_flex.pos": 379,
                    "action/right_elbow_flex.pos": 67,
                    "action/right_shoulder_lift.pos": 1,
                    "observation.state/left_elbow_flex.pos": 377,
                    "observation.state/right_elbow_flex.pos": 67,
                    "observation.state/right_shoulder_lift.pos": 1
                },
                "max_overshoot_rad": 3.5879437786092534e-05,
                "remaining_out_of_range": {},
                "why": "The IK solver's soft joint-limit constraint settles microradians past a limit; a driver with a hard accepted range rejects any value outside it instead of clipping, which would freeze the robot."
            },
            "state_semantics": "IK command replayed from the robot-agnostic capture; not measured follower feedback."
        }
    }
}

Citation

BibTeX:

bibtex
[More Information Needed]