Planning tools (mlpy.planners)

Explorers

ExplorerFactory The explorer factory.
IExplorer The explorer interface class.

Discrete explorers

DiscreteExplorer The discrete explorer base class.
EGreedyExplorer The \epsilon-greedy explorer.
SoftmaxExplorer The softmax explorer.

Planners

IPlanner The planner interface class.

Discrete planners

ValueIteration Planning through value Iteration.