You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building a RL bot for Frogger and Space Invader and when I use the RecordVideo Wrapper, as well as when I print the observed frames by the AI, all of the objects on the same row as the AI are not visible for Frogger. Similarly, enemy bullets are never visible in Space Invader. Both of these objects happen to be transparent in human mode, has anyone experienced this and is there an easy work around?
The text was updated successfully, but these errors were encountered:
If you are using frameskip>1 then this will cause issues in some environments as some objects will flicker to optimise GPU resources.
You can avoid this through the base environment using frameskip=1, then the RecordVideo wrapper then the AtariPreprocessing wrapper to apply frameskip
I am building a RL bot for Frogger and Space Invader and when I use the RecordVideo Wrapper, as well as when I print the observed frames by the AI, all of the objects on the same row as the AI are not visible for Frogger. Similarly, enemy bullets are never visible in Space Invader. Both of these objects happen to be transparent in human mode, has anyone experienced this and is there an easy work around?
The text was updated successfully, but these errors were encountered: