Implementing the AlphaZero algorithm(but with the MuZero Gumbel policy) for multiple games with PGX and MCTX. Thanks to Google's TensorFlow Research Cloud for providing compute resources. The training script is modified from the sample AlphaZero script provided in the PGX GitHub Repo. Scripts:
main.py
: AlphaZero for playing games(Atari, Go, Poker, etc.)test.py
: Test the model and output an SVG of it playing itself.
Checkpoints(more coming soon):
Othello model plays itself(step 15145):