Plinf.jl
Plinf.jl copied to clipboard
Planning, inverse planning, and inference in planning, using PDDL and Gen.
Hi, My research lab was attempting to run experiments involving the block-words domain. We were running test cases in which the word CAPSTONE was being stacked. In our experiments, the...
Hello Authors, Thank you for open-sourcing this github. Your paper and work have been of tremendous help and insight. We have added a new domain - kitchen domain to your...
Refactored some code to avoid warnings, primarily nothing comparisons into `===` rather than `==` or directly via Julia's `isnothing()` function.