async-rl
async-rl copied to clipboard
add Play game with visualization?
e.g. like what simple_dqn does here:
https://github.com/tambetm/simple_dqn
./play.sh snapshots/breakout_77.pkl
For visualization, just add --use-sdl when you run demo_a3c_ale.py.