Table of Contents

Class NStepQLearningOptions<T>

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

Type Parameters

T
Inheritance
NStepQLearningOptions<T>
Inherited Members

Properties

ActionSize

public int ActionSize { get; init; }

Property Value

int

NSteps

public int NSteps { get; init; }

Property Value

int

StateSize

public int StateSize { get; init; }

Property Value

int