AlphaZeroIncubator / AlphaZero

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

Fixed code structure #40

Closed PhilipEkfeldt closed 4 years ago

PhilipEkfeldt commented 4 years ago

Updated code structure to avoid circular imports

Edit: I deleted the old _utils.py file in the main folder but it doesn't show up in the diff for some reason...

guidopetri commented 4 years ago

It shows up as being renamed to training/_training.py. I think this looks fine, if pytest is passing it must work.