Farama-Foundation / Arcade-Learning-Environment

The Arcade Learning Environment (ALE) -- a platform for AI research.
https://ale.farama.org/
GNU General Public License v2.0
2.15k stars 420 forks source link

Speed-up rendering #474

Closed andrewrona closed 1 year ago

andrewrona commented 1 year ago

Hello,

I was wandering if it could be possible to speed-up the ALE game window when selecting render_mode = 'human' Sometimes one episode is very long, and it is very time-consuming watching without speeding up the frames.

Thank you for your reply.

JesseFarebro commented 1 year ago

Hi @andrewrona,

You can increase and decrease the framerate when using render_mode = 'human'. Make sure the render window is selected and then hit your keyboard's left or right arrow. This will either decrease or increase the FPS respectively. Also, the up and down arrow will adjust the volume accordingly.

Hope this helps!