kevaday / alphazero-general

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

Fix data saving bug and MCTS shuffling #1

Closed bhansconnect closed 3 years ago

bhansconnect commented 3 years ago

Just fixes some issues related to saving game references instead of cloning them. Also adds a shuffle to the MCTS which is need especially with a low number of fast sims.