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

Fix script to generate zobrist hash #73

Closed SojiroNishimura closed 4 years ago

SojiroNishimura commented 4 years ago

Bug fix for generating script of zobrist hash as it lacks None case for each Point and didn't generate hash for EMPTY_BOARD

maxpumperla commented 4 years ago

@SojiroNishimura thank you!