Configuration.WithQLearningStrategy method

Updates the configuration to use the Q-learning exploration strategy during systematic testing.

public Configuration WithQLearningStrategy()

Remarks

Note that explicitly setting this strategy disables the default exploration mode that uses a tuned portfolio of strategies.

See Also