SIMPLE
SIMPLE copied to clipboard
I can't succesfully follow the tutorial
I'm probably just doing something wrong, but I've just spent two hours getting the environment set up (I'm new to Docker) and when I run:
docker-compose exec app python3 test.py -d -g 1 -a base base human -e sushigo
I get the following on the console:
Logging to logs
/home/selfplay/.local/lib/python3.6/site-packages/gym/logger.py:30: UserWarning: WARN: Box bound precision lowered by casting to float32
warnings.warn(colorize('%s: %s'%('WARN', msg % args), 'yellow'))
Saving base.zip PPO model...
Check zoo/sushigo/ exists and read/write permission granted to user
Nothing else happens, but I'm assuming this is supposed to start an interactive game against one of the pretrained networks?
Seems like this is abandonware by now (hopefully author will come in and prove me wrong), but if it helps, you can try creating the sushigo/
folder in zoo/
.