aig-upf
tarski
Python

Tarski - An AI Planning Modeling Framework

Last updated Mar 30, 2026
71
Stars
23
Forks
11
Issues
0
Stars/day
Attention Score
24
Language breakdown
No language data available.
โ–ธ Files click to expand
README

Tarski - An AI Planning Modeling Framework

Unit Tests Documentation Status codecov PyPI - Python Version PyPI

What is Tarski

Tarski is a framework for the specification, modeling and manipulation of AI planning problems. Tarski is written in Python and includes parsers for major modeling languages (e.g., PDDL, FSTRIPS, RDDL), along with modules to perform other common tasks such as logical transformations, reachability analysis, grounding of first-order representations and problem reformulations.

Installation: Check the installation instructions.

Documentation: Read the documentation of the project.

Testing: Most tests can be run by executing pytest on the root directory. Alternatively, they can be run through tox, for which several testing environments are defined.

How to Cite

If you find tarski useful in your research, you can cite it with the following bibtex entry:

@misc{tarski:github:18,
  author = {Guillem Franc\'{e}s and Miquel Ramirez and Collaborators},
  title = {Tarski: An {AI} Planning Modeling Framework},
  year = {2018},
  publisher = {{GitHub}},
  journal = {{GitHub} repository},
  howpublished = {\url{https://github.com/aig-upf/tarski}}
}

License

Tarski is licensed under the Apache-2.0 License.

ยฉ 2026 GitRepoTrend ยท aig-upf/tarski ยท Updated daily from GitHub