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?
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 sushigoI get the following on the console:
Nothing else happens, but I'm assuming this is supposed to start an interactive game against one of the pretrained networks?