pellierd / pddl4j

PDDL4J is an open source library under LGPL license whose purpose of PDDL4J is to facilitate the development of JAVA tools for Automated Planning based on PDDL language (Planning Domain Description Language).
https://lig-membres.imag.fr/pellier/
GNU Lesser General Public License v3.0
147 stars 68 forks source link

Requirement :probabilistic-effects #87

Open Mavahu opened 2 years ago

Mavahu commented 2 years ago

Hello again.

I tried some pddl examples including the requirement :probabilistic-effects, which gave me errors since it is an unknown requirement for the parser.

Is it possible to support that requirement in any way?

Kind regards

pellierd commented 2 years ago

This requirement is not supported at this stage. But, yes, it possible to add it by yourself. I don't see any technical problem. You have to modify the parser and the class action to store the probabilities.

The development to support this requirement is not planned in the short or medium term.