Class MonteCarloExploringStartsOptions<T>
Configuration options for Monte Carlo Exploring Starts agents.
public class MonteCarloExploringStartsOptions<T> : ReinforcementLearningOptions<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
MonteCarloExploringStartsOptions<T>
- Inherited Members
Properties
ActionSize
public int ActionSize { get; init; }
Property Value
StateSize
public int StateSize { get; init; }