Uh oh!
There was an error while loading. Please reload this page.
feat(tasks): add declarative task slices and rollout validation - #500
Merged
Conversation
Make endpoint bindings, timed command frames, transports, routing, safe holds, and profile lowering controller-agnostic. Preserve joint trajectories as optional feedback artifacts and add staged, same-address invocation revision semantics for mobile and whole-body safety.
4 tasks
4 tasks
yuecideng
marked this pull request as ready for review
August 11, 2026 16:46
Greptile SummaryThe PR consolidates two task integrations onto the declarative Expert Program runtime and adds deterministic rollout measurement and reporting.
Confidence Score: 5/5The PR appears safe to merge because no blocking failure remains in the eligible follow-up review scope. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| scripts/benchmark/expert_program/demo_success.py | Adds fixed-seed, no-retry demo execution with failure-preserving raw artifacts and deterministic aggregation. |
| scripts/tools/expert_program_rollout_report.py | Generates and checks the static capability and migration-size report from explicit source snapshots. |
| embodichain_tasks/embodichain_tasks/expert_program/repeated_pick_place.py | Simplifies the canonical repeated-pick environment by removing its task-local contact observer while explicitly withholding physical acceptance. |
| embodichain_tasks/configs/gym/expert_program/repeated_pick_place.json | Adds dataset recording metadata and removes the contact sensor from the structurally supported but physically unqualified task. |
| tests/benchmark/expert_program/test_demo_success.py | Provides broad pure-Python coverage for deterministic execution, failures, aggregation, serialization, and cleanup behavior. |
| tests/test_expert_program_package_data.py | Verifies Expert Program resources are included and decodable from staged package output. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart LR
A[Fixed benchmark seeds] --> B[Seeded non-saving reset]
B --> C[Execute declarative demo once]
C --> D[Normalize per-environment results]
D --> E[Non-saving discard reset]
E --> F[Raw JSON trials]
F --> G[Aggregate metrics]
G --> H[Markdown report]
Reviews (5): Last reviewed commit: "Merge remote-tracking branch 'origin/mai..." | Re-trigger Greptile
yuecideng
changed the base branch from
feat/declarative-task-vertical-slices
to
feat/mllm-expert-program-frontendAugust 11, 2026 17:47
4 tasks
skywhite1024force-pushed
the
feat/expert-program-rollout-validation
branch
2 times, most recently
from
August 21, 2026 11:31
872b8a1 to
9b59c70CompareUh oh!
There was an error while loading. Please reload this page.
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 freeto 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
Stack
feat/mllm-expert-program-frontendConsolidation
Consolidates #499 into this layer. Scope: declarative task vertical slices and deterministic rollout validation.
Add deterministic Expert Program rollout measurement: fixed-seed execution, raw trial JSON, failure-preserving aggregation, Markdown reports, static migration-size checks, and supported-simulation gates.
Benchmark reporting distinguishes framework coverage, checked-in integrations, and physical acceptance instead of treating compilation success as task success.
Refs #471
Refs #474
Type of change
Screenshots
Not applicable.
Validation
tests/benchmark/expert_program/test_demo_success.pyandtests/scripts/tools/test_expert_program_rollout_report.pyChecklist