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
For some Atari games including Breakout, the environment sometimes waits for user input to continue (when the user looses a life, for example).
Game play may be stuck forever if 'no-op' action is set in such situations. To prevent this, ProcessAgent may need an action sequence for repeated 'no-op' actions and should take an 'real' action if the queue length goes beyond the limit.
The text was updated successfully, but these errors were encountered:
yumere
changed the title
Need a trigger action that prevent stuck when playing atari game(Breakout)
Need an action trigger for 'press to continue' kind of situations
Feb 22, 2017
This is a good feature to add but in our experiments it looks unnecessary. Usually the agent figures out the importance of pressing the fire button quickly enough and at the beginning it usually gets pressed by random (at least in case of Breakout).
For some Atari games including Breakout, the environment sometimes waits for user input to continue (when the user looses a life, for example).
Game play may be stuck forever if 'no-op' action is set in such situations. To prevent this, ProcessAgent may need an action sequence for repeated 'no-op' actions and should take an 'real' action if the queue length goes beyond the limit.
The text was updated successfully, but these errors were encountered: