Table of Contents

Class DynaQPlusOptions<T>

Namespace
AiDotNet.Models.Options
Assembly
AiDotNet.dll
public class DynaQPlusOptions<T> : ReinforcementLearningOptions<T>

Type Parameters

T
Inheritance
DynaQPlusOptions<T>
Inherited Members

Properties

ActionSize

public int ActionSize { get; init; }

Property Value

int

Kappa

public double Kappa { get; init; }

Property Value

double

PlanningSteps

public int PlanningSteps { get; init; }

Property Value

int

StateSize

public int StateSize { get; init; }

Property Value

int