Clarify Open-H checkpoint embodiment metadata#3
Conversation
Greptile SummaryThis PR clarifies the README to prevent user confusion about which Open-H robot platforms are inference-ready versus simply covered in the dataset. No code or config files are modified.
Confidence Score: 5/5Documentation-only change; the referenced script exists and all three modified passages are internally consistent with the rest of the README. All changes are prose clarifications in README.md. The validator script link resolves to a confirmed existing file, the 16-platform count is now correctly scoped to the dataset rather than the released checkpoints, and the new guidance paragraph does not contradict anything else in the repository. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User wants to run a new embodiment] --> B{Check checkpoint metadata}
B --> C[Run scripts/validate_hf_config_alignment.py]
C --> D{Embodiment tag in\nprocessor_config.json\n& statistics.json?}
D -->|Yes| E[Proceed with direct inference]
D -->|No| F[Embodiment not inference-ready\nin this checkpoint]
F --> G[Fine-tune or select\ndifferent checkpoint]
Reviews (1): Last reviewed commit: "Clarify Open-H checkpoint embodiment met..." | Re-trigger Greptile |
Summary
Context
This addresses the ambiguity raised in #2 without changing model behavior or making new support claims. The README currently mentions 16 Open-H robot platforms, while direct inference depends on the metadata bundled with the selected checkpoint.
Refs #2.
Validation
git diff --checkscripts/validate_hf_config_alignment.pyexists