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.
2 parents 3d6e930 + f1cbe92 commit 6337837Copy full SHA for 6337837
1 file changed
codeclash/cli/ladder.py
@@ -151,7 +151,7 @@ def run(
151
f"Ladder advancement rule: win >= {min_round_win_fraction:.0%} of {rounds} agent rounds "
152
f"(baseline round 0 excluded) and win the last {win_last_k} round(s)."
153
)
154
- ladder_folder = f"LadderTournament.{config['game']['name']}.r{rounds}.s{sims}.{timestamp}"
+ ladder_folder = f"LadderTournament.{config['game']['name']}.r{rounds}.s{sims}.{player['name']}.{timestamp}"
155
player["branch"] = ladder_folder
156
parent_dir = LOCAL_LOG_DIR / getpass.getuser() / ladder_folder
157
0 commit comments