visualize_atari icon indicating copy to clipboard operation
visualize_atari copied to clipboard

Code for our paper "Visualizing and Understanding Atari Agents" (https://goo.gl/AMAoSc)

Results 5 visualize_atari issues
Sort by recently updated
recently updated
newest added

When I run the jacobian-vs-perturbation.ipynb, I will encounter the problem that there is no visualize_atari

Thanks for the wonderful paper and repo. I have done following minor changes: - minor formatting and cleaning up while reading through the code. - formatting with python black formatter....

The original calculation of the size of the scores array used *"int(80/d)+1"*. This works correctly for d with 80 % d != 0. However, if 80 % d = 0,...

I trained "80M" model by myself, but the saliency maps are not very good. Where can I get the pre-trained model that can generate the great movie of "breakout_tunneling.gif"?

Hello, I came across ffmpeg problem on matplotlib animation, when I was trying to run your scripts, similar to [@8760](https://github.com/matplotlib/matplotlib/issues/8760). ''' python make_movie.py --prefix strong --checkpoint strong.40.tar --first_frame 350 --env...