Table of Contents

Class NStepSARSAOptions<T>

Namespace
AiDotNet.Models.Options
Assembly
AiDotNet.dll

Configuration options for N-step SARSA agents.

public class NStepSARSAOptions<T> : ReinforcementLearningOptions<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
NStepSARSAOptions<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