AlphaZeroIncubator / AlphaZero

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

Fix double _utils.py files/circular import #39

Closed guidopetri closed 4 years ago

guidopetri commented 4 years ago

@PhilipEkfeldt when you created the utils folder and put stuff in there, you didn't port stuff over from the existing _utils.py file. Moving everything to the new file triggers a circular import, though.

guidopetri commented 4 years ago

Closed in #40