Table of Contents

Class SARSALambdaOptions<T>

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

Type Parameters

T
Inheritance
SARSALambdaOptions<T>
Inherited Members

Properties

ActionSize

public int ActionSize { get; init; }

Property Value

int

Lambda

public double Lambda { get; init; }

Property Value

double

StateSize

public int StateSize { get; init; }

Property Value

int