ssoroka / muzero

A Go translation of the MuZero python reference implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Go translation of the MuZero python reference implementation

License:Apache License 2.0


Languages

Language:Python 83.9%Language:Go 11.1%Language:C 5.0%