Table of Contents

Class MonteCarloOptions<T>

Namespace
AiDotNet.Models.Options
Assembly
AiDotNet.dll

Configuration options for Monte Carlo agents.

public class MonteCarloOptions<T> : ReinforcementLearningOptions<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
MonteCarloOptions<T>
Inherited Members

Properties

ActionSize

public int ActionSize { get; init; }

Property Value

int

StateSize

public int StateSize { get; init; }

Property Value

int