junxiaosong / AlphaZero_Gomoku

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

mcts_pure.py 中的 get_action() 函数 update_with_move(-1) 是否有误? #108

Closed honeyshine75 closed 4 years ago

honeyshine75 commented 4 years ago

请问这里的 update_with_move(-1) 是否应该改为 update_with_move(move)

1209805200 commented 2 years ago

您好,我对update_with_move(-1)也有一些疑惑,可以交流一下吗?reset_player和get_action里都是-1呐,不太理解其中的含义

zwh6879a commented 2 years ago

这个确实是有问题吧,不然每走一步都会重置决策树