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

Can I change the board size? #42

Open SuminHan opened 6 years ago

SuminHan commented 6 years ago

I wonder how can I change the board size into 19.

Do you expect is it possible to train it with size 19 instead of 8?

junxiaosong commented 6 years ago

You can change the board size, i.e., self.board_width and self.board_height, in the file train.py. But for large board size, say 15 or 19, the computation burden is not affordable for individuals.