Skip to content

Commit 7a6feb6

Browse files
john-b-yangclaude
andcommitted
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

File tree

configs/ablations/ladder/make_robocode.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ game:
1414
name: RoboCode
1515
sims_per_round: 300
1616
sim_concurrency: 5
17+
# Ranking only needs per-battle scores (results_*.txt), not replays. Recording every sim writes
18+
# ~8.7MB of compressed replay XML per pair (~59GB over 6670 pairs) and pins a gzip core on every
19+
# log copy, so disable it here.
20+
record_ratio: 0
1721
args:
1822
nodisplay: true
1923
nosound: true

0 commit comments

Comments
 (0)