Class BetaPolicyOptions<T>
- Namespace
- AiDotNet.ReinforcementLearning.Policies
- Assembly
- AiDotNet.dll
Configuration options for Beta distribution policies.
public class BetaPolicyOptions<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
BetaPolicyOptions<T>
- Inherited Members
Properties
ActionMax
public double ActionMax { get; set; }
Property Value
ActionMin
public double ActionMin { get; set; }
Property Value
ActionSize
public int ActionSize { get; set; }
Property Value
ExplorationStrategy
public IExplorationStrategy<T> ExplorationStrategy { get; set; }
Property Value
HiddenLayers
public int[] HiddenLayers { get; set; }
Property Value
- int[]
LossFunction
public ILossFunction<T> LossFunction { get; set; }
Property Value
Seed
public int? Seed { get; set; }
Property Value
- int?
StateSize
public int StateSize { get; set; }