Click or drag to resize
Accord.NET (logo)

QLearning Properties

The QLearning type exposes the following members.

Properties
  NameDescription
Public propertyActionsCount
Amount of possible actions.
Public propertyDiscountFactor
Discount factor, [0, 1].
Public propertyExplorationPolicy
Exploration policy.
Public propertyLearningRate
Learning rate, [0, 1].
Public propertyStatesCount
Amount of possible states.
Top
See Also