Table of Contents

Class BetaPolicyOptions<T>

Namespace
AiDotNet.ReinforcementLearning.Policies
Assembly
AiDotNet.dll

Configuration options for Beta distribution policies.

public class BetaPolicyOptions<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
BetaPolicyOptions<T>
Inherited Members

Properties

ActionMax

public double ActionMax { get; set; }

Property Value

double

ActionMin

public double ActionMin { get; set; }

Property Value

double

ActionSize

public int ActionSize { get; set; }

Property Value

int

ExplorationStrategy

public IExplorationStrategy<T> ExplorationStrategy { get; set; }

Property Value

IExplorationStrategy<T>

HiddenLayers

public int[] HiddenLayers { get; set; }

Property Value

int[]

LossFunction

public ILossFunction<T> LossFunction { get; set; }

Property Value

ILossFunction<T>

Seed

public int? Seed { get; set; }

Property Value

int?

StateSize

public int StateSize { get; set; }

Property Value

int