Add fast_forward mode to CC:Ladder#120
Merged
Merged
Conversation
…unds to win reached before last round)
Contributor
Author
|
tysm for review @Muhtasham!! Will dm you and sync on the status of the changes i've been making the past couple days :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Optional CC:Ladder mode that skips playing rungs the climber's carried-over bot already dominates — faster eval, same "highest rung reached" north-star metric.
Usage (nested under
ladder_rules, off by default)How it works
rounds: 0PvpTournament) runs the carried-over bot vs the opponent.min_sim_win_rate, the rung is cleared without edit rounds, recorded asladder_advancement.fast_forwarded: true.ladder_rules— so it's safe under non-transitive matchups and never skips a rung it would lose.Interactions
_scan_resumekeeps the carry-over seed from the last played rung.rungs_fast_forwarded.Validation
enabled(bool, required if block present);min_sim_win_rate(number in(0.5, 1.0], required when enabled).Notes