Description
Solve classical planning problems (STRIPS/SAS+) using Haskell & Fast Downward.
Description
fast-downward
is a library for modelling classical planning problems and solving them using the Fast Downward engine. For general usage, see FastDownward
, and for an example see FastDownward.Examples.Gripper
.
Note that usage of this library requires the downward
executable - see Obtaining and Running Fast Downward for more instructions.