mlpy.learners.offline.IOfflineLearner.choose_action

IOfflineLearner.choose_action(state)

Choose the next action

The next action is chosen according to the current policy and the selected exploration strategy.

Parameters:

state : State

The current state.

Returns:

Action :

The chosen action.

Raises:

NotImplementedError

If the child class does not implement this function.