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: 4 days ago
JSON representation

A simple implementation of MuZero algorithm for connect4 game

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