Robot intelligence deserves a hostile test environment.
BreakBot is an adversarial evaluation terminal for robot policies. It converts a browser configuration into a durable GPU job, executes deterministic Isaac Lab trials, and returns evidence that can be inspected before a policy reaches expensive hardware.
Job lifecycle
One request. Four observable states.
Runs survive refreshes and retain the same shareable URL. Worker leases, heartbeats, retries and idempotent completion protect the pipeline when hardware or network conditions change.
The request is committed to durable storage and receives a stable run URL.
The RTX worker atomically claims a lease and evaluates 32 deterministic seeds.
Omniverse RTX records a native H.264 replay from the official task scene.
Metrics, provenance and replay become permanent, refresh-safe evidence.
Parameter surface
Push the policy beyond the clean demo.
The terminal exposes physical, sensing and control stressors. Color zones communicate the intended operating envelope; submitted numeric values are stored exactly with the run.
Evidence contract
A result is more than a video.
Every completed run returns the evidence required to reproduce, compare and diagnose policy behavior.
Robustness score
Comparable 0–100 aggregate across all rollouts.
Seed matrix
Pass/fail evidence and score for each of 32 seeds.
Physical events
Drops, collisions and terminal task failures.
Completion time
Measured execution timing per deterministic seed.
RTX replay
Public H.264 artifact with a verified content hash.
Provenance
Simulator, Isaac version and execution GPU.
System architecture
The website never touches simulator internals.
A versioned contract separates the public interface from GPU execution. The same API can later dispatch additional Isaac Lab executors without changing run URLs or result pages.
WEB
Validate + submit
QUEUE
Persist + lease
RTX
Simulate + render
RESULT
Metrics + MP4
POST /api/runs
GET /api/runs/:id
GET /api/queue?runId=:id
contract: 2026-09-03-franka-v1
seeds: 32
renderer: Omniverse RTX
artifact: video/mp4Compute policy
Real simulation has a real cost.
Ready to find the boundary?
Start with the nominal profile, move into the amber zone, then deliberately target a red failure configuration. Every run is isolated behind its own permanent result URL.
Open stress-test terminal