Skip to content

zohreh-dannenhauer/pythonpddl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pythonpddl

This is a python PDDL parser. It is based on pddlpy [https://github.com/hfoffani/pddl-lib]

Requirements

This assume you have ANTLR4 installed somewhere to generate the parsing files from pddl.g4

ANTLR4 Install Instructions for Ubuntu 16.04
cd /usr/local/lib
sudo curl -O http://www.antlr.org/download/antlr-4.7-complete.jar

Installation Instructions

make
python setup.py build
sudo python setup.py install

About

This is a python PDDL parser. It is based on pddlpy [https://github.com/hfoffani/pddl-lib]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.1%
  • ANTLR 24.5%
  • Makefile 0.4%