-
Notifications
You must be signed in to change notification settings - Fork 126
Learning rate controller
VinF edited this page Mar 21, 2016
·
4 revisions
A controller that modifies the learning rate periodically upon epochs end.
- initialLearningRate [float] - The learning rate upon agent start
- learningRateDecay [float] - The factor by which the previous learning rate is multiplied every [periodicity] epochs.
- periodicity [int] - How many epochs are necessary before an update of the learning rate occurs