Skip to content

Commit 6337837

Browse files
committed
Merge branch 'main' of github.com:CodeClash-ai/CodeClash
2 parents 3d6e930 + f1cbe92 commit 6337837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codeclash/cli/ladder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def run(
151151
f"Ladder advancement rule: win >= {min_round_win_fraction:.0%} of {rounds} agent rounds "
152152
f"(baseline round 0 excluded) and win the last {win_last_k} round(s)."
153153
)
154-
ladder_folder = f"LadderTournament.{config['game']['name']}.r{rounds}.s{sims}.{timestamp}"
154+
ladder_folder = f"LadderTournament.{config['game']['name']}.r{rounds}.s{sims}.{player['name']}.{timestamp}"
155155
player["branch"] = ladder_folder
156156
parent_dir = LOCAL_LOG_DIR / getpass.getuser() / ladder_folder
157157

0 commit comments

Comments
 (0)