maxpumperla / deep_learning_and_the_game_of_go

Code and other material for the book "Deep Learning and the Game of Go"
https://www.manning.com/books/deep-learning-and-the-game-of-go
953 stars 387 forks source link

Using DIAG definitions in the TicTacToe example #36

Closed fredthedead closed 5 years ago

fredthedead commented 5 years ago

Before submitting a pull request, note that master and the respective chapter branches need to stay in sync with the print version of the book.

Should your current PR mix these types of changes, please consider to split it accordingly. Thank you!

maxpumperla commented 5 years ago

@fredthedead honestly, I think it's clearer if we just remove the otherwise unused DIAG globals. I don't think they add much value in this limited scope.