Метод | Описание | |
---|---|---|
BoltzmannExploration ( double temperature ) : System |
Initializes a new instance of the BoltzmannExploration class.
|
|
ChooseAction ( double actionEstimates ) : int |
Choose an action. The method chooses an action depending on the provided estimates. The estimates can be any sort of estimate, which values usefulness of the action (expected summary reward, discounted reward, etc). |
public BoltzmannExploration ( double temperature ) : System | ||
temperature | double | Temperature parameter of Boltzmann distribution. |
Результат | System |
public ChooseAction ( double actionEstimates ) : int | ||
actionEstimates | double | Action estimates. |
Результат | int |