From c6de1bbda837a0717eaeca46102f7326ed0da0d4 Mon Sep 17 00:00:00 2001 From: David Wu Date: Wed, 27 Dec 2023 18:46:54 -0500 Subject: [PATCH] Update configs with new params doc --- cpp/configs/gtp_example.cfg | 7 +++++++ cpp/configs/match_example.cfg | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/cpp/configs/gtp_example.cfg b/cpp/configs/gtp_example.cfg index 4b640b1fd..08f750531 100644 --- a/cpp/configs/gtp_example.cfg +++ b/cpp/configs/gtp_example.cfg @@ -265,6 +265,13 @@ resignConsecTurns = 3 # Enable some hacks that mitigate rare instances when passing messes up deeper searches. # enablePassingHacks = true +# Uncomment and set this to true to prevent bad or bogus move sequences +# in the history leading to this position from affecting KataGo's move choices. +# Same as analysisIgnorePreRootHistory (see above) but applies to actual play. +# You can enable this if KataGo is being asked to play from positions that it did not +# choose the moves to reach. +# ignorePreRootHistory = false + # =========================================================================== # Search limits # =========================================================================== diff --git a/cpp/configs/match_example.cfg b/cpp/configs/match_example.cfg index 139f91d02..945ac44e6 100644 --- a/cpp/configs/match_example.cfg +++ b/cpp/configs/match_example.cfg @@ -88,6 +88,11 @@ hasButtons = false,true bSizes = 19,13,9 bSizeRelProbs = 90,5,5 +# If you want to specify exact distributions of boards, including rectangles, specify this instead +# of bSizes. E.g. to randomize between a 7x5, a 9x12, and a 10x10 board with probabilities 25%, 25%, 50%: +# bSizesXY=7-5,9-12,10-10 +# bSizeRelProbs = 1,1,2 + komiAuto = True # Automatically adjust komi to what the neural nets think are fair # komiMean = 7.5 # Specify explicit komi # policyInitAreaProp = 0