shindavid / AlphaZeroArcade

6 stars 1 forks source link

Continuous self play #91

Closed shindavid closed 9 months ago

shindavid commented 9 months ago

--refresh-weights option for MCTS players, which causes the net weights to refresh if the model file's modify-timestamp to change. Currently this is unused, but with proper changes on python side we can use this for continuous self-play.

Lumped in some unrelated improvements to BoostUtil.