Skip to main content

Live evaluation scores

After POST /evaluations/run, poll:
Per-rollout fields: List historical evals:

Trajectory data

rollout_id = {run_id}_{example_idx}_{rollout_idx}. On-disk capture (operator side) also lands under outputs/runs/{run_id}/ when the wrapper is configured to write run capture.

Aggregate stats

Pass@N

Use these when rollouts_per_example > 1.

Offline sample pack metrics

The shopping-environment sample pack ships precomputed metrics: Example summary.json:

Interpreting a PASS

A checkout PASS requires more than reaching ORDER_CONFIRMATION:
  1. Primary VU (e.g. VU-CHECKOUT) status PASS
  2. ROOM_DEVICE_DB PASS when hybrid Room scoring is on
  3. Confirmation / preselection gates satisfied
See Verifiers and the worked example in Sample trajectories.