8000 GitHub - ipsec/muzero: Trying to use muzero
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ipsec/muzero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

muzero

Learning how to use muzero to play cartpole-v1 gym games

To run follow these steps:

Clone and Create Virtual Env

git clone https://github.com/ipsec/muzero.git
cd muzero
python3.8 -m venv venv
source venv/bin/activate
pip install -U pip
pip install -r requirements.txt

Run script with

python muzero.py

See progress in tensorboard

tensorboard --logdir summary

About

Trying to use muzero

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0