Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action values are incremented by 1 for the Breakout game ? #34

Open
cangozpi opened this issue Feb 23, 2024 · 0 comments
Open

Action values are incremented by 1 for the Breakout game ? #34

cangozpi opened this issue Feb 23, 2024 · 0 comments

Comments

@cangozpi
Copy link

cangozpi commented Feb 23, 2024

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' in self.env_id: 
    action += 1

train.py:

if 'Breakout' in env_id:
    output_size -= 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant