Skip to content

karthikv792/PDDL-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parsing PDDL Files using TARSKI

  • PDDL stands for Planning Domain and Definition Language which is a standard to express AI Planning problem
  • Visit this Planning website for more info
  • Parsing grounded and lifted PDDL files using Tarski into a Python Dictionary
  • Writing grounded and lifted PDDL files from a parsed Python PDDL Dictionary to a PDDL domain and problem file.

Major Requirements

  • Python 3.6+
  • Tarski
  • Flask
  • ....and PDDL Files to parse!!

About

MODEL PARSING OF PDDL FILES

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published