task
stringclasses 1
value | prompt_type
stringclasses 1
value | domain
stringclasses 7
values | instance_id
int64 2
501
| example_instance_ids
listlengths 1
1
| query
stringlengths 1.96k
6.93k
| ground_truth_plan
stringlengths 26
1.29k
|
|---|---|---|---|---|---|---|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 317
|
[
316
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object d, harmony, planet object a, planet object c, planet object d, province object a, province object b and province object c.
My goal is to have that object a craves object c, object b craves object a and object c craves object d.
My plan is as follows:
[PLAN]
feast object b from object d
succumb object b
attack object c
overcome object c from object d
attack object a
overcome object a from object c
attack object b
overcome object b from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object a, object d craves object c, harmony, planet object a, planet object c, province object b and province object d.
My goal is to have that object a craves object d and object b craves object a.
My plan is as follows:
[PLAN]
|
(feast b a)
(succumb b)
(attack a)
(overcome a d)
(attack b)
(overcome b a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 318
|
[
317
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object a, object d craves object c, harmony, planet object a, planet object c, province object b and province object d.
My goal is to have that object a craves object d and object b craves object a.
My plan is as follows:
[PLAN]
feast object b from object a
succumb object b
attack object a
overcome object a from object d
attack object b
overcome object b from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object c craves object d, object d craves object a, harmony, planet object a, planet object b, province object b and province object c.
My goal is to have that object a craves object b, object b craves object d and object d craves object c.
My plan is as follows:
[PLAN]
|
(feast c d)
(succumb c)
(feast d a)
(overcome d c)
(attack b)
(overcome b d)
(attack a)
(overcome a b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 319
|
[
318
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object c craves object d, object d craves object a, harmony, planet object a, planet object b, province object b and province object c.
My goal is to have that object a craves object b, object b craves object d and object d craves object c.
My plan is as follows:
[PLAN]
feast object c from object d
succumb object c
feast object d from object a
overcome object d from object c
attack object b
overcome object b from object d
attack object a
overcome object a from object b
[PLAN END]
[STATEMENT]
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 b craves object c, object c craves object d and object d craves object a.
My plan is as follows:
[PLAN]
|
(feast a b)
(succumb a)
(feast d c)
(overcome d a)
(attack c)
(overcome c d)
(attack b)
(overcome b c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 320
|
[
319
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
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 b craves object c, object c craves object d and object d craves object a.
My plan is as follows:
[PLAN]
feast object a from object b
succumb object a
feast object d from object c
overcome object d from object a
attack object c
overcome object c from object d
attack object b
overcome object b from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, object b craves object d, harmony, planet object c, planet object d, province object a and province object b.
My goal is to have that object a craves object c, object b craves object a and object c craves object d.
My plan is as follows:
[PLAN]
|
(feast b d)
(succumb b)
(feast a c)
(overcome a b)
(attack c)
(overcome c d)
(feast a b)
(overcome a c)
(attack b)
(overcome b a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 321
|
[
320
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, object b craves object d, harmony, planet object c, planet object d, province object a and province object b.
My goal is to have that object a craves object c, object b craves object a and object c craves object d.
My plan is as follows:
[PLAN]
feast object b from object d
succumb object b
feast object a from object c
overcome object a from object b
attack object c
overcome object c from object d
feast object a from object b
overcome object a from object c
attack object b
overcome object b from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object c, object d craves object a, harmony, planet object a, planet object c, province object b and province object d.
My goal is to have that object a craves object b and object d craves object a.
My plan is as follows:
[PLAN]
|
(feast d a)
(succumb d)
(attack a)
(overcome a b)
(attack d)
(overcome d a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 322
|
[
321
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object c, object d craves object a, harmony, planet object a, planet object c, province object b and province object d.
My goal is to have that object a craves object b and object d craves object a.
My plan is as follows:
[PLAN]
feast object d from object a
succumb object d
attack object a
overcome object a from object b
attack object d
overcome object d from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object a, object d craves object b, harmony, planet object a, planet object c, province object c and province object d.
My goal is to have that object a craves object b and object d craves object c.
My plan is as follows:
[PLAN]
|
(feast d b)
(overcome d c)
(feast b a)
(succumb b)
(attack a)
(overcome a b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 323
|
[
322
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object a, object d craves object b, harmony, planet object a, planet object c, province object c and province object d.
My goal is to have that object a craves object b and object d craves object c.
My plan is as follows:
[PLAN]
feast object d from object b
overcome object d from object c
feast object b from object a
succumb object b
attack object a
overcome object a from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object c, object c craves object d, object d craves object a, harmony, planet object a and province object b.
My goal is to have that object a craves object c, object b craves object d and object c craves object b.
My plan is as follows:
[PLAN]
|
(feast b c)
(succumb b)
(feast c d)
(succumb c)
(feast d a)
(succumb d)
(attack b)
(overcome b d)
(attack c)
(overcome c b)
(attack a)
(overcome a c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 324
|
[
323
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object c, object c craves object d, object d craves object a, harmony, planet object a and province object b.
My goal is to have that object a craves object c, object b craves object d and object c craves object b.
My plan is as follows:
[PLAN]
feast object b from object c
succumb object b
feast object c from object d
succumb object c
feast object d from object a
succumb object d
attack object b
overcome object b from object d
attack object c
overcome object c from object b
attack object a
overcome object a from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object d craves object b, harmony, planet object a, planet object b, planet object c, province object a, province object c and province object d.
My goal is to have that object a craves object d, object c craves object a and object d craves object b.
My plan is as follows:
[PLAN]
|
(attack a)
(overcome a d)
(attack c)
(overcome c a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 325
|
[
324
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object d craves object b, harmony, planet object a, planet object b, planet object c, province object a, province object c and province object d.
My goal is to have that object a craves object d, object c craves object a and object d craves object b.
My plan is as follows:
[PLAN]
attack object a
overcome object a from object d
attack object c
overcome object c from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object d, object b craves object c, object c craves object a, harmony, planet object d and province object b.
My goal is to have that object a craves object b, object c craves object d and object d craves object a.
My plan is as follows:
[PLAN]
|
(feast b c)
(succumb b)
(feast c a)
(succumb c)
(feast a d)
(overcome a b)
(attack d)
(overcome d a)
(attack c)
(overcome c d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 326
|
[
325
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object d, object b craves object c, object c craves object a, harmony, planet object d and province object b.
My goal is to have that object a craves object b, object c craves object d and object d craves object a.
My plan is as follows:
[PLAN]
feast object b from object c
succumb object b
feast object c from object a
succumb object c
feast object a from object d
overcome object a from object b
attack object d
overcome object d from object a
attack object c
overcome object c from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, object c craves object b, harmony, planet object b, planet object d, province object a and province object d.
My goal is to have that object a craves object b, object b craves object c and object c craves object d.
My plan is as follows:
[PLAN]
|
(feast a c)
(succumb a)
(feast c b)
(overcome c d)
(attack b)
(overcome b c)
(attack a)
(overcome a b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 327
|
[
326
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, object c craves object b, harmony, planet object b, planet object d, province object a and province object d.
My goal is to have that object a craves object b, object b craves object c and object c craves object d.
My plan is as follows:
[PLAN]
feast object a from object c
succumb object a
feast object c from object b
overcome object c from object d
attack object b
overcome object b from object c
attack object a
overcome object a from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object a, object c craves object b, harmony, planet object a, planet object d, province object c and province object d.
My goal is to have that object a craves object b.
My plan is as follows:
[PLAN]
|
(feast c b)
(succumb c)
(feast b a)
(succumb b)
(attack a)
(overcome a b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 328
|
[
327
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object a, object c craves object b, harmony, planet object a, planet object d, province object c and province object d.
My goal is to have that object a craves object b.
My plan is as follows:
[PLAN]
feast object c from object b
succumb object c
feast object b from object a
succumb object b
attack object a
overcome object a from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object d, harmony, planet object c, planet object d, province object a and province object c.
My goal is to have that object a craves object d and object b craves object a.
My plan is as follows:
[PLAN]
|
(feast a b)
(overcome a c)
(feast b d)
(succumb b)
(feast a c)
(overcome a d)
(attack b)
(overcome b a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 329
|
[
328
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object d, harmony, planet object c, planet object d, province object a and province object c.
My goal is to have that object a craves object d and object b craves object a.
My plan is as follows:
[PLAN]
feast object a from object b
overcome object a from object c
feast object b from object d
succumb object b
feast object a from object c
overcome object a from object d
attack object b
overcome object b from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object c, object c craves object d, harmony, planet object d and province object a.
My goal is to have that object b craves object d, object c craves object b and object d craves object a.
My plan is as follows:
[PLAN]
|
(feast a b)
(succumb a)
(feast b c)
(succumb b)
(feast c d)
(succumb c)
(attack d)
(overcome d a)
(attack b)
(overcome b d)
(attack c)
(overcome c b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 330
|
[
329
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object c, object c craves object d, harmony, planet object d and province object a.
My goal is to have that object b craves object d, object c craves object b and object d craves object a.
My plan is as follows:
[PLAN]
feast object a from object b
succumb object a
feast object b from object c
succumb object b
feast object c from object d
succumb object c
attack object d
overcome object d from object a
attack object b
overcome object b from object d
attack object c
overcome object c from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, object b craves object d, object d craves object a, harmony, planet object c and province object b.
My goal is to have that object b craves object d, object c craves object b and object d craves object a.
My plan is as follows:
[PLAN]
|
(feast b d)
(succumb b)
(feast d a)
(overcome d b)
(feast a c)
(succumb a)
(feast d b)
(overcome d a)
(attack b)
(overcome b d)
(attack c)
(overcome c b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 331
|
[
330
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, object b craves object d, object d craves object a, harmony, planet object c and province object b.
My goal is to have that object b craves object d, object c craves object b and object d craves object a.
My plan is as follows:
[PLAN]
feast object b from object d
succumb object b
feast object d from object a
overcome object d from object b
feast object a from object c
succumb object a
feast object d from object b
overcome object d from object a
attack object b
overcome object b from object d
attack object c
overcome object c from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, object d craves object b, harmony, planet object b, planet object c, province object a and province object d.
My goal is to have that object a craves object d and object b craves object a.
My plan is as follows:
[PLAN]
|
(feast d b)
(succumb d)
(feast a c)
(overcome a d)
(attack b)
(overcome b a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 332
|
[
331
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, object d craves object b, harmony, planet object b, planet object c, province object a and province object d.
My goal is to have that object a craves object d and object b craves object a.
My plan is as follows:
[PLAN]
feast object d from object b
succumb object d
feast object a from object c
overcome object a from object d
attack object b
overcome object b from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, object b craves object a, object d craves object b, harmony, planet object c and province object d.
My goal is to have that object c craves object b and object d craves object a.
My plan is as follows:
[PLAN]
|
(feast d b)
(succumb d)
(feast b a)
(succumb b)
(feast a c)
(succumb a)
(attack c)
(overcome c b)
(attack d)
(overcome d a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 333
|
[
332
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, object b craves object a, object d craves object b, harmony, planet object c and province object d.
My goal is to have that object c craves object b and object d craves object a.
My plan is as follows:
[PLAN]
feast object d from object b
succumb object d
feast object b from object a
succumb object b
feast object a from object c
succumb object a
attack object c
overcome object c from object b
attack object d
overcome object d from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object d craves object b, harmony, planet object a, planet object b, planet object c, province object a, province object c and province object d.
My goal is to have that object a craves object d, object b craves object c and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast d b)
(overcome d a)
(attack b)
(overcome b c)
(feast d a)
(overcome d b)
(attack a)
(overcome a d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 334
|
[
333
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object d craves object b, harmony, planet object a, planet object b, planet object c, province object a, province object c and province object d.
My goal is to have that object a craves object d, object b craves object c and object d craves object b.
My plan is as follows:
[PLAN]
feast object d from object b
overcome object d from object a
attack object b
overcome object b from object c
feast object d from object a
overcome object d from object b
attack object a
overcome object a from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object c, object c craves object a, harmony, planet object a, planet object d, province object b and province object d.
My goal is to have that object b craves object d and object c craves object b.
My plan is as follows:
[PLAN]
|
(feast b c)
(overcome b d)
(feast c a)
(overcome c b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 335
|
[
334
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object c, object c craves object a, harmony, planet object a, planet object d, province object b and province object d.
My goal is to have that object b craves object d and object c craves object b.
My plan is as follows:
[PLAN]
feast object b from object c
overcome object b from object d
feast object c from object a
overcome object c from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object d, object c craves object a, harmony, planet object a, planet object d, province object b and province object c.
My goal is to have that object b craves object c, object c craves object a and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast b d)
(overcome b c)
(attack d)
(overcome d b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 336
|
[
335
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object d, object c craves object a, harmony, planet object a, planet object d, province object b and province object c.
My goal is to have that object b craves object c, object c craves object a and object d craves object b.
My plan is as follows:
[PLAN]
feast object b from object d
overcome object b from object c
attack object d
overcome object d from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object d, harmony, planet object b, planet object c, planet object d, province object a, province object b and province object c.
My goal is to have that object a craves object c and object c craves object d.
My plan is as follows:
[PLAN]
|
(feast a d)
(overcome a b)
(attack c)
(overcome c d)
(feast a b)
(overcome a c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 337
|
[
336
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object d, harmony, planet object b, planet object c, planet object d, province object a, province object b and province object c.
My goal is to have that object a craves object c and object c craves object d.
My plan is as follows:
[PLAN]
feast object a from object d
overcome object a from object b
attack object c
overcome object c from object d
feast object a from object b
overcome object a from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object c craves object d, object d craves object a, harmony, planet object a, planet object b, province object b and province object c.
My goal is to have that object a craves object d, object b craves object a and object c craves object b.
My plan is as follows:
[PLAN]
|
(feast c d)
(succumb c)
(feast d a)
(succumb d)
(attack a)
(overcome a d)
(attack b)
(overcome b a)
(attack c)
(overcome c b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 338
|
[
337
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object c craves object d, object d craves object a, harmony, planet object a, planet object b, province object b and province object c.
My goal is to have that object a craves object d, object b craves object a and object c craves object b.
My plan is as follows:
[PLAN]
feast object c from object d
succumb object c
feast object d from object a
succumb object d
attack object a
overcome object a from object d
attack object b
overcome object b from object a
attack object c
overcome object c from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object d, object b craves object a, object d craves object c, harmony, planet object c and province object b.
My goal is to have that object a craves object d and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast b a)
(succumb b)
(feast a d)
(succumb a)
(feast d c)
(overcome d b)
(attack a)
(overcome a d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 339
|
[
338
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object d, object b craves object a, object d craves object c, harmony, planet object c and province object b.
My goal is to have that object a craves object d and object d craves object b.
My plan is as follows:
[PLAN]
feast object b from object a
succumb object b
feast object a from object d
succumb object a
feast object d from object c
overcome object d from object b
attack object a
overcome object a from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, object c craves object b, object d craves object a, harmony, planet object b and province object d.
My goal is to have that object b craves object a, object c craves object d and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast d a)
(succumb d)
(feast a c)
(succumb a)
(feast c b)
(succumb c)
(attack b)
(overcome b a)
(attack d)
(overcome d b)
(attack c)
(overcome c d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 340
|
[
339
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, object c craves object b, object d craves object a, harmony, planet object b and province object d.
My goal is to have that object b craves object a, object c craves object d and object d craves object b.
My plan is as follows:
[PLAN]
feast object d from object a
succumb object d
feast object a from object c
succumb object a
feast object c from object b
succumb object c
attack object b
overcome object b from object a
attack object d
overcome object d from object b
attack object c
overcome object c from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object a, object c craves object b, object d craves object c, harmony, planet object a and province object d.
My goal is to have that object a craves object c and object c craves object d.
My plan is as follows:
[PLAN]
|
(feast d c)
(succumb d)
(feast c b)
(overcome c d)
(feast b a)
(succumb b)
(attack a)
(overcome a c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 341
|
[
340
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object a, object c craves object b, object d craves object c, harmony, planet object a and province object d.
My goal is to have that object a craves object c and object c craves object d.
My plan is as follows:
[PLAN]
feast object d from object c
succumb object d
feast object c from object b
overcome object c from object d
feast object b from object a
succumb object b
attack object a
overcome object a from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object c craves object d, harmony, planet object a, planet object b, planet object d, province object a, province object b and province object c.
My goal is to have that object a craves object b, object c craves object d and object d craves object a.
My plan is as follows:
[PLAN]
|
(attack a)
(overcome a b)
(feast c d)
(succumb c)
(attack d)
(overcome d a)
(attack c)
(overcome c d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 342
|
[
341
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object c craves object d, harmony, planet object a, planet object b, planet object d, province object a, province object b and province object c.
My goal is to have that object a craves object b, object c craves object d and object d craves object a.
My plan is as follows:
[PLAN]
attack object a
overcome object a from object b
feast object c from object d
succumb object c
attack object d
overcome object d from object a
attack object c
overcome object c from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, object c craves object b, object d craves object a, harmony, planet object b and province object d.
My goal is to have that object a craves object c, object b craves object a and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast d a)
(succumb d)
(feast a c)
(overcome a d)
(feast c b)
(succumb c)
(feast a d)
(overcome a c)
(attack b)
(overcome b a)
(attack d)
(overcome d b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 343
|
[
342
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, object c craves object b, object d craves object a, harmony, planet object b and province object d.
My goal is to have that object a craves object c, object b craves object a and object d craves object b.
My plan is as follows:
[PLAN]
feast object d from object a
succumb object d
feast object a from object c
overcome object a from object d
feast object c from object b
succumb object c
feast object a from object d
overcome object a from object c
attack object b
overcome object b from object a
attack object d
overcome object d from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object d, object b craves object a, object d craves object c, harmony, planet object c and province object b.
My goal is to have that object c craves object a and object d craves object c.
My plan is as follows:
[PLAN]
|
(feast b a)
(succumb b)
(feast a d)
(succumb a)
(feast d c)
(overcome d b)
(attack c)
(overcome c a)
(feast d b)
(overcome d c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 344
|
[
343
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object d, object b craves object a, object d craves object c, harmony, planet object c and province object b.
My goal is to have that object c craves object a and object d craves object c.
My plan is as follows:
[PLAN]
feast object b from object a
succumb object b
feast object a from object d
succumb object a
feast object d from object c
overcome object d from object b
attack object c
overcome object c from object a
feast object d from object b
overcome object d from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object d, object c craves object a, harmony, planet object a, planet object d, province object b and province object c.
My goal is to have that object a craves object d and object b craves object c.
My plan is as follows:
[PLAN]
|
(feast c a)
(succumb c)
(feast b d)
(overcome b c)
(attack a)
(overcome a d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 345
|
[
344
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object d, object c craves object a, harmony, planet object a, planet object d, province object b and province object c.
My goal is to have that object a craves object d and object b craves object c.
My plan is as follows:
[PLAN]
feast object c from object a
succumb object c
feast object b from object d
overcome object b from object c
attack object a
overcome object a from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object d, object c craves object a, harmony, planet object d and province object c.
My goal is to have that object a craves object c, object b craves object d and object c craves object b.
My plan is as follows:
[PLAN]
|
(feast c a)
(succumb c)
(feast a b)
(succumb a)
(attack c)
(overcome c b)
(attack a)
(overcome a c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 346
|
[
345
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object d, object c craves object a, harmony, planet object d and province object c.
My goal is to have that object a craves object c, object b craves object d and object c craves object b.
My plan is as follows:
[PLAN]
feast object c from object a
succumb object c
feast object a from object b
succumb object a
attack object c
overcome object c from object b
attack object a
overcome object a from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, object c craves object b, harmony, planet object b, planet object d, province object a and province object d.
My goal is to have that object d craves object c.
My plan is as follows:
[PLAN]
|
(feast a c)
(succumb a)
(attack d)
(overcome d c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 347
|
[
346
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, object c craves object b, harmony, planet object b, planet object d, province object a and province object d.
My goal is to have that object d craves object c.
My plan is as follows:
[PLAN]
feast object a from object c
succumb object a
attack object d
overcome object d from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object d, object b craves object a, object d craves object c, harmony, planet object c and province object b.
My goal is to have that object a craves object b and object c craves object d.
My plan is as follows:
[PLAN]
|
(feast b a)
(succumb b)
(feast a d)
(overcome a b)
(feast d c)
(succumb d)
(attack c)
(overcome c d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 348
|
[
347
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object d, object b craves object a, object d craves object c, harmony, planet object c and province object b.
My goal is to have that object a craves object b and object c craves object d.
My plan is as follows:
[PLAN]
feast object b from object a
succumb object b
feast object a from object d
overcome object a from object b
feast object d from object c
succumb object d
attack object c
overcome object c from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object c craves object d, object d craves object b, harmony, planet object a, planet object b, province object a and province object c.
My goal is to have that object a craves object d and object c craves object a.
My plan is as follows:
[PLAN]
|
(feast c d)
(succumb c)
(attack a)
(overcome a d)
(attack c)
(overcome c a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 349
|
[
348
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object c craves object d, object d craves object b, harmony, planet object a, planet object b, province object a and province object c.
My goal is to have that object a craves object d and object c craves object a.
My plan is as follows:
[PLAN]
feast object c from object d
succumb object c
attack object a
overcome object a from object d
attack object c
overcome object c from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object c, object d craves object b, harmony, planet object a, planet object c, province object a and province object d.
My goal is to have that object a craves object b, object c craves object a and object d craves object c.
My plan is as follows:
[PLAN]
|
(feast d b)
(succumb d)
(feast b c)
(succumb b)
(attack a)
(overcome a b)
(attack c)
(overcome c a)
(attack d)
(overcome d c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 350
|
[
349
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object c, object d craves object b, harmony, planet object a, planet object c, province object a and province object d.
My goal is to have that object a craves object b, object c craves object a and object d craves object c.
My plan is as follows:
[PLAN]
feast object d from object b
succumb object d
feast object b from object c
succumb object b
attack object a
overcome object a from object b
attack object c
overcome object c from object a
attack object d
overcome object d from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object d, harmony, planet object a, planet object c, planet object d, province object a, province object b and province object c.
My goal is to have that object d craves object c.
My plan is as follows:
[PLAN]
|
(feast b d)
(succumb b)
(attack d)
(overcome d c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 351
|
[
350
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object d, harmony, planet object a, planet object c, planet object d, province object a, province object b and province object c.
My goal is to have that object d craves object c.
My plan is as follows:
[PLAN]
feast object b from object d
succumb object b
attack object d
overcome object d from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object b, object c craves object a, harmony, planet object b, planet object d, province object c and province object d.
My goal is to have that object b craves object c, object c craves object d and object d craves object a.
My plan is as follows:
[PLAN]
|
(feast c a)
(succumb c)
(feast a b)
(succumb a)
(attack d)
(overcome d a)
(attack c)
(overcome c d)
(attack b)
(overcome b c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 352
|
[
351
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object b, object c craves object a, harmony, planet object b, planet object d, province object c and province object d.
My goal is to have that object b craves object c, object c craves object d and object d craves object a.
My plan is as follows:
[PLAN]
feast object c from object a
succumb object c
feast object a from object b
succumb object a
attack object d
overcome object d from object a
attack object c
overcome object c from object d
attack object b
overcome object b from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object d craves object c, harmony, planet object a, planet object b, planet object c, province object a, province object b and province object d.
My goal is to have that object a craves object d, object b craves object a and object c craves object b.
My plan is as follows:
[PLAN]
|
(feast d c)
(succumb d)
(attack a)
(overcome a d)
(attack b)
(overcome b a)
(attack c)
(overcome c b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 353
|
[
352
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object d craves object c, harmony, planet object a, planet object b, planet object c, province object a, province object b and province object d.
My goal is to have that object a craves object d, object b craves object a and object c craves object b.
My plan is as follows:
[PLAN]
feast object d from object c
succumb object d
attack object a
overcome object a from object d
attack object b
overcome object b from object a
attack object c
overcome object c from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, harmony, planet object a, planet object b, planet object c, planet object d, province object a, province object b, province object c and province object d.
My goal is to have that object a craves object b, object b craves object c and object c craves object d.
My plan is as follows:
[PLAN]
|
(attack c)
(overcome c d)
(attack b)
(overcome b c)
(attack a)
(overcome a b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 354
|
[
353
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, harmony, planet object a, planet object b, planet object c, planet object d, province object a, province object b, province object c and province object d.
My goal is to have that object a craves object b, object b craves object c and object c craves object d.
My plan is as follows:
[PLAN]
attack object c
overcome object c from object d
attack object b
overcome object b from object c
attack object a
overcome object a from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object d, object c craves object b, object d craves object c, harmony, planet object b and province object a.
My goal is to have that object a craves object b, object b craves object d and object d craves object c.
My plan is as follows:
[PLAN]
|
(feast a d)
(succumb a)
(feast d c)
(overcome d a)
(feast c b)
(succumb c)
(feast d a)
(overcome d c)
(attack b)
(overcome b d)
(attack a)
(overcome a b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 355
|
[
354
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object d, object c craves object b, object d craves object c, harmony, planet object b and province object a.
My goal is to have that object a craves object b, object b craves object d and object d craves object c.
My plan is as follows:
[PLAN]
feast object a from object d
succumb object a
feast object d from object c
overcome object d from object a
feast object c from object b
succumb object c
feast object d from object a
overcome object d from object c
attack object b
overcome object b from object d
attack object a
overcome object a from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object d, object c craves object a, harmony, planet object b, planet object d, province object b and province object c.
My goal is to have that object b craves object d and object c craves object b.
My plan is as follows:
[PLAN]
|
(feast c a)
(succumb c)
(feast a d)
(succumb a)
(attack b)
(overcome b d)
(attack c)
(overcome c b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 356
|
[
355
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object d, object c craves object a, harmony, planet object b, planet object d, province object b and province object c.
My goal is to have that object b craves object d and object c craves object b.
My plan is as follows:
[PLAN]
feast object c from object a
succumb object c
feast object a from object d
succumb object a
attack object b
overcome object b from object d
attack object c
overcome object c from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, object d craves object a, harmony, planet object b, planet object c, province object b and province object d.
My goal is to have that object a craves object d and object c craves object b.
My plan is as follows:
[PLAN]
|
(feast d a)
(succumb d)
(feast a c)
(overcome a d)
(attack c)
(overcome c b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 357
|
[
356
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, object d craves object a, harmony, planet object b, planet object c, province object b and province object d.
My goal is to have that object a craves object d and object c craves object b.
My plan is as follows:
[PLAN]
feast object d from object a
succumb object d
feast object a from object c
overcome object a from object d
attack object c
overcome object c from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object c, object d craves object a, harmony, planet object a, planet object c, province object b and province object d.
My goal is to have that object a craves object b and object c craves object a.
My plan is as follows:
[PLAN]
|
(feast b c)
(succumb b)
(feast d a)
(succumb d)
(attack a)
(overcome a b)
(attack c)
(overcome c a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 358
|
[
357
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object c, object d craves object a, harmony, planet object a, planet object c, province object b and province object d.
My goal is to have that object a craves object b and object c craves object a.
My plan is as follows:
[PLAN]
feast object b from object c
succumb object b
feast object d from object a
succumb object d
attack object a
overcome object a from object b
attack object c
overcome object c from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object d, object c craves object b, object d craves object c, harmony, planet object b and province object a.
My goal is to have that object a craves object c and object b craves object a.
My plan is as follows:
[PLAN]
|
(feast a d)
(succumb a)
(feast d c)
(succumb d)
(feast c b)
(succumb c)
(attack a)
(overcome a c)
(attack b)
(overcome b a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 359
|
[
358
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object d, object c craves object b, object d craves object c, harmony, planet object b and province object a.
My goal is to have that object a craves object c and object b craves object a.
My plan is as follows:
[PLAN]
feast object a from object d
succumb object a
feast object d from object c
succumb object d
feast object c from object b
succumb object c
attack object a
overcome object a from object c
attack object b
overcome object b from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object d, object c craves object b, harmony, planet object a, planet object d, province object a and province object c.
My goal is to have that object a craves object c and object c craves object d.
My plan is as follows:
[PLAN]
|
(feast c b)
(overcome c a)
(feast b d)
(succumb b)
(feast c a)
(overcome c d)
(attack a)
(overcome a c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 360
|
[
359
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object d, object c craves object b, harmony, planet object a, planet object d, province object a and province object c.
My goal is to have that object a craves object c and object c craves object d.
My plan is as follows:
[PLAN]
feast object c from object b
overcome object c from object a
feast object b from object d
succumb object b
feast object c from object a
overcome object c from object d
attack object a
overcome object a from object c
[PLAN END]
[STATEMENT]
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 b craves object d and object c craves object a.
My plan is as follows:
[PLAN]
|
(feast a b)
(succumb a)
(feast d c)
(succumb d)
(attack b)
(overcome b d)
(attack c)
(overcome c a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 361
|
[
360
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
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 b craves object d and object c craves object a.
My plan is as follows:
[PLAN]
feast object a from object b
succumb object a
feast object d from object c
succumb object d
attack object b
overcome object b from object d
attack object c
overcome object c from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object a, object c craves object d, object d craves object b, harmony, planet object a and province object c.
My goal is to have that object a craves object c and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast c d)
(succumb c)
(feast d b)
(overcome d c)
(feast b a)
(succumb b)
(feast d c)
(overcome d b)
(attack a)
(overcome a c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 362
|
[
361
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object a, object c craves object d, object d craves object b, harmony, planet object a and province object c.
My goal is to have that object a craves object c and object d craves object b.
My plan is as follows:
[PLAN]
feast object c from object d
succumb object c
feast object d from object b
overcome object d from object c
feast object b from object a
succumb object b
feast object d from object c
overcome object d from object b
attack object a
overcome object a from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, object b craves object d, harmony, planet object c, planet object d, province object a and province object b.
My goal is to have that object a craves object b.
My plan is as follows:
[PLAN]
|
(feast a c)
(overcome a b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 363
|
[
362
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, object b craves object d, harmony, planet object c, planet object d, province object a and province object b.
My goal is to have that object a craves object b.
My plan is as follows:
[PLAN]
feast object a from object c
overcome object a from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object d, object d craves object b, harmony, planet object b, planet object c, province object a and province object c.
My goal is to have that object a craves object d, object b craves object c and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast a d)
(succumb a)
(feast d b)
(overcome d a)
(attack b)
(overcome b c)
(feast d a)
(overcome d b)
(attack a)
(overcome a d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 364
|
[
363
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object d, object d craves object b, harmony, planet object b, planet object c, province object a and province object c.
My goal is to have that object a craves object d, object b craves object c and object d craves object b.
My plan is as follows:
[PLAN]
feast object a from object d
succumb object a
feast object d from object b
overcome object d from object a
attack object b
overcome object b from object c
feast object d from object a
overcome object d from object b
attack object a
overcome object a from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object d, object d craves object c, harmony, planet object c and province object a.
My goal is to have that object a craves object d.
My plan is as follows:
[PLAN]
|
(feast a b)
(succumb a)
(feast b d)
(succumb b)
(attack a)
(overcome a d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 365
|
[
364
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object d, object d craves object c, harmony, planet object c and province object a.
My goal is to have that object a craves object d.
My plan is as follows:
[PLAN]
feast object a from object b
succumb object a
feast object b from object d
succumb object b
attack object a
overcome object a from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object d craves object c, harmony, planet object a, planet object b, planet object c, province object a, province object b and province object d.
My goal is to have that object b craves object c.
My plan is as follows:
[PLAN]
|
(feast d c)
(succumb d)
(attack b)
(overcome b c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 366
|
[
365
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object d craves object c, harmony, planet object a, planet object b, planet object c, province object a, province object b and province object d.
My goal is to have that object b craves object c.
My plan is as follows:
[PLAN]
feast object d from object c
succumb object d
attack object b
overcome object b from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, harmony, planet object b, planet object c, planet object d, province object a, province object b and province object d.
My goal is to have that object b craves object c and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast a c)
(succumb a)
(attack b)
(overcome b c)
(attack d)
(overcome d b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 367
|
[
366
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, harmony, planet object b, planet object c, planet object d, province object a, province object b and province object d.
My goal is to have that object b craves object c and object d craves object b.
My plan is as follows:
[PLAN]
feast object a from object c
succumb object a
attack object b
overcome object b from object c
attack object d
overcome object d from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object d, object c craves object a, object d craves object b, harmony, planet object b and province object c.
My goal is to have that object a craves object b and object b craves object c.
My plan is as follows:
[PLAN]
|
(feast c a)
(succumb c)
(feast a d)
(succumb a)
(feast d b)
(succumb d)
(attack b)
(overcome b c)
(attack a)
(overcome a b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 368
|
[
367
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object d, object c craves object a, object d craves object b, harmony, planet object b and province object c.
My goal is to have that object a craves object b and object b craves object c.
My plan is as follows:
[PLAN]
feast object c from object a
succumb object c
feast object a from object d
succumb object a
feast object d from object b
succumb object d
attack object b
overcome object b from object c
attack object a
overcome object a from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, harmony, planet object a, planet object b, planet object c, planet object d, province object a, province object b, province object c and province object d.
My goal is to have that object a craves object c and object c craves object d.
My plan is as follows:
[PLAN]
|
(attack c)
(overcome c d)
(attack a)
(overcome a c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 369
|
[
368
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, harmony, planet object a, planet object b, planet object c, planet object d, province object a, province object b, province object c and province object d.
My goal is to have that object a craves object c and object c craves object d.
My plan is as follows:
[PLAN]
attack object c
overcome object c from object d
attack object a
overcome object a from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object d, object b craves object c, object d craves object b, harmony, planet object c and province object a.
My goal is to have that object b craves object a and object c craves object b.
My plan is as follows:
[PLAN]
|
(feast a d)
(succumb a)
(feast d b)
(succumb d)
(feast b c)
(overcome b a)
(attack c)
(overcome c b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 370
|
[
369
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object d, object b craves object c, object d craves object b, harmony, planet object c and province object a.
My goal is to have that object b craves object a and object c craves object b.
My plan is as follows:
[PLAN]
feast object a from object d
succumb object a
feast object d from object b
succumb object d
feast object b from object c
overcome object b from object a
attack object c
overcome object c from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object b, object c craves object d, object d craves object a, harmony, planet object b and province object c.
My goal is to have that object c craves object d and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast c d)
(succumb c)
(feast d a)
(overcome d c)
(feast a b)
(succumb a)
(feast d c)
(overcome d b)
(attack c)
(overcome c d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 371
|
[
370
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object b, object c craves object d, object d craves object a, harmony, planet object b and province object c.
My goal is to have that object c craves object d and object d craves object b.
My plan is as follows:
[PLAN]
feast object c from object d
succumb object c
feast object d from object a
overcome object d from object c
feast object a from object b
succumb object a
feast object d from object c
overcome object d from object b
attack object c
overcome object c from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object d, object d craves object c, harmony, planet object c and province object a.
My goal is to have that object a craves object b and object c craves object a.
My plan is as follows:
[PLAN]
|
(feast a b)
(succumb a)
(feast b d)
(succumb b)
(attack a)
(overcome a b)
(feast d c)
(succumb d)
(attack c)
(overcome c a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 372
|
[
371
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object d, object d craves object c, harmony, planet object c and province object a.
My goal is to have that object a craves object b and object c craves object a.
My plan is as follows:
[PLAN]
feast object a from object b
succumb object a
feast object b from object d
succumb object b
attack object a
overcome object a from object b
feast object d from object c
succumb object d
attack object c
overcome object c from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, object b craves object d, harmony, planet object c, planet object d, province object a and province object b.
My goal is to have that object a craves object c and object c craves object b.
My plan is as follows:
[PLAN]
|
(feast a c)
(succumb a)
(attack c)
(overcome c b)
(attack a)
(overcome a c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 373
|
[
372
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, object b craves object d, harmony, planet object c, planet object d, province object a and province object b.
My goal is to have that object a craves object c and object c craves object b.
My plan is as follows:
[PLAN]
feast object a from object c
succumb object a
attack object c
overcome object c from object b
attack object a
overcome object a from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, object b craves object a, object c craves object d, harmony, planet object d and province object b.
My goal is to have that object a craves object b and object b craves object d.
My plan is as follows:
[PLAN]
|
(feast b a)
(succumb b)
(feast a c)
(succumb a)
(feast c d)
(succumb c)
(attack b)
(overcome b d)
(attack a)
(overcome a b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 374
|
[
373
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, object b craves object a, object c craves object d, harmony, planet object d and province object b.
My goal is to have that object a craves object b and object b craves object d.
My plan is as follows:
[PLAN]
feast object b from object a
succumb object b
feast object a from object c
succumb object a
feast object c from object d
succumb object c
attack object b
overcome object b from object d
attack object a
overcome object a from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object c, object d craves object a, harmony, planet object a, planet object c, province object b and province object d.
My goal is to have that object c craves object a and object d craves object c.
My plan is as follows:
[PLAN]
|
(feast b c)
(succumb b)
(feast d a)
(overcome d b)
(attack c)
(overcome c a)
(feast d b)
(overcome d c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 375
|
[
374
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object c, object d craves object a, harmony, planet object a, planet object c, province object b and province object d.
My goal is to have that object c craves object a and object d craves object c.
My plan is as follows:
[PLAN]
feast object b from object c
succumb object b
feast object d from object a
overcome object d from object b
attack object c
overcome object c from object a
feast object d from object b
overcome object d from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object d, object d craves object c, harmony, planet object c and province object a.
My goal is to have that object a craves object d, object b craves object c and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast a b)
(succumb a)
(feast b d)
(overcome b a)
(feast d c)
(succumb d)
(feast b a)
(overcome b c)
(attack d)
(overcome d b)
(attack a)
(overcome a d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 376
|
[
375
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object d, object d craves object c, harmony, planet object c and province object a.
My goal is to have that object a craves object d, object b craves object c and object d craves object b.
My plan is as follows:
[PLAN]
feast object a from object b
succumb object a
feast object b from object d
overcome object b from object a
feast object d from object c
succumb object d
feast object b from object a
overcome object b from object c
attack object d
overcome object d from object b
attack object a
overcome object a from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object d, object d craves object b, harmony, planet object b, planet object c, province object a and province object c.
My goal is to have that object a craves object b and object d craves object c.
My plan is as follows:
[PLAN]
|
(feast a d)
(succumb a)
(feast d b)
(overcome d c)
(attack a)
(overcome a b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 377
|
[
376
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object d, object d craves object b, harmony, planet object b, planet object c, province object a and province object c.
My goal is to have that object a craves object b and object d craves object c.
My plan is as follows:
[PLAN]
feast object a from object d
succumb object a
feast object d from object b
overcome object d from object c
attack object a
overcome object a from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, object b craves object d, object c craves object b, harmony, planet object d and province object a.
My goal is to have that object b craves object a and object c craves object b.
My plan is as follows:
[PLAN]
|
(feast a c)
(succumb a)
(feast c b)
(succumb c)
(feast b d)
(overcome b a)
(attack c)
(overcome c b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 378
|
[
377
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, object b craves object d, object c craves object b, harmony, planet object d and province object a.
My goal is to have that object b craves object a and object c craves object b.
My plan is as follows:
[PLAN]
feast object a from object c
succumb object a
feast object c from object b
succumb object c
feast object b from object d
overcome object b from object a
attack object c
overcome object c from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, object d craves object b, harmony, planet object b, planet object c, province object a and province object d.
My goal is to have that object a craves object d and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast a c)
(overcome a d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 379
|
[
378
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, object d craves object b, harmony, planet object b, planet object c, province object a and province object d.
My goal is to have that object a craves object d and object d craves object b.
My plan is as follows:
[PLAN]
feast object a from object c
overcome object a from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object d, object c craves object a, harmony, planet object a, planet object d, province object b and province object c.
My goal is to have that object a craves object d, object c craves object a and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast b d)
(succumb b)
(attack d)
(overcome d b)
(feast c a)
(succumb c)
(attack a)
(overcome a d)
(attack c)
(overcome c a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 380
|
[
379
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object d, object c craves object a, harmony, planet object a, planet object d, province object b and province object c.
My goal is to have that object a craves object d, object c craves object a and object d craves object b.
My plan is as follows:
[PLAN]
feast object b from object d
succumb object b
attack object d
overcome object d from object b
feast object c from object a
succumb object c
attack object a
overcome object a from object d
attack object c
overcome object c from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object a, object c craves object d, object d craves object b, harmony, planet object a and province object c.
My goal is to have that object c craves object a.
My plan is as follows:
[PLAN]
|
(feast c d)
(succumb c)
(feast d b)
(succumb d)
(feast b a)
(succumb b)
(attack c)
(overcome c a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 381
|
[
380
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object a, object c craves object d, object d craves object b, harmony, planet object a and province object c.
My goal is to have that object c craves object a.
My plan is as follows:
[PLAN]
feast object c from object d
succumb object c
feast object d from object b
succumb object d
feast object b from object a
succumb object b
attack object c
overcome object c from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object d, harmony, planet object b, planet object c, planet object d, province object a, province object b and province object c.
My goal is to have that object a craves object b, object b craves object c and object c craves object d.
My plan is as follows:
[PLAN]
|
(feast a d)
(succumb a)
(attack c)
(overcome c d)
(attack b)
(overcome b c)
(attack a)
(overcome a b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 382
|
[
381
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object d, harmony, planet object b, planet object c, planet object d, province object a, province object b and province object c.
My goal is to have that object a craves object b, object b craves object c and object c craves object d.
My plan is as follows:
[PLAN]
feast object a from object d
succumb object a
attack object c
overcome object c from object d
attack object b
overcome object b from object c
attack object a
overcome object a from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object d, object c craves object a, harmony, planet object b, planet object d, province object b and province object c.
My goal is to have that object b craves object c and object c craves object d.
My plan is as follows:
[PLAN]
|
(feast c a)
(overcome c b)
(feast a d)
(succumb a)
(feast c b)
(overcome c d)
(attack b)
(overcome b c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 383
|
[
382
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object d, object c craves object a, harmony, planet object b, planet object d, province object b and province object c.
My goal is to have that object b craves object c and object c craves object d.
My plan is as follows:
[PLAN]
feast object c from object a
overcome object c from object b
feast object a from object d
succumb object a
feast object c from object b
overcome object c from object d
attack object b
overcome object b from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object c, harmony, planet object c, planet object d, province object a and province object d.
My goal is to have that object a craves object c and object c craves object b.
My plan is as follows:
[PLAN]
|
(feast a b)
(overcome a d)
(feast b c)
(succumb b)
(attack c)
(overcome c b)
(feast a d)
(overcome a c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 384
|
[
383
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object c, harmony, planet object c, planet object d, province object a and province object d.
My goal is to have that object a craves object c and object c craves object b.
My plan is as follows:
[PLAN]
feast object a from object b
overcome object a from object d
feast object b from object c
succumb object b
attack object c
overcome object c from object b
feast object a from object d
overcome object a from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object d craves object b, harmony, planet object a, planet object b, planet object c, province object a, province object c and province object d.
My goal is to have that object a craves object d, object c craves object b and object d craves object c.
My plan is as follows:
[PLAN]
|
(feast d b)
(overcome d a)
(attack c)
(overcome c b)
(feast d a)
(overcome d c)
(attack a)
(overcome a d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 385
|
[
384
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object d craves object b, harmony, planet object a, planet object b, planet object c, province object a, province object c and province object d.
My goal is to have that object a craves object d, object c craves object b and object d craves object c.
My plan is as follows:
[PLAN]
feast object d from object b
overcome object d from object a
attack object c
overcome object c from object b
feast object d from object a
overcome object d from object c
attack object a
overcome object a from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object c craves object b, object d craves object c, harmony, planet object a, planet object b, province object a and province object d.
My goal is to have that object a craves object c and object c craves object d.
My plan is as follows:
[PLAN]
|
(feast d c)
(succumb d)
(feast c b)
(overcome c d)
(attack a)
(overcome a c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 386
|
[
385
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object c craves object b, object d craves object c, harmony, planet object a, planet object b, province object a and province object d.
My goal is to have that object a craves object c and object c craves object d.
My plan is as follows:
[PLAN]
feast object d from object c
succumb object d
feast object c from object b
overcome object c from object d
attack object a
overcome object a from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object a, object c craves object d, object d craves object b, harmony, planet object a and province object c.
My goal is to have that object a craves object c and object b craves object a.
My plan is as follows:
[PLAN]
|
(feast c d)
(succumb c)
(feast d b)
(succumb d)
(feast b a)
(overcome b d)
(attack a)
(overcome a c)
(feast b d)
(overcome b a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 387
|
[
386
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object a, object c craves object d, object d craves object b, harmony, planet object a and province object c.
My goal is to have that object a craves object c and object b craves object a.
My plan is as follows:
[PLAN]
feast object c from object d
succumb object c
feast object d from object b
succumb object d
feast object b from object a
overcome object b from object d
attack object a
overcome object a from object c
feast object b from object d
overcome object b from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object d, object b craves object c, object c craves object a, harmony, planet object d and province object b.
My goal is to have that object a craves object d and object b craves object a.
My plan is as follows:
[PLAN]
|
(feast b c)
(succumb b)
(feast c a)
(succumb c)
(attack b)
(overcome b a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 388
|
[
387
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object d, object b craves object c, object c craves object a, harmony, planet object d and province object b.
My goal is to have that object a craves object d and object b craves object a.
My plan is as follows:
[PLAN]
feast object b from object c
succumb object b
feast object c from object a
succumb object c
attack object b
overcome object b from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object d, object d craves object a, harmony, planet object a, planet object c, province object b and province object c.
My goal is to have that object d craves object c.
My plan is as follows:
[PLAN]
|
(feast b d)
(succumb b)
(feast d a)
(overcome d c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 389
|
[
388
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object d, object d craves object a, harmony, planet object a, planet object c, province object b and province object c.
My goal is to have that object d craves object c.
My plan is as follows:
[PLAN]
feast object b from object d
succumb object b
feast object d from object a
overcome object d from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object c, harmony, planet object c, planet object d, province object a and province object d.
My goal is to have that object b craves object a, object c craves object b and object d craves object c.
My plan is as follows:
[PLAN]
|
(feast a b)
(succumb a)
(feast b c)
(overcome b a)
(attack c)
(overcome c b)
(attack d)
(overcome d c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 390
|
[
389
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object c, harmony, planet object c, planet object d, province object a and province object d.
My goal is to have that object b craves object a, object c craves object b and object d craves object c.
My plan is as follows:
[PLAN]
feast object a from object b
succumb object a
feast object b from object c
overcome object b from object a
attack object c
overcome object c from object b
attack object d
overcome object d from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object c, harmony, planet object a, planet object c, planet object d, province object a, province object b and province object d.
My goal is to have that object a craves object b, object b craves object d and object c craves object a.
My plan is as follows:
[PLAN]
|
(feast b c)
(overcome b d)
(attack a)
(overcome a b)
(attack c)
(overcome c a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 391
|
[
390
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object c, harmony, planet object a, planet object c, planet object d, province object a, province object b and province object d.
My goal is to have that object a craves object b, object b craves object d and object c craves object a.
My plan is as follows:
[PLAN]
feast object b from object c
overcome object b from object d
attack object a
overcome object a from object b
attack object c
overcome object c from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object a, harmony, planet object a, planet object c, planet object d, province object b, province object c and province object d.
My goal is to have that object c craves object b and object d craves object a.
My plan is as follows:
[PLAN]
|
(feast b a)
(succumb b)
(attack c)
(overcome c b)
(attack d)
(overcome d a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 392
|
[
391
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object a, harmony, planet object a, planet object c, planet object d, province object b, province object c and province object d.
My goal is to have that object c craves object b and object d craves object a.
My plan is as follows:
[PLAN]
feast object b from object a
succumb object b
attack object c
overcome object c from object b
attack object d
overcome object d from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object a, object d craves object b, harmony, planet object a, planet object c, province object c and province object d.
My goal is to have that object b craves object d and object d craves object a.
My plan is as follows:
[PLAN]
|
(feast d b)
(overcome d c)
(feast b a)
(succumb b)
(feast d c)
(overcome d a)
(attack b)
(overcome b d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 393
|
[
392
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object a, object d craves object b, harmony, planet object a, planet object c, province object c and province object d.
My goal is to have that object b craves object d and object d craves object a.
My plan is as follows:
[PLAN]
feast object d from object b
overcome object d from object c
feast object b from object a
succumb object b
feast object d from object c
overcome object d from object a
attack object b
overcome object b from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object d, object d craves object c, harmony, planet object c and province object a.
My goal is to have that object c craves object b and object d craves object c.
My plan is as follows:
[PLAN]
|
(feast a b)
(succumb a)
(feast b d)
(succumb b)
(feast d c)
(overcome d a)
(attack c)
(overcome c b)
(feast d a)
(overcome d c)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 394
|
[
393
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object d, object d craves object c, harmony, planet object c and province object a.
My goal is to have that object c craves object b and object d craves object c.
My plan is as follows:
[PLAN]
feast object a from object b
succumb object a
feast object b from object d
succumb object b
feast object d from object c
overcome object d from object a
attack object c
overcome object c from object b
feast object d from object a
overcome object d from object c
[PLAN END]
[STATEMENT]
As initial conditions I have that, object c craves object b, harmony, planet object a, planet object b, planet object d, province object a, province object c and province object d.
My goal is to have that object b craves object a and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast c b)
(succumb c)
(attack b)
(overcome b a)
(attack d)
(overcome d b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 395
|
[
394
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object c craves object b, harmony, planet object a, planet object b, planet object d, province object a, province object c and province object d.
My goal is to have that object b craves object a and object d craves object b.
My plan is as follows:
[PLAN]
feast object c from object b
succumb object c
attack object b
overcome object b from object a
attack object d
overcome object d from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object d, object d craves object b, harmony, planet object b, planet object c, province object a and province object c.
My goal is to have that object a craves object c, object b craves object d and object d craves object a.
My plan is as follows:
[PLAN]
|
(feast a d)
(overcome a c)
(feast d b)
(overcome d a)
(attack b)
(overcome b d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 396
|
[
395
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object d, object d craves object b, harmony, planet object b, planet object c, province object a and province object c.
My goal is to have that object a craves object c, object b craves object d and object d craves object a.
My plan is as follows:
[PLAN]
feast object a from object d
overcome object a from object c
feast object d from object b
overcome object d from object a
attack object b
overcome object b from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object c craves object d, harmony, planet object a, planet object b, planet object d, province object a, province object b and province object c.
My goal is to have that object c craves object b.
My plan is as follows:
[PLAN]
|
(feast c d)
(overcome c b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 397
|
[
396
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object c craves object d, harmony, planet object a, planet object b, planet object d, province object a, province object b and province object c.
My goal is to have that object c craves object b.
My plan is as follows:
[PLAN]
feast object c from object d
overcome object c from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object a, object c craves object b, harmony, planet object a, planet object d, province object c and province object d.
My goal is to have that object a craves object d.
My plan is as follows:
[PLAN]
|
(feast c b)
(succumb c)
(feast b a)
(succumb b)
(attack a)
(overcome a d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 398
|
[
397
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object a, object c craves object b, harmony, planet object a, planet object d, province object c and province object d.
My goal is to have that object a craves object d.
My plan is as follows:
[PLAN]
feast object c from object b
succumb object c
feast object b from object a
succumb object b
attack object a
overcome object a from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, object c craves object b, harmony, planet object b, planet object d, province object a and province object d.
My goal is to have that object a craves object d, object b craves object c and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast a c)
(succumb a)
(feast c b)
(succumb c)
(attack b)
(overcome b c)
(attack d)
(overcome d b)
(attack a)
(overcome a d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 399
|
[
398
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, object c craves object b, harmony, planet object b, planet object d, province object a and province object d.
My goal is to have that object a craves object d, object b craves object c and object d craves object b.
My plan is as follows:
[PLAN]
feast object a from object c
succumb object a
feast object c from object b
succumb object c
attack object b
overcome object b from object c
attack object d
overcome object d from object b
attack object a
overcome object a from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object d, object c craves object a, object d craves object c, harmony, planet object a and province object b.
My goal is to have that object a craves object c, object b craves object a and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast b d)
(succumb b)
(feast d c)
(succumb d)
(feast c a)
(succumb c)
(attack a)
(overcome a c)
(attack b)
(overcome b a)
(attack d)
(overcome d b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 400
|
[
399
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object d, object c craves object a, object d craves object c, harmony, planet object a and province object b.
My goal is to have that object a craves object c, object b craves object a and object d craves object b.
My plan is as follows:
[PLAN]
feast object b from object d
succumb object b
feast object d from object c
succumb object d
feast object c from object a
succumb object c
attack object a
overcome object a from object c
attack object b
overcome object b from object a
attack object d
overcome object d from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object c, object d craves object b, harmony, planet object a, planet object c, province object a and province object d.
My goal is to have that object b craves object c, object c craves object a and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast d b)
(succumb d)
(feast b c)
(overcome b d)
(attack c)
(overcome c a)
(feast b d)
(overcome b c)
(attack d)
(overcome d b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 401
|
[
400
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object c, object d craves object b, harmony, planet object a, planet object c, province object a and province object d.
My goal is to have that object b craves object c, object c craves object a and object d craves object b.
My plan is as follows:
[PLAN]
feast object d from object b
succumb object d
feast object b from object c
overcome object b from object d
attack object c
overcome object c from object a
feast object b from object d
overcome object b from object c
attack object d
overcome object d from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object a, object c craves object b, object d craves object c, harmony, planet object a and province object d.
My goal is to have that object c craves object d.
My plan is as follows:
[PLAN]
|
(feast d c)
(succumb d)
(feast c b)
(overcome c d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 402
|
[
401
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object a, object c craves object b, object d craves object c, harmony, planet object a and province object d.
My goal is to have that object c craves object d.
My plan is as follows:
[PLAN]
feast object d from object c
succumb object d
feast object c from object b
overcome object c from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object a, object c craves object d, object d craves object b, harmony, planet object a and province object c.
My goal is to have that object a craves object d and object b craves object a.
My plan is as follows:
[PLAN]
|
(feast c d)
(succumb c)
(feast d b)
(succumb d)
(feast b a)
(overcome b c)
(attack a)
(overcome a d)
(feast b c)
(overcome b a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 403
|
[
402
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object a, object c craves object d, object d craves object b, harmony, planet object a and province object c.
My goal is to have that object a craves object d and object b craves object a.
My plan is as follows:
[PLAN]
feast object c from object d
succumb object c
feast object d from object b
succumb object d
feast object b from object a
overcome object b from object c
attack object a
overcome object a from object d
feast object b from object c
overcome object b from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, harmony, planet object a, planet object b, planet object c, planet object d, province object a, province object b, province object c and province object d.
My goal is to have that object a craves object b, object b craves object c and object d craves object a.
My plan is as follows:
[PLAN]
|
(attack b)
(overcome b c)
(attack a)
(overcome a b)
(attack d)
(overcome d a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 404
|
[
403
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, harmony, planet object a, planet object b, planet object c, planet object d, province object a, province object b, province object c and province object d.
My goal is to have that object a craves object b, object b craves object c and object d craves object a.
My plan is as follows:
[PLAN]
attack object b
overcome object b from object c
attack object a
overcome object a from object b
attack object d
overcome object d from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, harmony, planet object b, planet object c, planet object d, province object a, province object b and province object d.
My goal is to have that object a craves object d and object b craves object a.
My plan is as follows:
[PLAN]
|
(feast a c)
(overcome a d)
(attack b)
(overcome b a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 405
|
[
404
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, harmony, planet object b, planet object c, planet object d, province object a, province object b and province object d.
My goal is to have that object a craves object d and object b craves object a.
My plan is as follows:
[PLAN]
feast object a from object c
overcome object a from object d
attack object b
overcome object b from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object c craves object d, object d craves object a, harmony, planet object a, planet object b, province object b and province object c.
My goal is to have that object b craves object a and object c craves object b.
My plan is as follows:
[PLAN]
|
(feast c d)
(succumb c)
(feast d a)
(succumb d)
(attack b)
(overcome b a)
(attack c)
(overcome c b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 406
|
[
405
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object c craves object d, object d craves object a, harmony, planet object a, planet object b, province object b and province object c.
My goal is to have that object b craves object a and object c craves object b.
My plan is as follows:
[PLAN]
feast object c from object d
succumb object c
feast object d from object a
succumb object d
attack object b
overcome object b from object a
attack object c
overcome object c from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object d, object b craves object a, object c craves object b, harmony, planet object d and province object c.
My goal is to have that object c craves object a and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast c b)
(succumb c)
(feast b a)
(succumb b)
(feast a d)
(succumb a)
(attack c)
(overcome c a)
(attack d)
(overcome d b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 407
|
[
406
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object d, object b craves object a, object c craves object b, harmony, planet object d and province object c.
My goal is to have that object c craves object a and object d craves object b.
My plan is as follows:
[PLAN]
feast object c from object b
succumb object c
feast object b from object a
succumb object b
feast object a from object d
succumb object a
attack object c
overcome object c from object a
attack object d
overcome object d from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object d craves object a, harmony, planet object a, planet object b, planet object c, province object b, province object c and province object d.
My goal is to have that object c craves object d and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast d a)
(overcome d b)
(attack c)
(overcome c d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 408
|
[
407
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object d craves object a, harmony, planet object a, planet object b, planet object c, province object b, province object c and province object d.
My goal is to have that object c craves object d and object d craves object b.
My plan is as follows:
[PLAN]
feast object d from object a
overcome object d from object b
attack object c
overcome object c from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, object b craves object d, object d craves object a, harmony, planet object c and province object b.
My goal is to have that object a craves object c, object b craves object a and object c craves object d.
My plan is as follows:
[PLAN]
|
(feast b d)
(succumb b)
(feast d a)
(succumb d)
(feast a c)
(overcome a b)
(attack c)
(overcome c d)
(feast a b)
(overcome a c)
(attack b)
(overcome b a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 409
|
[
408
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, object b craves object d, object d craves object a, harmony, planet object c and province object b.
My goal is to have that object a craves object c, object b craves object a and object c craves object d.
My plan is as follows:
[PLAN]
feast object b from object d
succumb object b
feast object d from object a
succumb object d
feast object a from object c
overcome object a from object b
attack object c
overcome object c from object d
feast object a from object b
overcome object a from object c
attack object b
overcome object b from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object a, object d craves object c, harmony, planet object a, planet object c, province object b and province object d.
My goal is to have that object a craves object b, object b craves object c and object c craves object d.
My plan is as follows:
[PLAN]
|
(feast d c)
(succumb d)
(attack c)
(overcome c d)
(feast b a)
(overcome b c)
(attack a)
(overcome a b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 410
|
[
409
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object a, object d craves object c, harmony, planet object a, planet object c, province object b and province object d.
My goal is to have that object a craves object b, object b craves object c and object c craves object d.
My plan is as follows:
[PLAN]
feast object d from object c
succumb object d
attack object c
overcome object c from object d
feast object b from object a
overcome object b from object c
attack object a
overcome object a from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object a, object c craves object d, harmony, planet object a, planet object d, province object b and province object c.
My goal is to have that object b craves object a, object c craves object d and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast c d)
(succumb c)
(attack d)
(overcome d b)
(attack c)
(overcome c d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 411
|
[
410
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object a, object c craves object d, harmony, planet object a, planet object d, province object b and province object c.
My goal is to have that object b craves object a, object c craves object d and object d craves object b.
My plan is as follows:
[PLAN]
feast object c from object d
succumb object c
attack object d
overcome object d from object b
attack object c
overcome object c from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object b craves object c, object d craves object b, harmony, planet object a, planet object c, province object a and province object d.
My goal is to have that object b craves object d and object c craves object b.
My plan is as follows:
[PLAN]
|
(feast d b)
(succumb d)
(feast b c)
(overcome b d)
(attack c)
(overcome c b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 412
|
[
411
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object b craves object c, object d craves object b, harmony, planet object a, planet object c, province object a and province object d.
My goal is to have that object b craves object d and object c craves object b.
My plan is as follows:
[PLAN]
feast object d from object b
succumb object d
feast object b from object c
overcome object b from object d
attack object c
overcome object c from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object d, object d craves object c, harmony, planet object c and province object a.
My goal is to have that object a craves object c and object b craves object a.
My plan is as follows:
[PLAN]
|
(feast a b)
(succumb a)
(feast b d)
(succumb b)
(feast d c)
(succumb d)
(attack a)
(overcome a c)
(attack b)
(overcome b a)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 413
|
[
412
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object d, object d craves object c, harmony, planet object c and province object a.
My goal is to have that object a craves object c and object b craves object a.
My plan is as follows:
[PLAN]
feast object a from object b
succumb object a
feast object b from object d
succumb object b
feast object d from object c
succumb object d
attack object a
overcome object a from object c
attack object b
overcome object b from object a
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object d, object d craves object b, harmony, planet object b, planet object c, province object a and province object c.
My goal is to have that object a craves object c and object b craves object d.
My plan is as follows:
[PLAN]
|
(feast a d)
(overcome a c)
(feast d b)
(succumb d)
(attack b)
(overcome b d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 414
|
[
413
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object d, object d craves object b, harmony, planet object b, planet object c, province object a and province object c.
My goal is to have that object a craves object c and object b craves object d.
My plan is as follows:
[PLAN]
feast object a from object d
overcome object a from object c
feast object d from object b
succumb object d
attack object b
overcome object b from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object c, object c craves object d, object d craves object b, harmony, planet object b and province object a.
My goal is to have that object b craves object d, object c craves object a and object d craves object c.
My plan is as follows:
[PLAN]
|
(feast a c)
(succumb a)
(feast c d)
(overcome c a)
(feast d b)
(overcome d c)
(attack b)
(overcome b d)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 415
|
[
414
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object c, object c craves object d, object d craves object b, harmony, planet object b and province object a.
My goal is to have that object b craves object d, object c craves object a and object d craves object c.
My plan is as follows:
[PLAN]
feast object a from object c
succumb object a
feast object c from object d
overcome object c from object a
feast object d from object b
overcome object d from object c
attack object b
overcome object b from object d
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object b, object c craves object a, harmony, planet object b, planet object d, province object c and province object d.
My goal is to have that object c craves object a and object d craves object b.
My plan is as follows:
[PLAN]
|
(feast c a)
(overcome c d)
(feast a b)
(succumb a)
(feast c d)
(overcome c a)
(attack d)
(overcome d b)
|
task_1_plan_generation
|
oneshot
|
mystery_blocksworld
| 416
|
[
415
] |
I am playing with a set of objects. Here are the actions I can do
Attack object
Feast object from another object
Succumb object
Overcome object from another object
I have the following restrictions on my actions:
To perform Attack action, the following facts need to be true: Province object, Planet object, Harmony.
Once Attack action is performed the following facts will be true: Pain object.
Once Attack action is performed the following facts will be false: Province object, Planet object, Harmony.
To perform Succumb action, the following facts need to be true: Pain object.
Once Succumb action is performed the following facts will be true: Province object, Planet object, Harmony.
Once Succumb action is performed the following facts will be false: Pain object.
To perform Overcome action, the following needs to be true: Province other object, Pain object.
Once Overcome action is performed the following will be true: Harmony, Province object, Object Craves other object.
Once Overcome action is performed the following will be false: Province other object, Pain object.
To perform Feast action, the following needs to be true: Object Craves other object, Province object, 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, Province object, Harmony.
[STATEMENT]
As initial conditions I have that, object a craves object b, object c craves object a, harmony, planet object b, planet object d, province object c and province object d.
My goal is to have that object c craves object a and object d craves object b.
My plan is as follows:
[PLAN]
feast object c from object a
overcome object c from object d
feast object a from object b
succumb object a
feast object c from object d
overcome object c from object a
attack object d
overcome object d from object b
[PLAN END]
[STATEMENT]
As initial conditions I have that, object a craves object b, object b craves object c, object c craves object d, harmony, planet object d and province object a.
My goal is to have that object a craves object c and object c craves object b.
My plan is as follows:
[PLAN]
|
(feast a b)
(succumb a)
(feast b c)
(succumb b)
(feast c d)
(overcome c b)
(attack a)
(overcome a c)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.