-
Notifications
You must be signed in to change notification settings - Fork 124
Verbose Controller
VinF edited this page Mar 21, 2016
·
3 revisions
A controller that prints various agent information periodically:
- Count of passed [evaluateOn]
- Agent current learning rate
- Agent current discount factor
- Agent current epsilon
- evaluateOn [str] - After what type of event the printing should occur periodically. Possible values: 'action', 'episode', 'epoch'. The first printing will occur after the first occurence of [evaluateOn].
- periodicity [int] - How many [evaluateOn] are necessary before a printing occurs