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
Hi,
Is the reason for the following code modifying the actions for the breakout game is eliminating the NOOP action from the available set of actions that can be taken by the agent ?
envs.py:
if'Breakout'inself.env_id:
action+=1
train.py:
if'Breakout'inenv_id:
output_size-=1
The text was updated successfully, but these errors were encountered:
Hi,
Is the reason for the following code modifying the actions for the breakout game is eliminating the NOOP action from the available set of actions that can be taken by the agent ?
envs.py:
train.py:
The text was updated successfully, but these errors were encountered: