This curated layer is the fast path through the repository. It is designed so a new visitor can understand the claim, watch the evidence, inspect the canonical PASS artifacts, and run the shortest validation path without digging through the full development history.
| If you want to... | Open this |
|---|---|
| See the project in one screen | RESULTS_SUMMARY.md |
| Watch the visual evidence first | VISUAL_INDEX.md |
| Run the shortest validation path | QUICKSTART.md |
| Inspect the packaged PASS bundle | outputs/canonical_pass/ |
| Understand how the repo is organized | REPO_MAP.md |
| Triptych preview | Rollout figure |
|---|---|
![]() |
![]() |
Open the full visual package here:
After enforcing deterministic cross-simulator alignment between PyBullet and MuJoCo, this repo learns a residual next-state correction that:
- reduces Bullet-to-MuJoCo one-step physical error,
- remains stable under long-horizon rollout checks,
- passes holdout and alignment gates,
- and can be inspected visually through replay videos, triptychs, and overlay plots.
- Deterministic paired plans are executed in PyBullet and MuJoCo.
- A strict alignment gate blocks training if reset state, timing, or first-step consistency drift.
- A residual model predicts the MuJoCo-minus-Bullet next-state gap.
- Hard-mode stress evaluation verifies one-step accuracy, holdouts, and rollout stability.
- Behavioral acceptance exports replay videos, triptychs, and overlay plots for inspection.
- Quantitative anchor: packaged in
outputs/canonical_pass/source_stress_report.mdandoutputs/canonical_pass/source_stress_metrics.json - Visual anchor: packaged in
outputs/canonical_pass/source_behavioral_report.mdand the copied videos and preview images - Public-facing copied bundle: outputs/canonical_pass/
- Provenance map: configs/canonical_sources.json
This public repo is optimized for inspection first. Open QUICKSTART.md for the shortest path through the packaged evidence and for command references preserved from the source workspace.
- outputs/canonical_pass/ contains the reviewer-facing proof artifacts.
- examples/canonical_commands.ps1 contains exact rerun commands.
- docs/CANONICAL_SOURCES.md records provenance.
- docs/PUBLISHING.md defines what to ship in a public release.
- The interactive website is published from the
gh-pagesbranch.

