What problem does it solve?
Robotics teams recording agentic HDF5 episodes with Isaac for Healthcare workflows need those recordings converted into LeRobot-format datasets before they can fine-tune policies such as GR00T, and doing this manually requires knowing the correct environment config, codec, and modality settings.
Core Features & Use Cases
- HDF5 to LeRobot Conversion: Runs the i4h-workflows agentic dataset converter to produce parquet files, meta JSON, and per-episode videos under HF_LEROBOT_HOME.
- Environment-Aware Defaults: Reads the env YAML (robot, task, cameras, dataset splits, modality) so the converter matches the recording that produced the HDF5.
- Codec and Resolution Handling: Forces H.264 video encoding to avoid GR00T decord failures and normalizes mixed-resolution camera streams to the policy image size.
- Use Case: After a teleoperation session produces a scissor_pick_and_place HDF5 recording, ask the agent to convert it and receive a ready-to-train LeRobot dataset with episode counts and output path reported.
Quick Start
Ask your agent to convert your latest scissor pick-and-place HDF5 recording into a LeRobot dataset for training.