How to deal with failed rollouts?
Author: dalek-whoCreated Jan 13, 2026Updated Aug 25, 2026
Labelsdocumentationhelp wantedquestionv0.x
If a rollout fails due to system issues (such as network connection failure), should I return None in Agent.rollout? Can verl automatically skip such failed rollouts?
Additionally, if there are too many failed rollouts in a batch (e.g., due to temporary network instability), can I skip the entire batch directly? Are there any configurations for this?
Source: microsoft/agent-lightning