Learning how to use muzero to play cartpole-v1 gym games
To run follow these steps:
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
python muzero.py
tensorboard --logdir summary