Click or drag to resize
Accord.NET (logo)

IExplorationPolicy Interface

Exploration policy interface.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public interface IExplorationPolicy
Request Example View Source

The IExplorationPolicy type exposes the following members.

Methods
  NameDescription
Public methodChooseAction
Choose an action.
Top
Remarks
The interface describes exploration policies, which are used in Reinforcement Learning to explore state space.
See Also