Definition
Plain language
One complete run of an agent or model attempting a task from start to finish.
As stated in the literature
A single sampled trajectory of an agent's actions and observations from initial state to terminal state, used in RL training and evaluation.
Also called: rollouts
Why it matters: Rollouts are the atomic unit of both agent evaluation and RL training — almost every metric and gradient ultimately comes from a pile of them.
For example, a single rollout of a coding agent on a bug-fix task might include reading the repo, running tests, editing three files, and submitting a final patch.
Heard on the show
“Those quality numbers are all measured on rollouts driven by recorded bot actions — the same bot family it trained on.”Episode 206 — How Four-Second Clips Become Hours of Playable AI Soccer