Skip to content

Commit

Permalink
Add dagger hack to cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
lightvector committed Mar 29, 2020
1 parent ec2bcfc commit 9d64e87
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cpp/configs/gtp_example.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ playoutDoublingAdvantagePla = WHITE
# documented at https://lightvector.github.io/KataGo/rules.html
# preventCleanupPhase = true

# Misc Behavior --------------------

# Uncomment and set to true to make KataGo avoid a particular joseki that some KataGo nets misevaluate,
# and also to improve opening diversity versus some particular other bots that like to play it all the time.
# avoidMYTDaggerHack = false

# Search limits-----------------------------------------------------------------------------------

Expand Down
6 changes: 6 additions & 0 deletions cpp/program/gtpconfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ dynamicPlayoutDoublingAdvantageCapPerOppLead = 0.04
# Controls which side dynamicPlayoutDoublingAdvantageCapPerOppLead or playoutDoublingAdvantage applies to.
playoutDoublingAdvantagePla = WHITE
# Misc Behavior --------------------
# Uncomment and set to true to make KataGo avoid a particular joseki that some KataGo nets misevaluate,
# and also to improve opening diversity versus some particular other bots that like to play it all the time.
# avoidMYTDaggerHack = false
# Search limits-----------------------------------------------------------------------------------
# If provided, limit maximum number of root visits per search to this much. (With tree reuse, visits do count earlier search)
Expand Down

0 comments on commit 9d64e87

Please sign in to comment.