Open-Source MuZero Implementations
Sat 02 May 2020
I'm sometimes asked if I'm aware of any open-source implementations of MuZero. In addition to the official pseudocode, a variety of researchers have made their own implementations and shared them online.
I have not checked these for correctness or completeness, but I still believe that you may find them useful. In no particular order:
- How To Build Your Own MuZero AI Using Python from Applied Data Science
- johan-gras/MuZero
- YuriCat/MuZeroJupyterExample
- Zeta36/muzero
If you know any others, please let me know and I'll add them!
If you want to replicate MuZero or try other RL ideas on board games, I can recommend the excellent collection of environments in OpenSpiel.
Tags: misc
M â MARKDOWN
italics | surround text with *asterisks* |
bold | surround text with **two asterisks** |
hyperlink | [hyperlink](https://example.com)or just a bare URL |
code | surround text with `backticks` |
surround text with ~~two tilde characters~~ | |
quote | prefix with > |
Loading comments...