Interface

QLAgentSettings

QLAgentSettings

Settings for the QLAgent

Properties:
Name Type Description
learningRate number

The learning rate

discountFactor number

The discount factor

epsilonStart number

Epsilon at the start of training

epsilonEnd number

The epsilon at the end of training

epsilonDecaySteps number

For how many steps to decay epsilon

View Source core/src/Agents/QLAgent/QLAgent.ts, line 179