seungeunrho / minimalRL

Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MuZero minimal implementation

ipsec opened this issue · comments

Hi,

First congratulations by this project.

Would be great a minimal implementation of MuZero algorithm.

The paper is here: https://arxiv.org/pdf/1911.08265
The pseudocode is: https://arxiv.org/src/1911.08265v2/anc/pseudocode.py

Thanks.