-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modify epsilon greedy exploration to add epsilon scheduling
Summary: Our current epsilon-greedy exploration module does not allow annealing epsilon. Add this. Reviewed By: rodrigodesalvobraz Differential Revision: D65923616 fbshipit-source-id: b3e280010e2adae22a6b428abc9e6e1af42cc0dc
- Loading branch information
1 parent
c9576ed
commit 1b86382
Showing
2 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters