Class NStepSARSAOptions<T>
Configuration options for N-step SARSA agents.
public class NStepSARSAOptions<T> : ReinforcementLearningOptions<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
NStepSARSAOptions<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; }