AlphaZero_Gomoku icon indicating copy to clipboard operation
AlphaZero_Gomoku copied to clipboard

Can I change the board size?

Open SuminHan opened this issue 7 years ago • 1 comments

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?

SuminHan avatar Jun 04 '18 06:06 SuminHan

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.

junxiaosong avatar Jun 05 '18 05:06 junxiaosong