Simulation and Visualization
Use this lane when the concise examples work and you want visible artifacts: Rerun streams, simulator traces, and self-contained HTML graph views. Start with the lightweight artifacts before enabling heavier simulator or GUI dependencies.
pixi run demo-pipeline-html-vizWrites a self-contained graph artifact and prints a compact ASCII graph.
pixi run demo-robosuite-mockPrints mock environment/policy trace lines without requiring robosuite.
pixi run -e twist2 demo-twist2-rerunOptional visual lane for watching state evolve in a Rerun viewer.
Recommended Order
Section titled “Recommended Order”Inspect Flows, ports, clocks, sync policies, and feedback edges before changing the example.
Validate environment-as-Flow and policy-as-Flow behavior without simulator install friction.
Use Rerun or real simulator lanes only after the lightweight artifacts match expectations.
What The Artifacts Show
Section titled “What The Artifacts Show”Live HTML artifact
Interactive Retriever graph, embedded from the generated artifact.Use this before moving to a heavier simulator or robot backend: inspect nodes, ports, clocks, sync policies, and feedback edges in the same HTML view produced by pixi run demo-pipeline-html-viz.
| Artifact | Use it for | Dependency level |
|---|---|---|
| HTML graph | Inspect structure, ports, and closed-loop shape. | Lightweight. |
| Rerun viewer | Watch perception or simulator state evolve over time. | Optional GUI. |
| Mock robosuite trace | Validate environment/policy wiring without simulator install. | Lightweight. |
| Real simulator lanes | Validate timing with actual simulator dynamics. | Optional/heavy. |
