AlphaZeroIncubator / AlphaZero

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

Add Connect4 #21

Closed guidopetri closed 4 years ago

guidopetri commented 4 years ago

Next game to write an API for is Connect 4.

Plans for next games: Abalone (tricky; not a simple 2d grid, it's hexagonal shaped), chess (also tricky: too many moves?), go

guidopetri commented 4 years ago

@homerours did you have any other ideas for games to implement? I feel like you mentioned something but I forgot what it was...

homerours commented 4 years ago

Abalone would be really fun! If we manage to train a model for connect4 in a reasonable time, this may be possible. The game 'reversi' could also be fun.