Class NStepQLearningOptions<T>
public class NStepQLearningOptions<T> : ReinforcementLearningOptions<T>
Type Parameters
T
- Inheritance
-
NStepQLearningOptions<T>
- Inherited Members
Properties
ActionSize
public int ActionSize { get; init; }
Property Value
NSteps
public int NSteps { get; init; }
Property Value
StateSize
public int StateSize { get; init; }