Class DoubleQLearningOptions<T>
Configuration options for Double Q-Learning agents.
public class DoubleQLearningOptions<T> : ReinforcementLearningOptions<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
DoubleQLearningOptions<T>
- Inherited Members
Properties
ActionSize
public int ActionSize { get; init; }
Property Value
StateSize
public int StateSize { get; init; }