dgriff777 / rl_a3c_pytorch

A3C LSTM Atari with Pytorch plus A3G design
Apache License 2.0
563 stars 119 forks source link

Visualization not appearing #16

Closed riccitensor closed 6 years ago

riccitensor commented 6 years ago

I ran python main.py --env Pong-v0 --workers 32 and python gym_eval.py --env Pong-v0 --num-episodes 100, but I dont see any visualization of the game. Can i turn it on somehow?

dgriff777 commented 6 years ago

Python gym_eval.py --env Pong-v0 --num-episodes 100 --render True

That will render game so you can see play