junxiaosong / AlphaZero_Gomoku

An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
MIT License
3.25k stars 965 forks source link

_playout方法中的update_recursive为什么要传入 -leaf_value? #69

Open Leonardo711 opened 5 years ago

Leonardo711 commented 5 years ago

mcts_alphaZero.py中 137行 不应该是传leaf_value么?

junxiaosong commented 5 years ago

可以参考issue #25