A replica of the AlphaZero methodology in Python
See this article for a summary of the algorithm and run instructions.
https://applied-data.science/blog/how-to-build-your-own-alphazero-ai-using-python-and-keras/
pip install ipython3 # ipython3 is not compatible with tensorflow so install lonely
pipenv install
pipenv shell