Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 541 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 541 Bytes

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!!