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

Remove duplicate line in Board#place_stone in goboard.py #93

Open keram opened 3 years ago

keram commented 3 years ago

While reading the chapter 3 I have noticed that this line new_string = GoString(player, [point], liberties) is duplicated as part of the updated implementation using zobrist hashing. I'm assuming this was a typo.