Table of Contents

Class PrioritizedSweepingOptions<T>

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

Type Parameters

T
Inheritance
PrioritizedSweepingOptions<T>
Inherited Members

Properties

ActionSize

public int ActionSize { get; init; }

Property Value

int

PlanningSteps

public int PlanningSteps { get; init; }

Property Value

int

PriorityThreshold

public double PriorityThreshold { get; init; }

Property Value

double

StateSize

public int StateSize { get; init; }

Property Value

int