tensorflow / minigo

An open-source implementation of the AlphaGoZero algorithm
Apache License 2.0
3.47k stars 561 forks source link

The setting of num_readouts to get strongest of minigo #993

Open herogan2017 opened 4 years ago

herogan2017 commented 4 years ago

Hello, I set num_readouts = 1000, use the latest weight file. but it's weaker than elf2. so how to set the value of num_readouts to make minigo strongest? thanks.