Assignment 12.4

Disclaimer: Dieser Thread wurde aus dem alten Forum importiert. Daher werden eventuell nicht alle Formatierungen richtig angezeigt. Der ursprüngliche Thread beginnt im zweiten Post dieses Threads.

Assignment 12.4
Hi :slight_smile:

maybe I’m just getting tired, but Fill_p= … add:{…, Jug_q(m-x)} does not look correct to me. As m = min(x+y,p), m-x would be something like min(y, p-x). This however makes no sense for Jug_q, as it will either be empty (0) or y- (p-x) = y+x-p.
Same applies for the delete list of Fill_q.

Can you help me understand this?


I vaguely remember one of the tutors complaining that there’s an error there as well, so there probably is :wink:

Disregard the arithmetics, the important thing is the STRIPS formalism :wink:


hm :smiley:

so another question to STRIPS: Do we use the delete or the add list first?


Does not matter, since it has to fullfill Add /\ Del = {}

For understanding i would see it as Add before Delete. This way you make sure to not delete stuff you added.