Class GradientBanditOptions<T>
public class GradientBanditOptions<T> : ReinforcementLearningOptions<T>
Type Parameters
T
- Inheritance
-
GradientBanditOptions<T>
- Inherited Members
Properties
Alpha
public double Alpha { get; init; }
Property Value
NumArms
public int NumArms { get; init; }
Property Value
UseBaseline
public bool UseBaseline { get; init; }