Closed jeanharb closed 8 years ago
Just found the flag. In the manual, it says that -color_averaging is set to False by default, but it seems to be set to True.
Just with a quick search, I assume it's https://github.com/mgbellemare/Arcade-Learning-Environment/blob/cf248f59c56cf7314c1d91112b56745f43bab80a/src/emucore/Settings.cxx#L707.
@jeanharb It seems that the doc should be updated then !
Hey guys,
I'm not sure if it's supposed to be like this, but using ale_python_inferface's getScreenGrayscale I get the following image in breakout. You can see that the paddle is averaged out from its movement. I also get the same effect from getScreen and getScreenRGB. In pong, both paddles had the effect.
Thanks, Jean