Skip to content

Probabilistic Effects are not applied correctly #73

Description

@RushangKaria

Currently, if there are common sets of probabilistic effects, they are not applied correctly since the parser expects the common effects to be defined outside the probabilistic block

Here is a simple example. (assume empty preconditions and a single parameter x).

:effect (and (probabilistic 0.7 (and (not (a ?x)) (b ?x))
                            0.3 (and (not (a ?x)) (c ?x))

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