mlpy.planners.IPlanner.get_best_action

IPlanner.get_best_action(state)[source]

Choose the best next action for the agent to take.

Parameters:

state : MDPState

The state for which to choose the action for.

Returns:

MDPAction :

The best action.

Raises:

NotImplementedError

If the child class does not implement this function.