Remove the tracking files.

This commit is contained in:
Naveen Sundar Govindarajulu 2017-01-18 22:59:56 -05:00
parent d1e0cb891a
commit 489040f567
4 changed files with 0 additions and 31 deletions

View file

@ -1,15 +0,0 @@
{:name "bidding problem"
:background []
:start [(bid 0)]
:goal [(bid 5)]
:actions
[(define-action post-new-bid (?number)
{:preconditions [(bid ?number)]
:additions [(bid ($$sum 1 ?number))]
:deletions [(bid ?number)]})]
:expected-plans ([(post-new-bid 0)
(post-new-bid 1)
(post-new-bid 2)
(post-new-bid 3)
(post-new-bid 4)])}

View file

@ -1,16 +0,0 @@
{G1 {:priority 6.0
:state [(not (open (door room1)))]}
G2 {:priority 6.0
:state [(in prisoner room1)]}
G3 {:priority 6.0
:state [(forall [?room]
(if (in prisoner ?room)
(in self ?room)))]}
G4 {:priority 3.0
:state [(in prisoner room2)
(in self room2)]}
G5 {:priority 2.0
:state [(interrogates commander prisoner)]}}