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
TThe numeric type used for calculations.
- Inheritance
-
MultiModalPolicyOptions<T>
- Inherited Members
Properties
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
NumComponents
public int NumComponents { get; set; }
Property Value
Seed
public int? Seed { get; set; }
Property Value
- int?
StateSize
public int StateSize { get; set; }