SIMPLE icon indicating copy to clipboard operation
SIMPLE copied to clipboard

I can't succesfully follow the tutorial

Open sebastiaanvdm opened this issue 1 year ago • 1 comments

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?

sebastiaanvdm avatar Sep 02 '23 14:09 sebastiaanvdm

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/.

theducvu avatar Oct 16 '23 09:10 theducvu