Using PDDL4J from DEVEL branch. Latest build.
Given a definition of a close_door action like this:
(:action close_door
:parameters (?cd_rv - Regular_Vehicle)
:precondition
(and
(Door_Open ?cd_rv)
)
:effect
(and
(not (Door_Open ?cd_rv))
)
)
a grounded action (close_door flugzeug) has (door_open flugzeug) in its positive preconditions instead of negative.
Domain (UM-Translog) and problem are attached below.
domainTranslog.txt
p02.txt
Using PDDL4J from DEVEL branch. Latest build.
Given a definition of a close_door action like this:
a grounded action
(close_door flugzeug)has(door_open flugzeug)in its positive preconditions instead of negative.Domain (UM-Translog) and problem are attached below.
domainTranslog.txt
p02.txt