concepts.dm.pdsketch.planners.optimistic_search_with_simulation#
Planners using CSP solvers and simulators. The main difference between this file and the concepts.dm.pdsketch.csp_solvers.dpll_sampling
is that
this file assumes that the CSP is a grounding of a planning domain problem. Therefore, it does not rely on a PDSketch definition of the
underlying physical system. Instead, it can directly simulate the physical system to check the validity of a solution.
Functions
|
|
|
|
|
Solve an optimistic plan using the DPLL+Sampling algorithm and an actual physics simulator. |
|
Solve an optimistic plan using the DPLL+Sampling algorithm and an actual physics simulator. |
Classes
|