Skip to content

[BUG] Negative effects are grounded as positive #119

@o-fir

Description

@o-fir

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions