Skip to content

yotamitai/AuToPN

Repository files navigation

AuToPN

AuToPN is automatic process for generating Temporal Planning Networks (TPNs) from input temporal planning problems.

Requirmrnts

Packages

  1. antlr4 pip install antlr4-python3-runtime

  2. scipy pip install scipy

  3. numpy 1.15.4 (current issue with new version numpy/numpy#14384 ) pip install numpy==1.15.4

  4. pymzn pip install pymzn

  5. networkx pip install networkx

software

  1. Temporal Planner (optic) - must be placed in ../diverse_temporal/[name-of-planner]
  2. Constrain Programing solver (Minizinc)

Running

python main.py

Custome domain and problem

requires a directory with the name of the domain to be placed in ../benchmarks/Temporal domain file must be named 'domain.pddl' problem file must be in same directory

About

Automatic generation of Temporal Planning networks (TPNs)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published