-
Notifications
You must be signed in to change notification settings - Fork 126
Discount Factor Controller
VinF edited this page Mar 21, 2016
·
2 revisions
A controller that modifies the qnetwork discount periodically.
- initialDiscountFactor [float] - Start discount
- discountFactorGrowth [float] - The factor by which the previous discount is multiplied every [periodicity] epochs.
- discountFactorMax [float] - Maximum reachable discount
- periodicity [int] - How many epochs are necessary before an update of the discount occurs