Table of Contents

Class DynaQOptions<T>

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

Type Parameters

T
Inheritance
DynaQOptions<T>
Inherited Members

Properties

ActionSize

public int ActionSize { get; init; }

Property Value

int

PlanningSteps

public int PlanningSteps { get; init; }

Property Value

int

StateSize

public int StateSize { get; init; }

Property Value

int