Table of Contents

Class MonteCarloExploringStartsOptions<T>

Namespace
AiDotNet.Models.Options
Assembly
AiDotNet.dll

Configuration options for Monte Carlo Exploring Starts agents.

public class MonteCarloExploringStartsOptions<T> : ReinforcementLearningOptions<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
MonteCarloExploringStartsOptions<T>
Inherited Members

Properties

ActionSize

public int ActionSize { get; init; }

Property Value

int

StateSize

public int StateSize { get; init; }

Property Value

int