issues
search
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
987
stars
390
forks
source link
Chapter 4 AlphaBetaAgent questions
#100
Open
yura
opened
2 years ago
yura
commented
2 years ago
[ ] maybe correct code here is
elif our_best_outcome >= best_score:
https://github.com/maxpumperla/deep_learning_and_the_game_of_go/blob/35f983cabb7294d84f2554dc4c23063f23f985b8/code/dlgo/minimax/alphabeta.py#L92
[ ] why returning immediately at
https://github.com/maxpumperla/deep_learning_and_the_game_of_go/blob/35f983cabb7294d84f2554dc4c23063f23f985b8/code/dlgo/minimax/alphabeta.py#L44
elif our_best_outcome >= best_score:
https://github.com/maxpumperla/deep_learning_and_the_game_of_go/blob/35f983cabb7294d84f2554dc4c23063f23f985b8/code/dlgo/minimax/alphabeta.py#L92