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))
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).