Sweep a seed range
sweep_seedsAggregate win rates and timing statistics across consecutive simulation seeds with optional config overrides, identifying noteworthy seeds for deeper analysis.
Instructions
Run count consecutive seeds (start_seed .. start_seed+count-1) under one configuration and return aggregate statistics only: win rates by team including STALEMATE, time-to-fix and time-to-kill distributions (mean/median/p10/p90), duration distribution, stalemate reasons, and notable seeds worth drilling into with run_engagement. Aggregation is computed server-side; per-run event logs are not returned. Max count 1000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of consecutive seeds to run. | |
| start_seed | Yes | Deterministic engagement seed. The same seed always replays the identical engagement. Featured seeds: 20260719 (standard BLUFOR win), 66 (fast BLUFOR win), 57 (deliberate BLUFOR win), 41 (OPFOR win), 59 (close race, OPFOR). | |
| config_overrides | No | Optional partial CONFIG overrides. Call get_config_schema for the parameter table. |