examples/infra_features/fully_async/. Exercises the entire async
rollout ↔ trainer loop without any real dataset, real reward model, or
meaningful generation — useful as an agent infrastructure stress test
for bigger agentic workloads.
Quick start
Notes
--disable-rollout-global-datasetis on, so no--prompt-datafile is required. The rollout function ignores the data buffer and constructsSampleobjects from scratch.- The rollout uses Qwen3.5-35B’s vocab size (151643) for the random
input_ids; any model with vocab ≥ that works without changes. ignore_eos=Truein the sampling params means SGLang generates until it hitsmax_new_tokens(drawn fromMAX_TOKENS_RANGE).Sample.statusis set toCOMPLETED.

