- 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.
- Python 3.6+
- Tarski
- Flask
- ....and PDDL Files to parse!!