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

Differences between model amd model2 #112

Open lironT74 opened 3 years ago

lironT74 commented 3 years ago

Hi, could you please explain what is the difference between "best_policy_6_6_4.model" and "best_policy_6_6_4.model2"? (I assume it is the same explanation with 8_8_5 models).

Thank you.