Conversation
This branch has not been deployed
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.
Description
Add a local data-diversity workbench for inspecting generated robot demonstrations. Users can filter six feature families, drill into a joint-distribution cell, replay its recorded episodes, compare matching task phases, and export the exact displayed population.
Dependencies: optional
analysisextra withgradio>=6.17.3,<6.18and Matplotlib; reuse existing NumPy, Polars and Viser. No external database or separate frontend application.This is a draft preview, not completion of the full P0/P1 specification. Coverage-target UI, automatic trajectory clustering, augmentation recipes/execution, generic runtime ingestion, and model attribution remain deferred. Metadata snapshots do not freeze external media. Phase curves are not yet linked to Viser seek, and joint comparisons still require consistent recorded column order.
Review guide: start with
schema.py/catalog.py, thendimensions.py/trajectory.py, followed by recording/replay andui.py. Existing-code changes are limited to CLI dispatch, the GenSim link, lab lazy imports, optional dependencies and project context.Design and status: overview, TODO.
Type of change
Validation
black .; API coverage: 2126/2126; context check andgit diff --checkpassed.Screenshots
No screenshot attachment in this draft. Reproduction commands, browser acceptance steps and measured results are included in the linked reports; the prototype is available locally on port 7865 when started with
embodichain analyze-data serve.Checklist
black .command to format the code base.python docs/scripts/check_api_docs.py).