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

DQN eval_epsilon overwrite with epsilon on 0.0 #291

Open
tseyde opened this issue Feb 25, 2023 · 0 comments
Open

DQN eval_epsilon overwrite with epsilon on 0.0 #291

tseyde opened this issue Feb 25, 2023 · 0 comments

Comments

@tseyde
Copy link

tseyde commented Feb 25, 2023

Hi Acme team, I think JAX DQN might set the evaluation epsilon to the exploration epsilon if deterministic evaluation is requested (eps=0.0, here). Replacing this with self._config.eval_epsilon is not None fixed it for me - does this also occur on your end?

Thanks so much for checking!

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