[DEMO] Golden policy correctness check - #12
Open
angehu-nv wants to merge 4 commits into
Open
Conversation
Reject an unknown or misspelled physics/render backend in tasks.json at load time instead of silently producing a backend_key that no threshold targets (which disables the FPS gate) or emitting a bad Hydra presets= token that crashes the GPU benchmark job at launch.
Runs a frozen policy checkpoint per (task, backend) after the perf smoke benchmark, on the same warm runner via the shared isaac-rollout composite action, and scores behavioural KPIs (reward / episode length / success rate) against hard-set thresholds in golden_tasks.json. Standalone from perf (no baselines); advisory via a separate gate_config.golden_blocking toggle. Golden piggybacks perf cells so it needs no extra image pull; a separate ubuntu-latest golden_aggregate emits its own omni-github artifact (test_tool_id=golden-policy).
Throwaway branch (do not merge). Trims tasks.json to Cartpole/physx (golden pair) + Velocity-Flat-G1/physx (no golden -> must skip); golden_tasks.json to Cartpole/physx. Adds a TEST-only step that pulls a real rsl_rl checkpoint from the fork release 'angehu-test-golden-ckpt' into a workspace GOLDEN_ROOT and times it, so the real --checkpoint pull+load path is exercised on RTX 6000.
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.
Demo only; do not merge.