We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I just noticed:
https://github.com/muupan/async-rl/blob/master/ale.py#L115
each training action is taken 4x times to the game environment?
e.g. user pressed 'down' once, but in your simulated training the environment to take 'down' action 4 times!
I wonder why? and will the result differ from the original paper.
The text was updated successfully, but these errors were encountered:
The original paper uses action repeating. See 8. Experimental Setup in http://arxiv.org/abs/1602.01783.
Sorry, something went wrong.
No branches or pull requests
Hi,
I just noticed:
https://github.com/muupan/async-rl/blob/master/ale.py#L115
each training action is taken 4x times to the game environment?
e.g. user pressed 'down' once, but in your simulated training the environment to take 'down' action 4 times!
I wonder why? and will the result differ from the original paper.
The text was updated successfully, but these errors were encountered: