-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
[RLlib] Bug fix: DQN goes into negative epsilon values after reaching explora… #6971
[RLlib] Bug fix: DQN goes into negative epsilon values after reaching explora… #6971
Conversation
Can one of the admins verify this patch? |
Test FAILed. |
LGTM pending tests. |
…dqn_exploration_negative_epsilon
Test FAILed. |
Test FAILed. |
@ericl RLlib tests are all good. |
Test PASSed. |
Thanks! |
…tion percentage.
DQN goes into negative epsilon values after reaching
exploration_percentage
. This effectively disables all exploration for the rest of the run (usually, a small epsilon for the rest of the run is desirable, e.g. 0.01/0.02).Related issue number
Checks
scripts/format.sh
to lint the changes in this PR.