Skip to content

Commit

Permalink
Increase default autogtp playouts to 1000.
Browse files Browse the repository at this point in the history
This is what we will use initially for self-play. It's a magic number as
good as any.
  • Loading branch information
gcp committed Nov 13, 2017
1 parent 3c65705 commit 59d257d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogtp/Game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Game::Game(const QString& weights, QTextStream& out) :
#endif
cmdLine.append(" -g -q -n -m 30 -r 0 -w ");
cmdLine.append(weights);
cmdLine.append(" -p 400 --noponder");
cmdLine.append(" -p 1000 --noponder");
fileName = QUuid::createUuid().toRfc4122().toHex();
}

Expand Down

0 comments on commit 59d257d

Please sign in to comment.