Table of Contents

Class MultiModalPolicyOptions<T>

Namespace
AiDotNet.ReinforcementLearning.Policies
Assembly
AiDotNet.dll

Configuration options for multi-modal mixture of Gaussians policies.

public class MultiModalPolicyOptions<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
MultiModalPolicyOptions<T>
Inherited Members

Properties

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>

NumComponents

public int NumComponents { get; set; }

Property Value

int

Seed

public int? Seed { get; set; }

Property Value

int?

StateSize

public int StateSize { get; set; }

Property Value

int