async-rl icon indicating copy to clipboard operation
async-rl copied to clipboard

add Play game with visualization?

Open mw66 opened this issue 9 years ago • 1 comments

e.g. like what simple_dqn does here:

https://github.com/tambetm/simple_dqn

./play.sh snapshots/breakout_77.pkl

mw66 avatar Jun 25 '16 18:06 mw66

For visualization, just add --use-sdl when you run demo_a3c_ale.py.

muupan avatar Jun 26 '16 10:06 muupan