Advertisement
ninjasaid13

Mystery Blocksworld

Sep 12th, 2024
838
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. I am playing with a set of objects. Here are the actions I can do
  2. Attack object
  3. Feast object from another object
  4. Succumb object
  5. Overcome object from another object
  6. I have the following restrictions on my actions:
  7. To perform Attack action, the following facts need to be true: Province object, Planet object,
  8. → Harmony.
  9. Once Attack action is performed the following facts will be true: Pain object.
  10. Once Attack action is performed the following facts will be false: Province object,
  11. Planet ,
  12. → object, Harmony.
  13. To perform Succumb action, the following facts need to be true: Pain object.
  14. Once Succumb action is performed the following facts will be true: Province object, Planet ,
  15. → object, Harmony.
  16. Once Succumb action is performed the following facts will be false: Pain object.
  17. To perform Overcome action, the following needs to be true: Province other object, Pain ,
  18. → object.
  19. Once Overcome action is performed the following will be true: Harmony, Province object, Object ,
  20. → Craves other object.
  21. Once Overcome action is performed the following will be false: Province other object, Pain ,
  22. → object.
  23. To perform Feast action, the following needs to be true: Object Craves other object, Province ,
  24. → object,
  25. Harmony. Once Feast action is performed the following will be true: Pain object, Province other object. Once Feast action is performed the following will be false:, Object Craves other object, ,
  26. → Province object, Harmony.
  27. [STATEMENT] As initial conditions I have that, object b craves object c, harmony, planet object a, planet ,
  28. → object c, planet object d, province object a, province object b and province object d. My goal is to have that object c craves object b.
  29. My plan is as follows:
  30. [PLAN] feast object b from object c succumb object b attack object c overcome object c from object b
  31. [PLAN END]
  32. [STATEMENT]
  33. As initial conditions I have that, object a craves object b, object d craves object c, harmony, ,→ planet object b, planet object c, province object a and province object d. My goal is to have that object c craves object a. My plan is as follows:
  34. [PLAN]
  35. ------------Ground truth plan----------------
  36. (feast object d object c)
  37. (succumb object d)
  38. (attack object c)
  39. (overcome object c object a)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement