Class | Description |
---|---|
DDPlannerPolicy |
This is a dynamic deterministic valueFunction policy, which means
if the source deterministic valueFunction has not already computed
and cached the plan for a query state, then this policy
will first compute a plan using the valueFunction and then return the
answer
|
DeterministicPlanner |
This class extends the OOMDPlanner to provide the interface and common mechanisms for classic deterministic forward search planners.
|
MultiStatePrePlanner |
This is a helper class that is used to run a valueFunction from multiple initial states to ensure
that an adequate plan/policy exists for each them.
|
SDPlannerPolicy |
This is a static deterministic valueFunction policy, which means
if the source deterministic valueFunction has not already computed
and cached the plan for a query state, then this policy
is undefined for that state and will cause the policy to throw
a corresponding
PolicyUndefinedException exception object. |
SearchNode |
The SearchNode class is used for classic deterministic forward search planners.
|
Exception | Description |
---|