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