Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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