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

Why the temperature parameter is always 1? #89

Closed terryzhao127 closed 5 years ago

terryzhao127 commented 5 years ago

It is weird that temp is always 1.0 in your self-play codes although you set the default value as 1e-3 in many functions. However, you pass the temp=1.0 to these functions always.