https://rl-gym-api.collinear.ai
Launch Runs
Start a batch of rollouts (agent evaluation runs) for one or more tasks.ModelConfig
TaskOverride
Response:
200 OK
List Runs
List runs with optional filtering and pagination.
Response:
200 OK
Get Run Status
Get aggregate status for a run, including per-rollout breakdowns.200 OK — returns a RunStatusResponse (same schema as items in the list runs response).
Errors: 404 if run not found.
Cancel Run
Signal all active rollouts in a run to cancel gracefully.200 OK
Delete Run
Delete a run and all associated rollout records.200 OK
404 if run not found.
