kevaday / alphazero-general

A fast, generalized, and modified implementation of Deepmind's distinguished AlphaZero in PyTorch.
MIT License
66 stars 21 forks source link

Strange "bug?" with model gating #14

Closed Bobingstern closed 2 years ago

Bobingstern commented 2 years ago

I keep getting a model gating for version 4 even though the win rate against past model is 114/45 Is this a bug or is this intended? It seemingly plays well against the mcts player with a model vs baseline rate of 154/18. Not sure what this means