deep_learning_and_the_game_of_go
deep_learning_and_the_game_of_go copied to clipboard
Simplify get_go_string() in Board implementation
We could simply return the value from self._grid.get(point) rather than checking for None, since if it is None we are returning None.
@abhinav-upadhyay you're right, thanks. sorry for the late reply. To keep the book in sync with master
, can you please re-submit your PR against our new improvements
branch?