https://github.com/zeta36/muzero
A simple implementation of MuZero algorithm for connect4 game
https://github.com/zeta36/muzero
deepmind jupyter-notebook muzero python pytorch
Last synced: 4 days ago
JSON representation
A simple implementation of MuZero algorithm for connect4 game
- Host: GitHub
- URL: https://github.com/zeta36/muzero
- Owner: Zeta36
- License: gpl-3.0
- Created: 2019-12-11T15:52:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T10:57:20.000Z (over 4 years ago)
- Last Synced: 2025-03-30T11:11:57.929Z (about 1 month ago)
- Topics: deepmind, jupyter-notebook, muzero, python, pytorch
- Language: Jupyter Notebook
- Size: 59.6 KB
- Stars: 97
- Watchers: 10
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## MuZero
A simple implementation of *MuZero* algorithm for Connect4 game (following the pseudocode offered by DeepMind in their paper)https://arxiv.org/abs/1911.08265