junxiaosong / AlphaZero_Gomoku

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

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

Open Leonardo711 opened 6 years ago

Leonardo711 commented 6 years ago

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

junxiaosong commented 6 years ago

可以参考issue #25