abrahamabel / Muzero-GDM_Pseudo_Code

A Notebook implementation of the Pseudocode from the original Muzero paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Muzero-GDM_Pseudo_Code

Description : A Notebook that implements the Pseudocode from the original Muzero paper (still a WIP : hope to complete it soon)


Citations, Refferences and Resources :

1. Muzero Paper :

Title: Mastering Atari, Go, Chess and Shogi by Planning with a Learned Model
Authors: Julian Schrittwieser et al.
Published in: arXiv, 2019

3. Link to Original Pseudocode

4. I have used the following Resources to understand Muzero. I'm also working on Genesis Zero an implementation of Muzero with LLMS.

A. Werner Duvaud's MuZero implementation :

B. David Foster's Medium Article : MuZero: The Walkthrough (How to Build your own Muzero in Python


About

A Notebook implementation of the Pseudocode from the original Muzero paper


Languages

Language:Jupyter Notebook 98.3%Language:Python 1.7%