Skip to content

Discount Factor Controller

VinF edited this page Mar 21, 2016 · 2 revisions

Synopsis

A controller that modifies the qnetwork discount periodically.


Parameters

  • 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