Description : A Notebook that implements the Pseudocode from the original Muzero paper (still a WIP : hope to complete it soon)
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 :
https://github.com/werner-duvaud/muzero-general.git | https://github.com/werner-duvaud/muzero-general/wiki/MuZero-Documentation
B. David Foster's Medium Article : MuZero: The Walkthrough (How to Build your own Muzero in Python