Commit 7a6feb6
Disable replay recording in make_robocode (record_ratio: 0)
The round-robin only needs per-battle scores to fit Elo; recording every sim
wrote ~8.7MB of compressed replay XML per pair (~59GB over 6670 pairs, risking
disk exhaustion mid-run) and pinned a gzip core on each log copy. Scores come
from results_*.txt, which is unaffected.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 3661779 commit 7a6feb6
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
0 commit comments