Skip to content

Commit

Permalink
Reduce visits in the low-end gating cfgs
Browse files Browse the repository at this point in the history
  • Loading branch information
lightvector committed Apr 15, 2020
1 parent c830179 commit 8838464
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cpp/configs/gatekeeper1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ handicapCompensateKomiProb = 1.0 # Probability of compensating komi to fair duri
# numExtraBlackFixed = 3 # When playing handicap games, always use exactly this many extra black moves

# Search limits-----------------------------------------------------------------------------------
maxVisits = 300
maxVisits = 150
numSearchThreads = 1

# GPU Settings-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion cpp/configs/gatekeeper2a.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ handicapProb = 0.0
handicapCompensateKomiProb = 1.0

# Search limits-----------------------------------------------------------------------------------
maxVisits = 300
maxVisits = 200
numSearchThreads = 1

# GPU Settings-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion python/selfplay/synchronous_loop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mkdir -p "$SCRATCHDIR"
mkdir -p "$BASEDIR"/selfplay
mkdir -p "$BASEDIR"/gatekeepersgf

# NOTE: You probably want to edit settings in the cpp/configs/selfplay1.cfg.
# NOTE: You probably want to edit settings in the cpp/configs/selfplay1.cfg - what board sizes and rules, you want to learn, number of visits to use, etc.
# NOTE: You may want to adjust these numbers.
NUM_GAMES_PER_CYCLE=1000
NUM_THREADS_FOR_SHUFFLING=8
Expand Down

0 comments on commit 8838464

Please sign in to comment.