CoolFace
Datasetpublic

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

This dataset was created using LeRobot. Dataset Description Joint-level bimanual piper dataset derived from local/tblock-all-piper-clean-v5. 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-v5-bi_piper_follower.

sourceHugging Faceotherupdated 22d agoView on Hugging Face
0likes375downloads
Dataset Card

This dataset was created using LeRobot.

<a class="flex" href="https://huggingface.co/spaces/lerobot/visualizedataset?path=murobotics/tblock-all-piper-clean-v5-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-v5. 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": 176,
    "total_frames": 47539,
    "total_tasks": 1,
    "chunks_size": 1000,
    "data_files_size_in_mb": 100,
    "video_files_size_in_mb": 500,
    "fps": 30,
    "splits": {
        "train": "0:176"
    },
    "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": "f1fa4da04312650366c70d8bf2ca588467b874dfc71779082ce0f4e74c778433",
            "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.03,
                    "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,
                16,
                22,
                31,
                48,
                49,
                50,
                51,
                52,
                53,
                56,
                63,
                64,
                65,
                92
            ],
            "removed_automatically": [
                2,
                6,
                9,
                12,
                16,
                22,
                31,
                48,
                49,
                50,
                51,
                52,
                53,
                56,
                63,
                64,
                65,
                92
            ],
            "removed_by_reviewer": [],
            "removed_frames": 4236
        },
        "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": "cef49ad44b1f142e3c34d37ae4c95b6276bbd97e919afd17a3d5924ba5442b86"
        },
        "absolute_orientation": "relative-start",
        "initial_solve_iterations": 12,
        "initial_position_tolerance_m": 0.01,
        "ik_fidelity": [
            {
                "source_episode_index": 0,
                "qpos_sha256": "9ebf36e0d651705ba68b9d0207bb4b782442b2866f3417845bcbf6b347c3ce04",
                "output_state_sha256": "d7ac4b51b81a8b8b150034ae44d04cbd1fed2268354b4fa32cd862af8c48ea49",
                "frames": 320,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0035676583647727966,
                "max_rotation_error_deg": 43.06548309326172,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 1,
                "qpos_sha256": "581896137522d18b52e3d1a7347d7299d2e081308789aaa3cd401e67456cea41",
                "output_state_sha256": "e92878318754ad48f62eadac3b784e2bf7bbdec6b83d0c1c89ddbb5069166339",
                "frames": 324,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0054969582706689835,
                "max_rotation_error_deg": 43.238609313964844,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 2,
                "qpos_sha256": "3b1e86d210af95d0eee3dd980cc4d68147a5bc756462ef1a9f42e9ac9cf3899e",
                "output_state_sha256": "03f9647330684e4fbcd37ab47e3f583b5caa2262e71ce38acde24caf0b0f5b01",
                "frames": 288,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.005796694662421942,
                "max_rotation_error_deg": 42.760005950927734,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 3,
                "qpos_sha256": "17db04ed303649ce92c53fda982057e9635ddc7b0b512b99c3e069875976f3bf",
                "output_state_sha256": "0c202f928e03f6f5793aff942c2216633c1fec4c0778a8fae44d674103d586d7",
                "frames": 247,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.005059597082436085,
                "max_rotation_error_deg": 43.235347747802734,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 4,
                "qpos_sha256": "63f9325ce09bf36f52020486f22af4f45e2d3fcd7407508093ff7add84254c99",
                "output_state_sha256": "dc0fee8d54660de906eebcb8562537b2551c53daf7cc0ef236075f0c8a0e07a8",
                "frames": 146,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.005853941198438406,
                "max_rotation_error_deg": 44.95139694213867,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 5,
                "qpos_sha256": "6bbf8ad9c020d6ac12bdaef0f574aeb7d75cb5286c525d9e8d7bca7a5a90009a",
                "output_state_sha256": "1b308945c28fd8ba0f96a500e4434f9d6c7746b314fb31bd0907f41781c3ae34",
                "frames": 283,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.003605608129873872,
                "max_rotation_error_deg": 44.461143493652344,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 6,
                "qpos_sha256": "e92aae10437d32c6202f76d965d3cd7178451de78a0c9b162dd5baa9676f2dea",
                "output_state_sha256": "f63dbb9c5493286680ceb1bf0adb6b3a2a0d4575c15c75dd719bf5dbf5a37fc7",
                "frames": 233,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004220844712108374,
                "max_rotation_error_deg": 48.94486999511719,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 7,
                "qpos_sha256": "033b66d64fb20bb8b351c1c500eabcf416938c8e5a436eec476b95e19e50704a",
                "output_state_sha256": "1fd8accccde2cb1a6831e34c3bbc6235942413fedd19f80babe0bcb770f4e506",
                "frames": 234,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004418413154780865,
                "max_rotation_error_deg": 46.91123962402344,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 8,
                "qpos_sha256": "fa5145e92ac93df11b756c79cb0093a0169fd7b93381ff61fd26482a1b0342b5",
                "output_state_sha256": "e124a8dc7c398aceba739f2627b3f472fe4d1001178610563c8b9398356a7c14",
                "frames": 184,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004285970702767372,
                "max_rotation_error_deg": 47.94084167480469,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 9,
                "qpos_sha256": "f92f95f245bf7ad660fcbdb6831345650b5c96a0c1bc83c4d88fd68fb841834b",
                "output_state_sha256": "4681f73ec2ace3a520b14639d77e8fa22435ff093ef3e2e95cea6cf370e231c8",
                "frames": 255,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004313530400395393,
                "max_rotation_error_deg": 46.373291015625,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 10,
                "qpos_sha256": "40616c96822a4759958431a8fc7a7b5ea26fa633df49057edd46628fbe60a866",
                "output_state_sha256": "13fe91ed07f39245cfee02c984c4e735b7ac0d86b8adf0fc23e94abe23861d8b",
                "frames": 201,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0031522936187684536,
                "max_rotation_error_deg": 44.997650146484375,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 11,
                "qpos_sha256": "d376c5b0c11a45fd301cb68e4bfc7bc0fed05cf25e90f15c5e2acd1165d4c291",
                "output_state_sha256": "6a25dc138a574001ff64485ca6f27c40a19e698be639eb88e9479f43c8ba29ba",
                "frames": 197,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0036480340640991926,
                "max_rotation_error_deg": 45.00923156738281,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 12,
                "qpos_sha256": "22581dd8131376a0777c73ebbe4cb6e4276c6478417a21a04ae88d7fc41ae730",
                "output_state_sha256": "14b29f5b2bfc76bb4c9eb840a2a1315fc723c99acac153abba7155377e72b209",
                "frames": 215,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0033296348992735147,
                "max_rotation_error_deg": 44.35750961303711,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 13,
                "qpos_sha256": "5c44c91636f01fe892003c07415c1edff95c6bc270bebbfdcdee2e06b8054c01",
                "output_state_sha256": "b77daba59747e93fa24919ea9722256b25e1a0557f13b162b1d950560b75d6d0",
                "frames": 239,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0036983308382332325,
                "max_rotation_error_deg": 43.116275787353516,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 14,
                "qpos_sha256": "4645ef32b737c6672d4dc348684a26afe8faef46437ccf180eb9ccfff396e6e6",
                "output_state_sha256": "5d7a3b088e6a6f913bddf9dfd6d8e60735914f10a86bb481fe7630259c17f46f",
                "frames": 176,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.009362275712192059,
                "max_rotation_error_deg": 59.07268524169922,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 15,
                "qpos_sha256": "6ba446f03d8211422d4dfed546878ad34721ab1734a9dda052590cbd98805045",
                "output_state_sha256": "4c1389481545db168625e906a096730b92b2e37afdef4f54623494d2a02a8fa2",
                "frames": 259,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002486976096406579,
                "max_rotation_error_deg": 33.889801025390625,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 16,
                "qpos_sha256": "84a4d0f8ff42e38b09f523f4c5832521f6bd3c114e51d397462038ad8a1e8a32",
                "output_state_sha256": "ba05596a677c63fd0eb7a83d373cae15f4f50e1a030444a0516d299b84b1b61a",
                "frames": 282,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025792676024138927,
                "max_rotation_error_deg": 34.38896560668945,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 17,
                "qpos_sha256": "e2bb03ba144e8d91c072b944492b993575b0efcba09f606394de141b54c745de",
                "output_state_sha256": "0c2a6245ec152293f937eb801d62ee3afbe373f49e94309c39118a884281887e",
                "frames": 214,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0027069959323853254,
                "max_rotation_error_deg": 35.99052810668945,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 18,
                "qpos_sha256": "0a8432011b0aa3e50ebe5905361f4b3f15a73da2b7bc900dc1944870107fd335",
                "output_state_sha256": "1d2e10169d522b2e3733740d6dabebe03859a67384d8c815fc27ebcd649ee419",
                "frames": 182,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0033451446797698736,
                "max_rotation_error_deg": 39.2156982421875,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 19,
                "qpos_sha256": "1edc6928d5a57b8886c47c01c8db30adbe179c8d739c40a9bc4f805f980903e5",
                "output_state_sha256": "4179391706050aa420faa4e948203e022312255e7c0bbc830786055291c3efa0",
                "frames": 398,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026168134063482285,
                "max_rotation_error_deg": 35.97359085083008,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 20,
                "qpos_sha256": "35acf81e4fbf67aacf1336c01725b96bd12213b0b638cc966335a9b54872e586",
                "output_state_sha256": "e261d0325e0bc3344a07712c79fa9d2bf7d81803bd218bec0ca09c78ae14c41c",
                "frames": 324,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024484668392688036,
                "max_rotation_error_deg": 33.955223083496094,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 21,
                "qpos_sha256": "c3c3de8f17bdff94c554a6f10b2da3ffc88f4d8cc707a82c78fd90c9f6aab935",
                "output_state_sha256": "cad57e19ab2adb3a1fa6c576a1eefa541d36c97fd3e46b79141ec1835db45b83",
                "frames": 187,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.01750960387289524,
                "max_rotation_error_deg": 33.283878326416016,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 22,
                "qpos_sha256": "a4003e1ee2788e69793f8f599eccc35d17c59f028e274f56b96fe70665fd2357",
                "output_state_sha256": "615b75eb42b2fa033495c8ddeb1433f48fe70d1e78fd6912a7c846ec759b837d",
                "frames": 269,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002464412245899439,
                "max_rotation_error_deg": 33.21027374267578,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 23,
                "qpos_sha256": "c571c6a7096b9e00ddb1c076ff080e65e0739aabd62eea361a0e12fb9c6ce465",
                "output_state_sha256": "51e9aae3092ce576cdd99f60290a40325935ae91f98249bcd9a11b19436cee39",
                "frames": 467,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.003903116099536419,
                "max_rotation_error_deg": 34.163551330566406,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 24,
                "qpos_sha256": "3f35908bfd80f7c9347e21af94a01a3252049d77773f826b483a71a50b39d8ca",
                "output_state_sha256": "eafa81a51b04dc513e5d391c30ee97bed2307e11b1ce7724d39a9f601cc7028b",
                "frames": 270,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.00220293621532619,
                "max_rotation_error_deg": 29.80733299255371,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 25,
                "qpos_sha256": "f7fd4eef9c8553842365a1505f9711a460128c67fcc79aed62d34dfbf60e0e7e",
                "output_state_sha256": "0a1ee47c14472bd3c48f4b5c7a0a06b7928ebce21fbd37cbbc426d19aa9b7da0",
                "frames": 311,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0023760772310197353,
                "max_rotation_error_deg": 32.59911346435547,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 26,
                "qpos_sha256": "b5f9f1c653150c51f3699aff0d68e0242637076d6c3ed7e66b5395143c8b47c8",
                "output_state_sha256": "36d0f1744cc73f8936920b4c0419a250127295789eb48736fc30436497edef33",
                "frames": 346,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025049359537661076,
                "max_rotation_error_deg": 33.79814910888672,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 27,
                "qpos_sha256": "ad5a76feb2dd606b7383bdb0b01c5b8fd584aeb33f2437757d44d925ed49db9e",
                "output_state_sha256": "1db0764ee1aa4cb7b631598195ebe95b5ed248f96b83a826244d37145f758c2d",
                "frames": 262,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0023788446560502052,
                "max_rotation_error_deg": 33.311676025390625,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 28,
                "qpos_sha256": "182ee7f22eb57625dfe5f22878a08b560edefb269fe1ec3671e15b4d967f758b",
                "output_state_sha256": "d67b1a27676c10d4dcde3850279a2de3caababd7afd0d24153cdca6cdfa6a859",
                "frames": 296,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024533590767532587,
                "max_rotation_error_deg": 34.2741584777832,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 29,
                "qpos_sha256": "1d3b53b8b4a4e7fc4cf4398a11a1ef78c2318ec8132a03059b5e76a75db0a317",
                "output_state_sha256": "756b14480067d20c2c478c2d8a811c417d274d45777967c20f8ac16ed8931016",
                "frames": 217,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0022303378209471703,
                "max_rotation_error_deg": 30.41573143005371,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 30,
                "qpos_sha256": "cfb9d6af9cbdcb90fc0d720ff84b724ddd2d52476044bdd0f42f895fb412c1b6",
                "output_state_sha256": "a14fd4f06716b06cd74912fe09491c88135ff0ec53d38f9867c1bf92cf5a8a46",
                "frames": 309,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002535637002438307,
                "max_rotation_error_deg": 33.99748611450195,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 31,
                "qpos_sha256": "d3de4b1a426d21d733ddab176f58bb020965c2428c2d429218b51d9272d69c56",
                "output_state_sha256": "dad2f1495cdd8fb8c30294cc9568f3a1e6b64cacaccc2bf42df66e23d9d4977f",
                "frames": 258,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0023673255927860737,
                "max_rotation_error_deg": 33.16849136352539,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 32,
                "qpos_sha256": "83fe34b00c3ee2c6d4b902459f0786a9371e69f2773e448d1441b60329670652",
                "output_state_sha256": "e4f4b310bb2c291d0c82444825041e27c55d94d84d5cf98a29decec71d1f471e",
                "frames": 256,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0023446865379810333,
                "max_rotation_error_deg": 32.92685317993164,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 33,
                "qpos_sha256": "2d106408cf0d7e458a58f1678bb6b056a4b90221ab12fbfc87bcaa67761f77c5",
                "output_state_sha256": "10ee8bf57f48f4104fc5a80bcc063241ece36cf2f47d03ae5b5c911ff0b6c044",
                "frames": 177,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004128629807382822,
                "max_rotation_error_deg": 43.486549377441406,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 34,
                "qpos_sha256": "72da74ca7661ef1ae3dad847d21eb4aad297b9edd9f1a92bc8b88b449337a1be",
                "output_state_sha256": "0db77b0fe86efbffb4f9f39cb739d70640381fa003d289a1916f2bd98792227a",
                "frames": 230,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004218249581754208,
                "max_rotation_error_deg": 44.217185974121094,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 35,
                "qpos_sha256": "6f5c5ec7916b9b4b092b6b5d2915f94e66857d78b3b06796c832d87701514b95",
                "output_state_sha256": "c061a9c5132b91ba0f34bf59b556909199111c86ed9fa65424a49a1277a7c7ac",
                "frames": 273,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0040048155933618546,
                "max_rotation_error_deg": 49.400306701660156,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 36,
                "qpos_sha256": "beeb513021927ebc24cda34f8cdf3da1273e7ba8a4166b4f6bb312d17a362079",
                "output_state_sha256": "696a669bf8e22a6957bc6267135d6f8941f4c890429c53519b96a54f10490c6b",
                "frames": 196,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.013906991109251976,
                "max_rotation_error_deg": 48.8115119934082,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 37,
                "qpos_sha256": "41848515c95b7821bbcf57fff660ba685a7386eff9c1163ac0ad4b74155d78ca",
                "output_state_sha256": "d8ca7e9494693ca382d8503a718dca75e7e2a4613526d9474961634a83a81e59",
                "frames": 219,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0041770609095692635,
                "max_rotation_error_deg": 48.733909606933594,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 38,
                "qpos_sha256": "de1d2f2ba26cd16a9d97b28b2cd8cd10667080bc6295da3cbcd2b6ca23822d3e",
                "output_state_sha256": "d8193d8768a7e923ac93721a79df5c47dbeb718a152c4a533575573c47612dc1",
                "frames": 409,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004140081349760294,
                "max_rotation_error_deg": 51.185340881347656,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 39,
                "qpos_sha256": "e05f1009fb7114085c61086cfad8cc00758c09c3bfe24a9f8dab0cffd6af3469",
                "output_state_sha256": "06b5a4a4b0736c636c8260b42d35e05c66e2ff93b7c1d54290dfe017827fbd5e",
                "frames": 195,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004082877188920975,
                "max_rotation_error_deg": 50.70032501220703,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 40,
                "qpos_sha256": "2329abef11b9c37388ff3b19ba08c07e530bd186fefdc67426747c0cd7e68ca6",
                "output_state_sha256": "8ad5ec601b8d25ea06cfbbfd319c4de5e24d4708c0cf910bb0856759e26dae45",
                "frames": 217,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004393760580569506,
                "max_rotation_error_deg": 53.45590591430664,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 41,
                "qpos_sha256": "e3c54cd10e8f9ed495f25a629e9272d21e7645863494e24ba372387418b2823f",
                "output_state_sha256": "13fc2fe693ed03dd785a192aa01bb9001b8c296b943f2af73f035cfba60dfc52",
                "frames": 305,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0033507514744997025,
                "max_rotation_error_deg": 38.2969856262207,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 42,
                "qpos_sha256": "518205f79a20a0d0a0129263a30d83b547797394ce53ca6aae5d3b644fa7077a",
                "output_state_sha256": "ce67be24789a2b135bf829183afad510e750966ac27e922b673ccfe0a4314f5b",
                "frames": 312,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004066023509949446,
                "max_rotation_error_deg": 43.39949417114258,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 43,
                "qpos_sha256": "04ba0862eaa67c632b15d4b4f6c47c6780a8d84b516bb3f57f114d72fcc8fcd2",
                "output_state_sha256": "a139f2ea3a154bee95f3557d637f9aeebf905727b49d5daa5fb06fa8c5bb3258",
                "frames": 204,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.005233436822891235,
                "max_rotation_error_deg": 44.75489044189453,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 44,
                "qpos_sha256": "2aba176689c0a57ba99643f0ab5c51b028b26bba01920a99ebc56606f2a8d5ca",
                "output_state_sha256": "9cecdddf74e2711fe9dc51ba8c1b48d18d81ae69830447c57f3512a970bb0cdf",
                "frames": 305,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0036961850710213184,
                "max_rotation_error_deg": 39.56889343261719,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 45,
                "qpos_sha256": "5fdd173612fd761a3920f5a4cd5c707980445eee838bd55e8bffaa854ba649e9",
                "output_state_sha256": "e8fd5d49e104a334d9210241eb068b52759a4d2f68b816174c237c882649ef5a",
                "frames": 334,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0029962239786982536,
                "max_rotation_error_deg": 37.82555389404297,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 46,
                "qpos_sha256": "b48952a4d3a0fc4e19871ba8d48c3daee0b2f31ff96d9f9d02500e67696c854b",
                "output_state_sha256": "b07714d6df1dd9ef709af16055d77ef56b02e016a3a6da234b095c036e88f6cd",
                "frames": 323,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.00543386023491621,
                "max_rotation_error_deg": 44.027099609375,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 47,
                "qpos_sha256": "24d09cfc17271f815bdb293c01f4084a89fbcb1c3d7fdf4065a4bba9b738215b",
                "output_state_sha256": "024ee1d7f1d2aa7188343a2c3a6d4f87c2a154f30b18c58c8dbd65bb5c3311f7",
                "frames": 204,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.005030629225075245,
                "max_rotation_error_deg": 45.533260345458984,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 48,
                "qpos_sha256": "06e574df9669d18535896a0599650a4a676dc65a9941e1830fd92e39be5207c8",
                "output_state_sha256": "db7eccc7146f49a97e941ccae2a92abaaa9fd3e51249712f49f57b4d0308f5e2",
                "frames": 164,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.010034110397100449,
                "max_rotation_error_deg": 39.8878173828125,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 49,
                "qpos_sha256": "51ca7bec9b80a7d07e346d911bf9fa81044fc30f002467fc56cccfc918161cb1",
                "output_state_sha256": "4a9ccfeb214dfada88f441b39bfd9379f0bb161a87bf8c75d3ece3c2c1b8ccc5",
                "frames": 342,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0031463145278394222,
                "max_rotation_error_deg": 41.87537384033203,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 50,
                "qpos_sha256": "9a7423b2227369ec7066e542021a6876cfe8d02d45519243367447b96631eb82",
                "output_state_sha256": "b785be2e0f136ac13c11eeb9e325f76a5c0db2075e39e2644adef5751a508e65",
                "frames": 274,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.006136175710707903,
                "max_rotation_error_deg": 40.641151428222656,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 51,
                "qpos_sha256": "096c2ecf6e27a901cdfece883832825b91d5e542fd942eb2dcb811d57572ff60",
                "output_state_sha256": "8e5110c1bdf9f1ff4974e371bd8260ecd4103a799fd0a4adbc0e0a21b2d0b9b0",
                "frames": 271,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004251522943377495,
                "max_rotation_error_deg": 43.12815475463867,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 52,
                "qpos_sha256": "936273bff3cdd37ed818ad14832fb363625454bfba3c35914e5b1e00ab087957",
                "output_state_sha256": "03aa290f1ee1dce501a32da9cf91f3732294b6065703fe4930df2c92eedc277b",
                "frames": 256,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.005464998539537191,
                "max_rotation_error_deg": 39.03887176513672,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 53,
                "qpos_sha256": "4cd4b37e00643b56e1b6acf3c31e2f324761bb7c1e2bc840d0ae80474c6d5d65",
                "output_state_sha256": "dba56d99495c460c5629cb7d81c8ae317099e09fea8ad0e1bccb4a56cba238b5",
                "frames": 200,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0037770795170217752,
                "max_rotation_error_deg": 42.25405502319336,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 54,
                "qpos_sha256": "c22313bd31333f9601af867104050409e626aa67f60690594a6208363a8fd398",
                "output_state_sha256": "62f64023e080ffd9aeb194e46e12b5cd9dd2eb2f7ab123748819c3efac291477",
                "frames": 221,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0032970334868878126,
                "max_rotation_error_deg": 39.978763580322266,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 55,
                "qpos_sha256": "f6a6ce6a344b5eb4f9cd5728165a29e53a549c5c560296b2e585790e00981a67",
                "output_state_sha256": "58bb39362a15d2b297dc538d01eb4e27939bd02999eb1ff05057f00bc93e844b",
                "frames": 139,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.005264544393867254,
                "max_rotation_error_deg": 54.189388275146484,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 56,
                "qpos_sha256": "5e7945adca1d69099aea732238e700f80fb66fcd7769111b47f9bf82f8c09389",
                "output_state_sha256": "d111e34f2814c50cca1e3ce9810ee66db01ab539c7fcfb00bbc9ac3472d52bb4",
                "frames": 302,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.003921661991626024,
                "max_rotation_error_deg": 39.55829620361328,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 57,
                "qpos_sha256": "db067a4fb8f7102062983ba833b5ff811ce9411ded768af71a246fc2e57262c0",
                "output_state_sha256": "82f5c962ec3a9d3be9616fb83617895c7d1b6101b480e09a93a532c749743f5d",
                "frames": 208,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0027051300276070833,
                "max_rotation_error_deg": 40.273193359375,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 58,
                "qpos_sha256": "6cbd012d28f316eb04a22fad6169b3df2e7383f2b867065e1023371cef701231",
                "output_state_sha256": "f7729c310ce5e6f0d04f03b62274877e2758dad96a0fb956a11ebed4b0378703",
                "frames": 380,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0027940140571445227,
                "max_rotation_error_deg": 38.691078186035156,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 59,
                "qpos_sha256": "97c4ab0fccfbb6d421e4b0aff22995b6411feb68842d1412e461c75c58c53fb5",
                "output_state_sha256": "27e1c168e5474f8e529d19127fb9d4d173d0074bc2e93be77e69cccaf2497cb2",
                "frames": 207,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004344710148870945,
                "max_rotation_error_deg": 37.46516418457031,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 60,
                "qpos_sha256": "4e82a074f0a17f56b8836e19fb6f6ee8829733b7ea87364a4eb58af9088af21b",
                "output_state_sha256": "b2666a1b79927b92bf1b2cd80ab4545a4bd81e12d83aa7d0a74627a146d34700",
                "frames": 373,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002659490332007408,
                "max_rotation_error_deg": 37.364051818847656,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 61,
                "qpos_sha256": "8e4a557e060738224aa5388bc04a3558dee7a127c94239ec003e48ad1d039a16",
                "output_state_sha256": "40b3a8e47ba171045b90c8649fa8867806c90e3e1d9b80eacbbf62dc7948bba9",
                "frames": 192,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025161427911370993,
                "max_rotation_error_deg": 37.49819564819336,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 62,
                "qpos_sha256": "563ee1f05d26fabe2098f3ad3f5957ed881ef6e14ad46fefe330394a3d4208e4",
                "output_state_sha256": "5b62c2b068e2b032b40c0af90d96568189f1203c3c46b4e7df091c8464135cb4",
                "frames": 362,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002605205634608865,
                "max_rotation_error_deg": 39.0024299621582,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 63,
                "qpos_sha256": "75d1864fb8eb175310566e59f928c7b6f0a5d4f60fd33cbaab160d4372586bd0",
                "output_state_sha256": "7cccebdc0bce6f4648a0e1c6fb43e6f908e87f3f5891a9bb41a7bb79b8e00ada",
                "frames": 250,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025284760631620884,
                "max_rotation_error_deg": 38.149078369140625,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 64,
                "qpos_sha256": "882cbefe2c7669befa9143229360fae15d3c8ca2157c700d23367b88e6a36923",
                "output_state_sha256": "1ae122717afed8970640ac4b950d6ca800b561f16592814cb910136c1323bc6b",
                "frames": 444,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026011455338448286,
                "max_rotation_error_deg": 39.65174102783203,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 65,
                "qpos_sha256": "069ecbb4f5085588daf2a4313ac420ec0ed1f6f024bc5b017efcf43a90952310",
                "output_state_sha256": "2f65b084e4f50cf8d6c0a07ec599b80a4705ca5e18e88424e618d10046aa6e58",
                "frames": 288,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024168766103684902,
                "max_rotation_error_deg": 38.779850006103516,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 66,
                "qpos_sha256": "97228600e7f8a25842a5071298385c330d423f1623b478d49d6519db2e2ffeff",
                "output_state_sha256": "6c437e9acd5ca076abfc5e00b4cab42ae069386685350b5ba724cf62f38b08a6",
                "frames": 323,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0023554698564112186,
                "max_rotation_error_deg": 35.6674690246582,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 67,
                "qpos_sha256": "d219cfa77f8a2064cae89906857794ce5cdad398fbd0b93746384ef5b6741990",
                "output_state_sha256": "757a0e3b85da5cc961fe1f98b871b92d55af8963d354ef5d6cd1ccb703f7e082",
                "frames": 258,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002580305328592658,
                "max_rotation_error_deg": 39.509361267089844,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 68,
                "qpos_sha256": "21c354989542d3546c761b2876f744a4628d6c5c3627dbae0cf713be90316a36",
                "output_state_sha256": "25631eb97e70b6865e2e62a4e761c0dd05ad0fd8be3c27492dcf6c0be393a6e8",
                "frames": 737,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024399119429290295,
                "max_rotation_error_deg": 36.59443664550781,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 69,
                "qpos_sha256": "85e52c7ade41eaf15b50f4b75e428f0f53929953a001e7bf92320f8b57a1acdb",
                "output_state_sha256": "8a86e4ecc0b5587682db10f8827356cddbdb5199184ccbc890e73a62c3a0a768",
                "frames": 245,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025592087768018246,
                "max_rotation_error_deg": 38.223411560058594,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 70,
                "qpos_sha256": "032b834ef62cf7f0646a9e29789ec5732864c22ce23631b0e641ac9d5ce8845e",
                "output_state_sha256": "dd1f752af55444fde4ee77bbd704498b5d1da32d4ca3aed8591680b5ea2a7b9c",
                "frames": 438,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002439691685140133,
                "max_rotation_error_deg": 36.33583068847656,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 71,
                "qpos_sha256": "5d37b3e1c87b929d9d6b89a092200c9b5800c88c93203b01ef526037cabcb571",
                "output_state_sha256": "c1c4b0707cd124b51fa16a65b8d2cb3e2c946e391981e4b69eda9ee60ebb1485",
                "frames": 322,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0027370918542146683,
                "max_rotation_error_deg": 41.7235221862793,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 72,
                "qpos_sha256": "03944b5b2bc98cccca3c612d64130bec8f6fa79bcfc3746d23050fd7bee3da59",
                "output_state_sha256": "441f1721d784c4483611006f4182d1654ce7d03c60d2e9657fe4275c4a86c608",
                "frames": 321,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002574957674369216,
                "max_rotation_error_deg": 38.655147552490234,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 73,
                "qpos_sha256": "05aa25af039e5859027c0952c91a37731e712e5e18ecf97c5c671e530a28e4e8",
                "output_state_sha256": "eabf5e5421fbd3ee204cb45914fd239edc9d6cafbf4a1d2cd3e90781bc801a93",
                "frames": 199,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025019790045917034,
                "max_rotation_error_deg": 38.109493255615234,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 74,
                "qpos_sha256": "05f6823208e5b06678568477ff8c6831521f6b4e085d884b21f77bd2cd8bdf89",
                "output_state_sha256": "9e8f181431c6ffafb336d11655d3a1b238536f2214bbea45f80a91c8424d112c",
                "frames": 224,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002507204422727227,
                "max_rotation_error_deg": 37.92871856689453,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 75,
                "qpos_sha256": "d79721c4d4e1f3175cfecf2d8f93a2fb1676ef031a42d11610c2e9a3f9581655",
                "output_state_sha256": "a981304b3ea7ec9daaf7f3840ed5aca701bed6600390d6368f5de2161bace2d2",
                "frames": 176,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002763519762083888,
                "max_rotation_error_deg": 42.97825241088867,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 76,
                "qpos_sha256": "26bd5dae723002812c96a5166bcbe60bc6918419683f29aa4e8c3a8a49a55b08",
                "output_state_sha256": "287d2de95a2dc84ed45d96ea4404a5280db9dd8befac2b7a20b5429689876dc4",
                "frames": 221,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025444228667765856,
                "max_rotation_error_deg": 36.54595184326172,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 77,
                "qpos_sha256": "3233b236bf82f7efb7d9078a5fb2f7e9f890d36df5bf42c557724694f272fad1",
                "output_state_sha256": "cc45b31f7710cedb5976783e93cc3586fa1985260e529a48dc5dcfa0176c3c3d",
                "frames": 194,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0027022501453757286,
                "max_rotation_error_deg": 39.240116119384766,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 78,
                "qpos_sha256": "77a362a7c0ee9f2d3861ec877101fa0983aa70fa90e67cb8de80175edc4db082",
                "output_state_sha256": "4f215f0dbb41f420c9d68c87410aba776dfca3dae04d50a10df8026b180763fb",
                "frames": 190,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0027995004784315825,
                "max_rotation_error_deg": 41.400394439697266,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 79,
                "qpos_sha256": "c88d24f14d3ebf2407ecdf4bc1b57079e98d341ceffb19216e3a0563bad74997",
                "output_state_sha256": "ad1733cd1ac5c3b7e2d0e1c8345cae808faa3803e6bca4ec019fa2d42055f536",
                "frames": 105,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026382540818303823,
                "max_rotation_error_deg": 39.45362854003906,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 80,
                "qpos_sha256": "08e190a01d87a7ca877dfa9c68b8bde9eea9625ff33256bcd488d09bf8e906af",
                "output_state_sha256": "8a8bccdac8fbe51f6128fe07451ea2a9a0b2bb4cbaa0d0504f19ec3c1bb07a53",
                "frames": 199,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002837071195244789,
                "max_rotation_error_deg": 36.987892150878906,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 81,
                "qpos_sha256": "ca033f0892266d2c464b52b66ca8bde1dbaf984810a4d7573ef244187e24688d",
                "output_state_sha256": "4f5f84321bc69fe3ffbcb9fc00bf5013462a335e22f71b570a570c41484638bc",
                "frames": 308,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002575359772890806,
                "max_rotation_error_deg": 37.279964447021484,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 82,
                "qpos_sha256": "3d4b9c964cc8aa27f4a2cd8c3c8f27830c4953017d8a2c91924ea2b5d6f2f2ac",
                "output_state_sha256": "ba6c2fc5ebf715ac3c54bab57087390796262a77fc1090d7614cc182be0b4216",
                "frames": 153,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002639730926603079,
                "max_rotation_error_deg": 39.798072814941406,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 83,
                "qpos_sha256": "dd7193bd8dac9b8a1a288b904fcc62699d33bc1fe3c997742cec6a1090688a45",
                "output_state_sha256": "845ef31727f81a0d0ed301c2a1f935a5c5a07d8b7009cd364f3d35865e0d50a0",
                "frames": 326,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002580320695415139,
                "max_rotation_error_deg": 38.70624923706055,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 84,
                "qpos_sha256": "2fdb9221e6504dac32e11f277d60f46b7a0bdb37f302f9f7b3fd329fe5a3e0f9",
                "output_state_sha256": "b2c08ffa4b3b2e49fa5b9f0b3bff39054956dca10a6f380324b87652429b53e9",
                "frames": 136,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026444154791533947,
                "max_rotation_error_deg": 39.1107063293457,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 85,
                "qpos_sha256": "6389ab75cb8bec64e4d3d06cc19afc2f1314edd33e737b33db8a71f7fe2f267d",
                "output_state_sha256": "39ca6481a383d96b2336d13619ab38b13ca2fa4b95e8635c3e16c676c6fc49ce",
                "frames": 323,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002553668338805437,
                "max_rotation_error_deg": 39.61936569213867,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 86,
                "qpos_sha256": "d6c43d9d6ef9f9278e08c223fa2063e570d3ce0661dcf0a1d9126303faa59161",
                "output_state_sha256": "23e5925896845a4dd8f074697f51104306f1c072c6513a41e6c472511699ed2e",
                "frames": 151,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026118105743080378,
                "max_rotation_error_deg": 39.217899322509766,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 87,
                "qpos_sha256": "5a207eaf2fc5bedefcef6a92c1911333bcda06b0eb2f239ed02fd9ed1af593a3",
                "output_state_sha256": "92ddc11df31c7a0764b124fa49d6257ed6a4dd430ff5be894866659a40e83bab",
                "frames": 250,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026298542506992817,
                "max_rotation_error_deg": 37.56543731689453,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 88,
                "qpos_sha256": "2d108d83c323f65f2da61b6382b68a4e875bce93fa2ca6d5796de02f16d220d9",
                "output_state_sha256": "a8d0e454541280df8d30221e3d08255078e7c3e561c72bf7e4f8e35751e3e701",
                "frames": 151,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025258520618081093,
                "max_rotation_error_deg": 38.40982437133789,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 89,
                "qpos_sha256": "6ae8582c6d9686cbf6525e590b42814ec6c1baa197187bfdccb3ad751e7401f5",
                "output_state_sha256": "5b12bb7fb75dfd762fadfaeae2fd4659b3f4e65553e6755d08bba54dc79dc468",
                "frames": 168,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002392076188698411,
                "max_rotation_error_deg": 35.82014465332031,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 90,
                "qpos_sha256": "a4f6a45498526c1ce1d7362667f6c3110fbfaad6b844f6fe4de6d90b9072b9a0",
                "output_state_sha256": "b0858dee6b2421eeb13c685d96dd2119001ad214653f8f2bdeb946d92fc748c3",
                "frames": 196,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024596070870757103,
                "max_rotation_error_deg": 36.848453521728516,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 91,
                "qpos_sha256": "51ee8107a952dba1391002f7bebc8d8447c3794dc3c256a096290dd78719dd91",
                "output_state_sha256": "15450b78b1cfb2612015d7939019567eccb9b56af08cb80699d54101263a59bb",
                "frames": 189,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002501413691788912,
                "max_rotation_error_deg": 38.29435729980469,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 92,
                "qpos_sha256": "e799ac920b4efb85848c8ce6ef46553804abd67f3f7523bb5de62799fd5e22be",
                "output_state_sha256": "f1c0cca701f913548accc6f27c0cd1e1ee1685de99e2bebbda849cc6b4c1fc9f",
                "frames": 177,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024618988391011953,
                "max_rotation_error_deg": 39.4129753112793,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 93,
                "qpos_sha256": "edebe5cac7115af0f7107abf60ab86afd4c41c903fd2e4e95c2874a5b3f54ca8",
                "output_state_sha256": "fc786bf4bbff34166c16c06d5073e01377223009ee719724f46ba82067ff0b11",
                "frames": 158,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.00254510878585279,
                "max_rotation_error_deg": 39.26447677612305,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 94,
                "qpos_sha256": "c2158962d53d67a616090a3823c5dd0d5dd25aa71694ade1cded1099c74d04fa",
                "output_state_sha256": "15d0d85edf0647d433c0b994ab322c4fc4aa0575c72e543aa376e0d8eaa0b632",
                "frames": 170,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025638220831751823,
                "max_rotation_error_deg": 39.123966217041016,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 95,
                "qpos_sha256": "81edb81da437cf68bfc1e5dbba045f8a8215d53ab52694e2382b66fbdeaaf606",
                "output_state_sha256": "52b529d221e30a3d8cd88e39f74510050e86e10403a1a03ebab729f9c3b34e27",
                "frames": 218,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002668916480615735,
                "max_rotation_error_deg": 39.48554992675781,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 96,
                "qpos_sha256": "cd1e0a4812ece11bfcc511d2c3b22709f62a1fe1778640d5d249ea4b03c82f21",
                "output_state_sha256": "a23040b2b52003a0b13d904fd731d1efb202d6a8674358f4c2c221a0126ab8dc",
                "frames": 230,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0027100257575511932,
                "max_rotation_error_deg": 40.023555755615234,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 97,
                "qpos_sha256": "f8cc133f67b134726fe33da64e1679721dda2ed9fd6d9284479193994975bc7e",
                "output_state_sha256": "8ccd5b4b4f9e5f216199c3260e37ed37f308a40b462e0863924d4f4477cb0c76",
                "frames": 163,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026008738204836845,
                "max_rotation_error_deg": 39.93354415893555,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 98,
                "qpos_sha256": "25ac84937050cae2e0252ef32e7449238985be6287765241ec4bb338c15fc0e5",
                "output_state_sha256": "34db4fff9c642030b8803a035b62706c3e5674755da3c2f23dd8029e28e12429",
                "frames": 254,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024938390124589205,
                "max_rotation_error_deg": 37.534156799316406,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 99,
                "qpos_sha256": "4838fd5beec452aa41d7481dd443178acc4464a13d3ee8bb43bbc2430a1b1424",
                "output_state_sha256": "6182f3e76effb942c86833b0830e602602850cf61b25cc2ba82128346f4475ce",
                "frames": 227,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.00258498452603817,
                "max_rotation_error_deg": 39.849430084228516,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 100,
                "qpos_sha256": "a73714600bb6007d9706c083e891260891109f7362c8f67ba6200b7c6be013db",
                "output_state_sha256": "9dbd513a080e08671fb30681f6e7462efe817cf2d36d25eb0ea6f6e3f31f22bd",
                "frames": 216,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026576463133096695,
                "max_rotation_error_deg": 41.104984283447266,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 101,
                "qpos_sha256": "629796d0ec7a73c4c6773e4ea4cce3828848b64d7b8e7e7610f4ece9d98a1fb0",
                "output_state_sha256": "9b3be0c4c1e5f5b001d2daf6e62c1e9248b0ea2187af4699863a39140434dfda",
                "frames": 188,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026698557194322348,
                "max_rotation_error_deg": 41.12297821044922,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 102,
                "qpos_sha256": "472cd75841e620c13940442c8386b4101203832caa90dc047d15984621aa2de0",
                "output_state_sha256": "caf07189fc9d7460b2ac23cb05bad1a0b7cc257f30ec664d83cd494cea573f23",
                "frames": 450,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002624170621857047,
                "max_rotation_error_deg": 39.25836181640625,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 103,
                "qpos_sha256": "93656c682193bde615610da796d21346fb0087be394f2baf80ac15064e40dbe4",
                "output_state_sha256": "7b6a218cf124b330f23ea4addc6d5d0932de18757298ba2479c892bf9fa44ffd",
                "frames": 186,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026269902009516954,
                "max_rotation_error_deg": 39.63292694091797,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 104,
                "qpos_sha256": "727e31994f6f6680f266c32b61decbf13d4a23d5bdad5c9b1b476c3b632052b6",
                "output_state_sha256": "a0d5a9533d38b65fcc3b780e26300693b61cd1f34aa39f9c2c435999225d3fc2",
                "frames": 241,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024890040513128042,
                "max_rotation_error_deg": 38.1309928894043,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 105,
                "qpos_sha256": "5e778a09ccfbe072a781e103fa03985839982f1eaec970f22cc84bdbab28c419",
                "output_state_sha256": "bd4254e5ab38d642bfb8b98ad2cb022db647982aedf417fe438eacf8b33084d7",
                "frames": 438,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025177460629493,
                "max_rotation_error_deg": 37.236839294433594,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 106,
                "qpos_sha256": "2935c11d89ff293f1e60b61a26b1fe5428cda80aac5aaf04a86298ae6a449be5",
                "output_state_sha256": "44b3d1226eb4c4832024d7ed16b83a6f8a6dfb4d597c21b44aa4c90aed6289f3",
                "frames": 217,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024910024367272854,
                "max_rotation_error_deg": 40.395790100097656,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 107,
                "qpos_sha256": "08956f4d87a59d94efda72482d17473acbb663c4ee0eab6b7c91e27c71da32eb",
                "output_state_sha256": "8d6a0f823f258e371f239c055a33611900da783e4570c4a0b745048fbba9de70",
                "frames": 370,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0027510172221809626,
                "max_rotation_error_deg": 42.538997650146484,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 108,
                "qpos_sha256": "1dc30e977c5523ce4f74bf8848976af569e1fe235849619b3f3a8f665d70656c",
                "output_state_sha256": "7e70c4e1d192612bf6ff3d5bb38ce399c3320fe7bf5a7fd65b1a171eb53cd82c",
                "frames": 179,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0027330017182976007,
                "max_rotation_error_deg": 41.32516098022461,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 109,
                "qpos_sha256": "699e5318e22595aa5470ddb69dbdd8a1eb9fecc00bcefc6641422dcae69d7f28",
                "output_state_sha256": "ffd65bb37a90b66256db4eb3c9b3f889f4be20d8c65b2a08ed597063ee6bf55c",
                "frames": 263,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002674036892130971,
                "max_rotation_error_deg": 42.68349838256836,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 110,
                "qpos_sha256": "054f3072e1fb1955cccc39f1dab3de2babd428ca3851f99d7feb87b1bbc280f5",
                "output_state_sha256": "47ef6bb45fce9a1bd168e0238b0989bfd69f9538356dc908f50aec521a632299",
                "frames": 219,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0027403044514358044,
                "max_rotation_error_deg": 42.53634262084961,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 111,
                "qpos_sha256": "a5a3b1b8b948a09da37e3b7a3cc81fb387970db158c3f82c237c201a45e2490c",
                "output_state_sha256": "9a2cc8a07b9c6997f918e53e3b22b66d21741194a5d1f117d759b76d3e818810",
                "frames": 321,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002795394044369459,
                "max_rotation_error_deg": 41.10249328613281,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 112,
                "qpos_sha256": "eeb16059edbf1a031a10dadc608fb9065c36dce0fc736a4b305899c37eea79e6",
                "output_state_sha256": "4d67bae89d4c5ffc33bd4ea0c325f140952e6981a549218bf35c1e9e807efe4a",
                "frames": 270,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0027263013180345297,
                "max_rotation_error_deg": 40.587284088134766,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 113,
                "qpos_sha256": "78c19d982482e116f8525fff794a5ce92fd4f1d4c144277ff571ddccb77b4263",
                "output_state_sha256": "f984c63ea07d661576af1f6af1c02aa344abe63ecef39581160611e803709eef",
                "frames": 372,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025544872041791677,
                "max_rotation_error_deg": 38.94850158691406,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 114,
                "qpos_sha256": "5fdb403161cadf5c52e85dbf3ad7be00396262dded15a94438b76287bcb45ca9",
                "output_state_sha256": "5f64b85c4dc5a757c0544577a13ee8e10ed5cca18407fef1b3d58609f2e7e519",
                "frames": 206,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026158958207815886,
                "max_rotation_error_deg": 39.535823822021484,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 115,
                "qpos_sha256": "7f35bfa7647e770fe97da5cc0b737d322b03a53b1d72b9f5f8347068424ad99c",
                "output_state_sha256": "85be8b7de08668c0c9c6eb3d25a65801cbb03d55068c29208227e2d167f715a4",
                "frames": 277,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002702407306060195,
                "max_rotation_error_deg": 42.053775787353516,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 116,
                "qpos_sha256": "a800099815f7d6bf130843d8f3c4272072a7a24e16fa95105c7f645e45c3bca1",
                "output_state_sha256": "826266ec188cdc98ff3f0fb6b7b532ca3e5a3e6b87c15db7b4af91d02521fb66",
                "frames": 301,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002621428109705448,
                "max_rotation_error_deg": 38.694461822509766,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 117,
                "qpos_sha256": "06523ddf26729a70d813c7d556183ff9bf3d47a1a6abbc578f38ebcbc3ec72c7",
                "output_state_sha256": "99585e81a8b426b3ce3d161c4e40f613d55c31f0cf36974fb3773642b5a3b25d",
                "frames": 371,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002587436931207776,
                "max_rotation_error_deg": 39.1761360168457,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 118,
                "qpos_sha256": "34e72168df7b25c319296e66bb805aeaa26961dd50aad703bbefce4de2d76bde",
                "output_state_sha256": "9986df75780a93617fbaa1c1c51c030b80e07a2e8bbbe976a4b9d5bf18fafaa9",
                "frames": 217,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002640102757140994,
                "max_rotation_error_deg": 40.046146392822266,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 119,
                "qpos_sha256": "25e1af30b940adfe42e2402e70c68544cd2b97b9050f501c2b3fad83cced1f7e",
                "output_state_sha256": "858b2a73bca5eb6735e818937d38aab0c5cd14a1b1fa2605792ddc3fd0151d32",
                "frames": 192,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026426860131323338,
                "max_rotation_error_deg": 38.85022735595703,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 120,
                "qpos_sha256": "5b71a314b1ea4d0cc07e40f19573cb2fa82df06c4f4f43a65231e7da5cd69e96",
                "output_state_sha256": "332886a25b2003250aee574ee84849eac652cd88e835273e0a5c19e92ead8e1e",
                "frames": 123,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026281855534762144,
                "max_rotation_error_deg": 39.49470901489258,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 121,
                "qpos_sha256": "e9021e80c82b38d23e90cb556292da50c8beb08144a34aa1b3a53f38782a7b65",
                "output_state_sha256": "1da231648fe9983d20080cd1ae4c2fa8c8532abb9271e8ec89bf280903a37302",
                "frames": 278,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002642520470544696,
                "max_rotation_error_deg": 40.315711975097656,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 122,
                "qpos_sha256": "d33411cddebe5764b731963fe09c44235f8f99210a59857929b92c55feee3ccc",
                "output_state_sha256": "215553d33df2c0d4980958da0f44efed62db2521c41fd483364c69951afe91a3",
                "frames": 169,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002555843675509095,
                "max_rotation_error_deg": 38.8210563659668,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 123,
                "qpos_sha256": "eaf5c08eabeb7c33a4362b8041af834f360c4390b77af6db79ec5a6fb8786b12",
                "output_state_sha256": "0ef1e0ee4661c35a6eff0b65ab640b837b3b9bf426cc87ed381ad0fb846e2df2",
                "frames": 270,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002598107559606433,
                "max_rotation_error_deg": 39.49986267089844,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 124,
                "qpos_sha256": "86f84fe88c30a626daae3d51ab6a7bc6383a9d942075592491afce06629906ab",
                "output_state_sha256": "5169a661cfbf0b7e6d4bd5c7bd7ba945bdaaec1bc1a2435e7f28131ac8f598f8",
                "frames": 308,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002597053302451968,
                "max_rotation_error_deg": 38.464500427246094,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 125,
                "qpos_sha256": "44e238098cc965c7ae705cf873ba36baf9d99e478b0478830d5b33a4200e37f4",
                "output_state_sha256": "b0340f97eb2174a90943d61232c8b7ac107e3e516b187fd2a5f9d89f8914156e",
                "frames": 295,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024920490104705095,
                "max_rotation_error_deg": 37.647743225097656,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 126,
                "qpos_sha256": "a084d1132ddc3dae32fd5ca6e43f2ee7b6cbe2bb5b68d4a3e8934b8f98c0d7b1",
                "output_state_sha256": "f3bb98dd0628ac49a57e462407b0c201ce1713aff47a03e87b1cc0e644f7d3ac",
                "frames": 279,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024613640271127224,
                "max_rotation_error_deg": 36.02568817138672,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 127,
                "qpos_sha256": "a7f56cdb3e8784b05498cffb7db0082b99716722c543f4700c86815ca8a7ed0e",
                "output_state_sha256": "a31d6a7d1d9c47f430356eda5ee18094be97bf2de6f22c88520cbb38838783b5",
                "frames": 259,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025109294801950455,
                "max_rotation_error_deg": 37.95170211791992,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 128,
                "qpos_sha256": "19720f9ce2fac58a00fb1596f101b8b92e21a8ca88d2ca7dc6031e2329944200",
                "output_state_sha256": "776ea1da0b6ca83a04d3dd839f2599b96e36898e3a63fc031e65c09c201082c2",
                "frames": 239,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002657979028299451,
                "max_rotation_error_deg": 39.857887268066406,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 129,
                "qpos_sha256": "549b4f583e40b22bba9cdc6caef393e5ce2d5c48a4b272f5b9693f641f203ddc",
                "output_state_sha256": "895d425f374b3379b7860f71c440988461eee481cde769acda4d1196a81e65d0",
                "frames": 194,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024474950041621923,
                "max_rotation_error_deg": 37.070682525634766,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 130,
                "qpos_sha256": "6f83a50bfc94c7f5dd607a213e696fd8c3bb8fca5f5bfc0d3fc08f138629e704",
                "output_state_sha256": "4720702e0f0a393e4a328e38244634f89f3b1c1f5f4f6034a6a6a67a9504aaa2",
                "frames": 240,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024575411807745695,
                "max_rotation_error_deg": 36.66727066040039,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 131,
                "qpos_sha256": "08eb1d0837e3a6eca26bec2fa270aad3411a6046ea22cdc9bf583d1fae6192ab",
                "output_state_sha256": "2158306a129bf14265a912b0445525f2f17e4994c0b113ada321ecd991966a2b",
                "frames": 292,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002463745418936014,
                "max_rotation_error_deg": 37.076141357421875,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 132,
                "qpos_sha256": "c54751bb834d4b692f987b7932e73aa0e85ef7ac6d765d25146a8c512e045c6d",
                "output_state_sha256": "d56f5c986b097503121a4182a199dcfc2e988089ab249c3902704432b7ede876",
                "frames": 283,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024631645064800978,
                "max_rotation_error_deg": 36.70735549926758,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 133,
                "qpos_sha256": "25bb9343b7c4725fbc417290d91673f84da0664e503357db6898176c348b3218",
                "output_state_sha256": "a1335adc35d5450390520290add1b3d8bf44083e6319575e9fcb1ee99b2b82c2",
                "frames": 335,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0023507103323936462,
                "max_rotation_error_deg": 35.03201675415039,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 134,
                "qpos_sha256": "79f7b17af5780c785f8256fbceb6e01b351931b7a013f1bfe46fccd624a91629",
                "output_state_sha256": "8f8de0b6723e61ae681f9b8ea9313b2683c91425b2c39112b7c0ea304b68910d",
                "frames": 276,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024949845392256975,
                "max_rotation_error_deg": 38.454795837402344,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 135,
                "qpos_sha256": "fae23af03c020f242932fb353aa83e156f1ed87a90c1bf75d840569d832a3b63",
                "output_state_sha256": "e57187d49f6ed0c4d239e2d55b6c9d0bf3bd8f25a3b8c2592310c6f5c6361393",
                "frames": 332,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024540512822568417,
                "max_rotation_error_deg": 40.05741500854492,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 136,
                "qpos_sha256": "63612de7fb829bbc2b7ac28bce4d8983a2dedacfe8193f8e9ed830bdb61b4519",
                "output_state_sha256": "7d927a54611de682b2bde668c2faa41d438764732d6c8e34044ed8a6d5be7a00",
                "frames": 465,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002477346919476986,
                "max_rotation_error_deg": 38.9991569519043,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 137,
                "qpos_sha256": "806437e68b8743c097ecb8957aee7fa282502a27100eb0a4e0afcab336c316b4",
                "output_state_sha256": "2f852b97f79911cc24e2e8b6ad238956e34768376d4247d4b75fe193106577f4",
                "frames": 251,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024916769471019506,
                "max_rotation_error_deg": 38.537654876708984,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 138,
                "qpos_sha256": "77f03a20e1739ac4041d4cbf003cc9d1a248b7ed2aabeb89e6c7d31af1a5e21b",
                "output_state_sha256": "b3f87bcce108bc42314431e873bf7d3a0cef49ee563adbcbe3cbdc95c4aa511e",
                "frames": 228,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002571308985352516,
                "max_rotation_error_deg": 39.69908142089844,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 139,
                "qpos_sha256": "d207939171ba36dce731c92af8c9d9c60f2d95c0a52a2a713c8d19cc99a7c4b5",
                "output_state_sha256": "fbb5b7ee5d78f8ba186d2b257cbbbfd36de08cd2ec672a2f65b8644e2e042865",
                "frames": 386,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024683885276317596,
                "max_rotation_error_deg": 37.33115768432617,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 140,
                "qpos_sha256": "6c8461a00ee1f02800015824da691ee4bf27b44a4e1ece12ff65022240c86a52",
                "output_state_sha256": "05211fc8213877856f6f1bbcfa187f55e49a53aa33469e0620f1f72d99f7e029",
                "frames": 143,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0023525324650108814,
                "max_rotation_error_deg": 35.82809829711914,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 141,
                "qpos_sha256": "a0a90109b9b2bd3bdca189a151f777a6b3d2a57abc60797a0da236e12d035837",
                "output_state_sha256": "9d7791ad45c0ac506457396918fdcd1781f561bcb76d4f655d9e888135345d99",
                "frames": 296,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0032895379699766636,
                "max_rotation_error_deg": 32.6782112121582,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 142,
                "qpos_sha256": "58fff9fc6afbf6e9650dc97dc21376ba8c0d71b7156f97132f85b1a9f466b0e5",
                "output_state_sha256": "17928b93994b36a735fd3548f13cf8a3e893a2e6c311e35c98ed088a92e83a4e",
                "frames": 259,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.004651657305657864,
                "max_rotation_error_deg": 36.268104553222656,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 143,
                "qpos_sha256": "31b72f2ddbbbe673e7196c9d6235e3e372ba6302968786ba2693e5bacb823282",
                "output_state_sha256": "a79092c5cc290e8f4e1beb342903ae8eee26b862684d2995ad9ad6c6c4ae67fc",
                "frames": 225,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0023405845277011395,
                "max_rotation_error_deg": 36.053993225097656,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 144,
                "qpos_sha256": "17e6447eb1be8549a7ef1c5fac1082c3ef4d07a64f31e3ca454c20efb8d6f611",
                "output_state_sha256": "384bb2f957cc7d514cefe317cd8243bffc497e7ed302a97f075f9da646bb182a",
                "frames": 285,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024741298984736204,
                "max_rotation_error_deg": 37.9027099609375,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 145,
                "qpos_sha256": "3c8adce0ca61ff93f509cebbec6a5f1c5ee0ecbbb3d3b06a65f10337490c15d8",
                "output_state_sha256": "39aebb34792d22d78c23e8d499654304ea04dbbb7e719335d50f13223c34a6cb",
                "frames": 185,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002465690951794386,
                "max_rotation_error_deg": 37.47041702270508,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 146,
                "qpos_sha256": "9f9d65a2ac733317a307d2ac146f074bdcaa224be74a7dde1c6ce4542cdd415f",
                "output_state_sha256": "5fcca3de5c388ed155049e1b2d2054a65b78a05b881c5d14c79d2982ce92bbe5",
                "frames": 247,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025014374405145645,
                "max_rotation_error_deg": 38.1700325012207,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 147,
                "qpos_sha256": "fb0273071992b31a7daa66e62f1444c82b2e6e2cd28aebd05164bbfd6904b064",
                "output_state_sha256": "0b2cbca708f0fbf08a2e1fcd046b25172f93294e98afb1ad390be1037882a239",
                "frames": 324,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002532436978071928,
                "max_rotation_error_deg": 38.027164459228516,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 148,
                "qpos_sha256": "4f0ae6d1de258abcd5f937d522ad5faa8a0348e688cb61ec9d2dfb2d639240d3",
                "output_state_sha256": "330dd948fea4d523b2637d106db18b61fcdd62011bcf04179e4ca5c9a1a52d33",
                "frames": 342,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025077813770622015,
                "max_rotation_error_deg": 37.754642486572266,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 149,
                "qpos_sha256": "c82d3609976507d907dfd69a28533138a9875ff5a0fd942209986a50ee445318",
                "output_state_sha256": "0d3ad3120881c49ae4ae47069f79aa61f791ec69f4a7530a23087a8eca08ffb5",
                "frames": 281,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002516344655305147,
                "max_rotation_error_deg": 39.42692947387695,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 150,
                "qpos_sha256": "963ac602cd8ad38052569547eb3f8f8544c60721d87996425f4f0b901d34ffa0",
                "output_state_sha256": "16d611f4feb480b3c24111d94d465770d21c6c8dd3ff508f1192714f7eb6bbae",
                "frames": 367,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024859202094376087,
                "max_rotation_error_deg": 38.30052185058594,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 151,
                "qpos_sha256": "b4c8063d53c5c129d519608f39c045c1401ae338ed134d58a4ad54a0a4a05c1b",
                "output_state_sha256": "b7769a782f0b18984bc9eca6416a54307245104beb04ffe85c354935f05dba51",
                "frames": 193,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002352209063246846,
                "max_rotation_error_deg": 35.736183166503906,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 152,
                "qpos_sha256": "030e5453bc74055e18743bd80256078284bd3fde37a39b3a0f4855bba7c420c5",
                "output_state_sha256": "d5cb2f0d89af6dbff65338b4fbf044d8b0f917222469e0312b85eff130f89f49",
                "frames": 357,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025013962294906378,
                "max_rotation_error_deg": 38.14980697631836,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 153,
                "qpos_sha256": "3f4afd33a081ed420ed9b90689e7da807e2c31c5b38a7ac7a730f5f90565c80a",
                "output_state_sha256": "9626ffa307590f4cfe821f5ee7fedbb9d22bf7773f4d739a318a7f0b69ac232c",
                "frames": 299,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002557351952418685,
                "max_rotation_error_deg": 45.866539001464844,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 154,
                "qpos_sha256": "26d70e0710540901a67ed3291b077ff5c7965c04e535af1d80cccb27dcfa72f8",
                "output_state_sha256": "1e213ce823449615e76804aa9a9288b40770fd7878250c816e874ea4fec427a9",
                "frames": 244,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002495155669748783,
                "max_rotation_error_deg": 36.96781921386719,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 155,
                "qpos_sha256": "0038a68498c9ae6e6d601727d539041b912154c2fee923c72774fb6e1fb53efd",
                "output_state_sha256": "a71adf936f0ea2b56a8dd037e539a5bddcdf7a86cbfdffe18ff33e94201c9357",
                "frames": 255,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002533727092668414,
                "max_rotation_error_deg": 37.75654602050781,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 156,
                "qpos_sha256": "e93c906cdb23176553bf7e886526cb5104f709946cc20feaa0f82840cfd8573d",
                "output_state_sha256": "a2768bc96fb0ee9812cb49312a18e5250469e60e9cac37bb4e38f9e03db47699",
                "frames": 230,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0030962894670665264,
                "max_rotation_error_deg": 38.27096939086914,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 157,
                "qpos_sha256": "2aeb40c73f596a5eecc5eeefde9e99b48f6306fadec1cf466546e5563422cb0e",
                "output_state_sha256": "768c445e837d9ea31c7f39af1e0e6cac1b553924730cf854bcba603902cc3d8a",
                "frames": 250,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002634131582453847,
                "max_rotation_error_deg": 38.401832580566406,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 158,
                "qpos_sha256": "ce688d77327e80079198f1d4032a7ea28f059dfe7840d0c7b57c3468eb702077",
                "output_state_sha256": "8dedd71cb484499775171b4d6bce0d888b3da770d94c6bb35c9fd6cbf54c4b59",
                "frames": 292,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024660706985741854,
                "max_rotation_error_deg": 37.7165412902832,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 159,
                "qpos_sha256": "eba7d20ce888a8b71c41c9219e5a0323c362b6eb5db29c869d4dd98ec66ab1b8",
                "output_state_sha256": "ae0921309181321f71141b8a1f0192cd949de98ffdac0e7ba71150bb7796d1a2",
                "frames": 382,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025048793759196997,
                "max_rotation_error_deg": 38.3565559387207,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 160,
                "qpos_sha256": "3e042b404a13a26b1957b7084244161984ecd27266eccdab541496ec53ad717e",
                "output_state_sha256": "ce321ab814659e0e2699203ac65b45d788532ebe62360c82b93f11e3b9f7ad66",
                "frames": 638,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002607853151857853,
                "max_rotation_error_deg": 39.48789596557617,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 161,
                "qpos_sha256": "3a3686e27b6d4ee4ad937bdd0902ccadb33d5c5b5c99c2a5a5bd7ce4d9740c0e",
                "output_state_sha256": "2157a721a066858e4e63631787cb89c3546ab726eb19063419c4d76f4d059dc3",
                "frames": 282,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025247910525649786,
                "max_rotation_error_deg": 38.16871643066406,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 162,
                "qpos_sha256": "b06c6b68beb47f64156a11e1dd869625845e1736d5a38a34d63e4c9e0108196f",
                "output_state_sha256": "5a1f9e55d4a38a747b1aed2e98a383f1d73eccf7d326d68a37e7a7a87753b425",
                "frames": 336,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002577380044385791,
                "max_rotation_error_deg": 38.062034606933594,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 163,
                "qpos_sha256": "97f4bd9735b4ce8c19ae8f00afc2acf432eb500a607e9a6c6cd94e806db081bc",
                "output_state_sha256": "2a26d92ecabd24e171e3dd41966971f09192e8859cc4d90bef2a35a7298e23f8",
                "frames": 395,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.00250593782402575,
                "max_rotation_error_deg": 37.72488784790039,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 164,
                "qpos_sha256": "15fc45b53575ec08e66a65999752ff0962a8976fbdde3744a19f77f42e53feec",
                "output_state_sha256": "542ee0461bd99f0ced83db6c10b7ea56c7aaa8b6cf6452703421ce9a2f9e3a5e",
                "frames": 448,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0024811127223074436,
                "max_rotation_error_deg": 37.332054138183594,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 165,
                "qpos_sha256": "fef3ca79f2c15e863be07cad34644281d70e470327b1bda9a93d6340c1aac7f3",
                "output_state_sha256": "efcff31b357b2d35255dffca48b3a6a66badcad47e81a713d8bed4751a04d278",
                "frames": 361,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002669425681233406,
                "max_rotation_error_deg": 38.88243865966797,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 166,
                "qpos_sha256": "524582030030ab1147f4a4e903b631d4b2199d6198d50171ba722fd7a534257e",
                "output_state_sha256": "489699d81fca4bf0f048c4a970179d7d6930ddd768bd43bcecb89c966212b0a5",
                "frames": 298,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026576905511319637,
                "max_rotation_error_deg": 41.35999298095703,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 167,
                "qpos_sha256": "9dfe2186d9e5116dbbb5497e7da1a5c3c4ebd429a7a7c250771906c8901faaa8",
                "output_state_sha256": "9a3bbe23de7ee48918c89a2a53f2b5b1e42b52fc82d737f667466b8cecbf1d5e",
                "frames": 428,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002626491477712989,
                "max_rotation_error_deg": 38.164119720458984,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 168,
                "qpos_sha256": "f0a648b0a4aed323097081676d43391e3c12da3a18c0394060af381a3ee5f03e",
                "output_state_sha256": "f4fd8170f097675f04e43a0a6ccd3a41764f1bc19bccc9586abfd610a0688ebf",
                "frames": 324,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002541659167036414,
                "max_rotation_error_deg": 37.68411636352539,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 169,
                "qpos_sha256": "f5a342d3d14ddaf9e24ebc0152b1fe1c82930efdf74185ecd6237d6bb29dbc53",
                "output_state_sha256": "bb6d5424a3aaf70d73f0906764b6e1d9cff4d96453596e422a712b46390dd10a",
                "frames": 380,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002599697560071945,
                "max_rotation_error_deg": 39.287139892578125,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 170,
                "qpos_sha256": "c988ad35c0be5c033c8fc22906aed2ab5ad7028b3884ce33ec8400845f7cefd3",
                "output_state_sha256": "711587107c2384a6bdfc4c89faad19ed442f4f87a19d7b6dae861601155a03c7",
                "frames": 244,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0025872548576444387,
                "max_rotation_error_deg": 39.86556625366211,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 171,
                "qpos_sha256": "8929c6bbb430ff5eeb64d8a461145347ec93107b046943b669c5ab99e60d975f",
                "output_state_sha256": "477a0706f60c988af2d637f5257dd3335908f4bf73167c691933032b869f6004",
                "frames": 378,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026797594036906958,
                "max_rotation_error_deg": 39.23061752319336,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 172,
                "qpos_sha256": "bc6123a414c629fa5ecf48cb95f1092c46fb01bba9ffb18e4ba4531c094e899a",
                "output_state_sha256": "d752e9146f0284d3b21d259545e9c499038595ad674fa7229120248a0081d7c9",
                "frames": 420,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026246747002005577,
                "max_rotation_error_deg": 39.42055130004883,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 173,
                "qpos_sha256": "ceb37740367acdc28bb9dd449853401c149c2212c8cd8406596a90751806c706",
                "output_state_sha256": "dd2e84fb288bc91975c86a3664b3e63c3792365ff914af4cb320e8af12fdbf0f",
                "frames": 251,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.0026446525007486343,
                "max_rotation_error_deg": 39.60293960571289,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 174,
                "qpos_sha256": "d00c009d4679d062fe57c6ca30b12cc604b27765c2968e19fe18f1bd85be0384",
                "output_state_sha256": "e1c3cfbe2331122a5352208e994b04506fb67a830258803dfb462bc0f7ef064e",
                "frames": 216,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002592419506981969,
                "max_rotation_error_deg": 38.0150032043457,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            },
            {
                "source_episode_index": 175,
                "qpos_sha256": "3a4e91d62f167f536764aca28d1e9b632fab173b85e2ea1b37ca4ed3ea618746",
                "output_state_sha256": "c4f2704b11a2fd71efd498d61379ff6faa300cb73db4ea57e95ee5359512c5e6",
                "frames": 339,
                "retarget_mode": "absolute-table",
                "max_position_error_m": 0.002461165888234973,
                "max_rotation_error_deg": 37.67607498168945,
                "initial_solve_iterations": 1,
                "gripper_source": "recorded Feetech normalized"
            }
        ],
        "controller_device": "pico",
        "raw_controller_debug": false,
        "quality_filter_enabled": true,
        "quality_source_accepted": 176,
        "quality_source_rejected": 0,
        "converted_source_episodes": 176,
        "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-v5",
            "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": 486,
                    "action/right_elbow_flex.pos": 79,
                    "action/right_shoulder_lift.pos": 2,
                    "observation.state/left_elbow_flex.pos": 484,
                    "observation.state/right_elbow_flex.pos": 79,
                    "observation.state/right_shoulder_lift.pos": 2
                },
                "max_overshoot_rad": 0.00013084110435559296,
                "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]