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
Atari Breakout does not reset with env.reset() when episodic_live=True. This can be observed, for example, by the number of lives decreasing even though no actual steps are being taken. I also generated videos of the episodes, and it can also be seen that the environment is not reset but appears to perform noop for the agent. It behaves as expected with episodic_live=False.
Pong and Assault show similar behaviour where it can be seen that the environment does not reset.
Describe the bug
Atari Breakout does not reset with
env.reset()
whenepisodic_live=True
. This can be observed, for example, by the number of lives decreasing even though no actual steps are being taken. I also generated videos of the episodes, and it can also be seen that the environment is not reset but appears to perform noop for the agent. It behaves as expected withepisodic_live=False
.Pong and Assault show similar behaviour where it can be seen that the environment does not reset.
To Reproduce
The following code reproduces the problem:
This results in
Expected behavior
I expect the environment to be reset and the number of lives to be therefore 5 all the time.
System info
Checklist
The text was updated successfully, but these errors were encountered: