pyperplan
pyperplan copied to clipboard
A lightweight STRIPS planner written in Python.
I just noticed that the parser accepts action schemas where the atoms make reference to inexistent variables. For example, if the parameters are (?x ?y), the schema may have a...
I am getting this error: ``` Error unknown predicate and used in precondition of action ``` from this code: ``` (:action PICKUP_NORMAL :parameters (?b - Bot ?a - Aisle ?s...
Hi, I have interest to use the heuristic modules, but when I run the same script, which contain the definition of a task and a state, return different heuristics values....
I have a code base that cleans up the parser (mainly type annotations) and a separate branch that supports action costs. Is this repo open for pull-requests like this?
I've tried to run this on my own pddl files, and files I've found online. I've also looked through the PDDL files and the variables definitely do start with a...