Scheduler
|
Go to the source code of this file.
Namespaces | |
reward | |
Functions | |
def | reward.movingAverage (x, N) |
Variables | |
string | reward.filename = "reports/configuration.confrewardRecordReport.txt" |
list | reward.time = [] |
list | reward.temp = [] |
list | reward.avg = [] |
reward.entry = line.split(":") | |
int | reward.windowSize = 100 |
float | reward.ratio = 0.999 |