mlpy.planners.explorers.IExplorer.choose_action

IExplorer.choose_action(*args, **kwargs)[source]

Choose the next action according to the exploration strategy.

Parameters:

args : tuple

Positional arguments.

kwargs : dict

Non-positional arguments.

Returns:

Action :

The next action to taken.

Raises:

NotImplementedError:

If the child class does not implement this function.