What problem does it solve?
Running the full Isaac for Healthcare robot-learning pipeline requires coordinating nine stages (record, mimic, annotate, replay, convert, visualize, finetune, validate, summary) with correct environment configuration, resume logic, and monitoring, which is error-prone when done manually.
Core Features & Use Cases
- Full Pipeline Orchestration: Executes the complete agentic workflow via the e2e run script with a single environment name, handling stage ordering and artifact output automatically.
- Resume and Skip Controls: Supports skipping stages (mimic, annotate, replay, viz) and resuming from a prior run with --from-stage and --run-dir.
- Dry-Run Validation: Verifies the environment configuration before committing to a long pipeline run.
- Use Case: A robotics engineer asks the agent to run an end-to-end smoke pipeline for the scissor pick-and-place task; the skill resolves the i4h-workflows repo, runs all stages in the foreground, and reports the run directory, per-stage status, and key artifacts.
Quick Start
Ask your agent to run the full end-to-end smoke pipeline for the scissor pick-and-place task using the i4h workflow.