Skip to content

Commit c7f7e5a

Browse files
john-b-yangclaude
andcommitted
Print ladder advancement rule to console
Unify with scml-ladder's behavior: echo the advancement rule to stdout (in addition to logging it) at the start of a ladder run. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 800b1c2 commit c7f7e5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

codeclash/cli/ladder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def run(
165165
f"Ladder advancement rule: win >= {min_round_wins} of {rounds} agent rounds "
166166
f"(baseline round 0 excluded) and {last_k_rule}."
167167
)
168+
print(advancement_rule)
168169
logger.info(advancement_rule)
169170
ladder_folder = f"LadderTournament.{config['game']['name']}.r{rounds}.s{sims}.{player['name']}.{timestamp}"
170171
player["branch"] = ladder_folder

0 commit comments

Comments
 (0)