Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T10:57:20.000Z (over 4 years ago)
- Last Synced: 2024-10-23T10:03:56.697Z (3 months ago)
- Topics: deepmind, jupyter-notebook, muzero, python, pytorch
- Language: Jupyter Notebook
- Size: 59.6 KB
- Stars: 95
- Watchers: 11
- 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