Skip to content

Commit a4b2627

Browse files
committed
Remove scripts/ladder folder
1 parent ce18fb0 commit a4b2627

13 files changed

Lines changed: 4 additions & 569 deletions

File tree

codeclash/arenas/scml/SCML.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ RUN python -m pip install --upgrade pip \
2323
# arenas). Default branch holds the runtime; human/* branches overlay scml_agent.py.
2424
RUN git clone https://github.com/CodeClash-ai/SCML.git /workspace \
2525
&& cd /workspace \
26-
&& git remote set-url origin https://github.com/CodeClash-ai/SCML.git \
2726
&& git config user.email "player@codeclash.com" \
2827
&& git config user.name "Player"
2928
WORKDIR /workspace

configs/ladder/make_scml.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
# 51 bots -> 51*50/2 = 1275 pairwise tournaments. Bots live on CodeClash-ai/SCML; Docker required.
55
#
66
# COST (measured ~4.8s/sim + ~3s overhead per pair; pairs are single-threaded, so wall =
7-
# core-hours / workers): at sims_per_round=400 a pair takes ~32 min -> ~681 core-hours total.
8-
# * 32-core box (--workers 30): ~23 h * 64 vCPU (-w 62): ~11 h * 96 vCPU (-w 90): ~7.5 h
7+
# core-hours / workers): at sims_per_round=200 a pair takes ~16 min -> ~341 core-hours total.
8+
# * 32-core box (--workers 30): ~11 h * 64 vCPU (-w 62): ~5.5 h * 96 vCPU (-w 90): ~3.8 h
99
# Keep --workers <= (cores - 2): the decide() call has a 3s timeout that CPU oversubscription
1010
# can trip. Resumable: reruns skip pairs already logged, so it's safe to stop/resume.
1111
#
12-
# Full run (250-400 sims = publication-quality Elo; 400 chosen for SCML's high per-sim variance):
12+
# Full run (200 sims = publication-quality Elo, sized for SCML's high per-sim variance):
1313
# uv run codeclash ladder make configs/ladder/make_scml.yaml --workers 30
1414
# Cheap SANITY pilot first (~1 h @ 32 cores): temporarily set sims_per_round: 30, run, rank, and
15-
# eyeball the ordering (baselines near the bottom) before committing to the full 400-sim pass.
15+
# eyeball the ordering (baselines near the bottom) before committing to the full 200-sim pass.
1616
tournament:
1717
rounds: 0
1818
game:

scripts/ladder/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

scripts/ladder/PORTING_GUIDE.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

scripts/ladder/README.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

scripts/ladder/RUN_ON_AWS.md

Lines changed: 0 additions & 83 deletions
This file was deleted.

scripts/ladder/examples/dummy_agent.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

scripts/ladder/examples/scml_agent.py

Lines changed: 0 additions & 115 deletions
This file was deleted.

scripts/ladder/examples/scml_ffa.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)