/muzero

A Go translation of the MuZero python reference implementation

Primary LanguagePythonApache License 2.0Apache-2.0

Go MuZero

An Go implementation of MuZero based on the python reference implementation from the muzero paper.

see muzero.go.

The python reference implementation was written with numpy and tensorflow in mind, but the go bindings for tensorflow do not support training models, so that's not going to work.

Currently looking for help getting this working with Gorgonia.

I'm @ssoroka on the gophers slack channel.