fast-downward icon indicating copy to clipboard operation
fast-downward copied to clipboard

Solve classical planning problems (STRIPS/SAS+) using Haskell & Fast Downward

Results 4 fast-downward issues
Sort by recently updated
recently updated
newest added

When I run `FastDownward/Examples/Gripper.hs`, I get `Couldn't find a plan!` which is unexpected to me since in https://blog.ocharles.org.uk/posts/2018-12-25-fast-downward.html a plan is found. `downward` is on my PATH. Using WSL2 on...

I'm using WSL 2 Ubuntu 20.04 inside Windows 10. I have installed SoPlex, OSI, and Fast-Downward with LP support. I have tested my downward installation by finding some simple PDDL...

In some scenarios, the `downward` executable was producing a lot of output which was not being read by the library. This would eventually cause the downward process to hang, waiting...

The `[Test]` passed to the `solve` function is a conjuction of tests. In a similar vein to `all`, an empty list should mean that the condition was met. That is,...