junxiaosong / AlphaZero_Gomoku

An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
MIT License
3.25k stars 965 forks source link

pure MCTS FYI #79

Open zhenfelix opened 5 years ago

zhenfelix commented 5 years ago

It seems pure MCTS became intelligent only after I increased n_playout to 2000, since the pure MCTS AI choose not to stop me even when I had 3 or 4 stones in a row when n_playout was set to 1000