We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f7e5a commit 8cf8f2cCopy full SHA for 8cf8f2c
1 file changed
configs/ablations/ladder/ladder_rules.yaml
@@ -1,8 +1,5 @@
1
# Shared advancement rule for every CC:Ladder run config. Each <arena>[__<model>].yaml pulls
2
# this in on its `ladder_rules:` line, so the win condition stays consistent across all
3
-# arenas/models in one place. (The make_*.yaml ladder-build configs don't advance a climber,
4
-# so they intentionally carry no ladder_rules.)
5
-# NOTE: keep the include-directive token out of these comments — the resolver matches it on any
6
-# line, comments included, and would try to resolve it recursively.
+# arenas/models in one place.
7
min_round_wins: 2 # whole number of agent rounds to win to advance (1..tournament.rounds)
8
win_last_k: 0 # must win the last K rounds (0 = off; must be <= min_round_wins)
0 commit comments