public interface Planner extends MDPSolverInterface
Modifier and Type | Method and Description |
---|---|
Policy |
planFromState(State initialState)
|
addActionType, getActionTypes, getDebugCode, getDomain, getGamma, getHashingFactory, getModel, resetSolver, setActionTypes, setDebugCode, setDomain, setGamma, setHashingFactory, setModel, solverInit, toggleDebugPrinting
Policy planFromState(State initialState)
Planner
to begin planning from the specified initial State
.
It will then return an appropriate Policy
object that captured the planning results.
Note that typically you can use a variety of different Policy
objects
in conjunction with this Planner
to get varying behavior and
the returned Policy
is not required to be used.