AlphaZeroIncubator / AlphaZero

Our implementation of AlphaZero for simple games such as Tic-Tac-Toe and Connect4.
0 stars 0 forks source link

MCTS implementation #5

Closed guidopetri closed 4 years ago

guidopetri commented 4 years ago

We should find an implementation of MCTS, or roll up our own, that can take something from any Game class and do the MCTS process on it. This way we can easily use it on tic-tac-toe, or connect4, or anything else really.