Tarski is a framework for the specification, modeling and manipulation of AI planning problems. It provides tools for parsing PDDL, grounding actions, and interfacing with planners. Current version: 0.9.1. Release cadence: irregular, with minor updates roughly every 2-3 months.
pip install tarskiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse a PDDL domain and problem file, then print basic info.
Use Python 3.10+ or stay on 0.8.x if you need older Python.
Use: from tarski import tarski_model as tarski
Use: from tarski.operations import ground