While training in the OpenAI gym environment I have the idea that the environment sometimes "stops". For many frames in a row no ball is visible/stops spawning.
Is this an error in the gym environment? Is this something that is part of the game Breakout-v0?
I was also wondering what the possible actions are in Breakout-v0. What I kind of figured out:
0 - do nothing/stand still?
1 - do nothing/stand still?
2 - apply "force" to the right?
3 - apply "force" to the left?
Edit: For people wondering what I'm talking about: see this gif: https://i.stack.imgur.com/2F4oR.jpg The transition between 5 and 4 lives takes a lot of frames... Sometimes the break is even longer than this...