Skip to content
New issue

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

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

Already on GitHub? # to your account

Add epsilon decay #2

Open
satwikkansal opened this issue Sep 15, 2020 · 3 comments
Open

Add epsilon decay #2

satwikkansal opened this issue Sep 15, 2020 · 3 comments

Comments

@satwikkansal
Copy link
Owner

The current implementation could improve q-scores faster if we start from epsilon value of 0.95, and decay it gradually to 0.1.

Something like the following should do the trick

epsilon = min(0.1, epsilon * decay_factor)
@rushiv0609
Copy link

hi @satwikkansal , can i take this issue? This is an easy fix we will initialize the global epsilon parameter and update it in the update() function.

@satwikkansal
Copy link
Owner Author

Hi @rushiv0609,

Sure! I've assigned you to it. Please compare the results before and after the fix to make sure that it's an improvement and not a regression.

@rushiv0609
Copy link

#3

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants