Plan4Past icon indicating copy to clipboard operation
Plan4Past copied to clipboard

Classical and FOND Planning for Pure-Past Linear Temporal Logic Goals

Results 8 Plan4Past issues
Sort by recently updated
recently updated
newest added

Fixed a small bug concerning the PDDL representation of the "true" predicate in the ADL compilation.

The function "predicates" of predicates visitor creates superfluous quoted "Y()" atoms. for example, the compilation of formula "O(a & Y(O(b & Y(O(c)))))" should yield the atoms: - 'Y-Oa-and-YOb-and-YOc' - 'Y-Ob-and-YOc'...

## Proposed changes After this commit, to specify the PPLTL formula, there is no need to provide an explicit mapping, since it is assumed that the propositions *are* the ground...

## Proposed changes - run compilation tests also for ADLCompiler

## Proposed changes Continuation of #262 from the new tip of the project (i.e. after #264).

Add status badges and logo to the README

documentation
enhancement
wontfix

Some optimizations could be implemented to get plan4past work faster. 1. As the compiler works on the syntactic structure of the PPLTL formula, a preprocessing to simplify the input formula...

enhancement
help wanted

Currently, the goal formula can only be specified as a string in the CLI tool and the library. We would like to have a more general and flexible approach. In...

enhancement