feat(registry): add 9 high-value manipulation datasets + access filter#37
Merged
Conversation
Expand the registry from 23 to 32 datasets, targeting the gaps in sim data-generation, bimanual/humanoid, and human-collection paradigms: - Sim data-gen / benchmarks: RoboCasa, ManiSkill (v3), CALVIN, robomimic, MimicGen, RoboTwin 2.0 - Real-world multi-embodiment / humanoid: RoboMIND, AgiBot World Beta - Human handheld-gripper collection: UMI Access restrictions are now first-class: - Add `registration_required` and `non_commercial` to the tag vocabulary. - Render a rose "gated" badge on restricted datasets and add a dedicated "Access" filter (Open / Registration required / Non-commercial) to the registry HTML; access tags are kept out of the general Tags dropdown. - Tag RoboMIND (gated) and AgiBot World Beta (CC-BY-NC-SA-4.0) accordingly. Deferred Tier-3 candidates (DexMimicGen, EgoDex, FMB, BEHAVIOR-1K, Mobile ALOHA, RoboCasa365, ARIO) are captured in forge/registry/CANDIDATES.md for later promotion. Regenerates docs/registry.html; validate passes clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Grows the dataset registry 23 → 32 with widely-used, well-documented, openly-accessible manipulation datasets, chosen to close the biggest coverage gaps (sim data-generation, bimanual/humanoid, and the human-collection paradigm). Also makes access restrictions first-class so the registry stays a trustworthy "here's what you can actually use" catalog.
New datasets
Tier 1 — must-add
robocasamaniskillcalvinrobomimicrobomindTier 2 — strong additions
agibot_world_betarobotwinmimicgenumiAccess restrictions are now first-class
registration_requiredandnon_commercial(documented in CONTRIBUTING.md).robomind→ 🔒 registration;agibot_world_beta→ ⊘ non-commercial.Backlog
Tier-3 / deferred candidates (DexMimicGen, EgoDex, FMB, BEHAVIOR-1K, Mobile ALOHA, RoboCasa365, ARIO) are captured in
forge/registry/CANDIDATES.mdfor later promotion.Validation
forge registry validate→ 0 errors (2 pre-existing warnings, unrelated).DatasetEntry.from_dict.docs/registry.htmlregenerated (32 cards); rendered and visually verified — Access filter present, gated badges display correctly.TestFormatRegistry::test_detect_format_zarris a pre-existing zarr-API drift in a test fixture, unrelated to this change).🤖 Generated with Claude Code