AlphaZeroIncubator / AlphaZero

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

Add n_players static method to game #25

Closed PhilipEkfeldt closed 4 years ago

PhilipEkfeldt commented 4 years ago

Add static method to get number of players of game to Game class.