-
Hi, Does SHOP3 support task durations? (:op head
[:precond precondition]
[:delete delete-list]
[:add add-list]
[:cost cost-fn]) But in the PDDL examples (e.g. PDDL should be strictly less expressive than SHOP3, so I assume there's a way to capture that without PDDL, right? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hi, @vakker -- I'm changing this from an Issue to a Discussion, because I'd like Q&A's to be searchable, but Issues might be harder to find. More to follow. |
Beta Was this translation helpful? Give feedback.
-
SHOP3 does not have temporal planning fully built in. There are a couple of ways to do temporal (sometimes called "durative") planning with SHOP3:
|
Beta Was this translation helpful? Give feedback.
-
I have published the temporal-shop code to this project: https://github.com/shop-planner/temporal-shop Note that this code has not been updated to SHOP3 so almost certainly will not work out of the box. I aspire to getting it updated, but don't have any time to dig into it right now. Any updates would be very welcome as pull requests! |
Beta Was this translation helpful? Give feedback.
SHOP3 does not have temporal planning fully built in. There are a couple of ways to do temporal (sometimes called "durative") planning with SHOP3:
temporal-shop2
system and put it into SHOP3. It will likely need some maintenance to work with SHOP3, but it shouldn't take much.