Tarski is a framework for the specification, modeling and manipulation of AI planning problems.
Project description
Tarski - An AI Planning Modeling Framework
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 common tasks such as reachability analysis and grounding of first-order representations.
Installation
You can install the latest Tarski release with
pip install tarski
If instead you want to use the latest code available on the Github repository, use
pip install -U git+https://github.com/aig-upf/tarski.git
Development
If developing Tarski, we recommend cloning from the Github repository and doing a dev installation
(the-e
flag for pip
) on a virtual environment:
git clone https://github.com/aig-upf/tarski
cd tarski
pip install -e .
This will install the project in "editable mode", meaning that any modification to the files is immediately reflected in the installed library.
Testing
All of Tarski's tests live under the tests
directory (shocking!).
To run them, you just need to run pytest
(pip install pytest
) on the root directory.
You can also run tox
(pip install tox
) to have some additional checks (e.g., style checks) run.
Software Requirements
Tarski requires Python >= 3.5.
The above installation instructions will install transparently for you a number of additional dependencies, among which
numpy
, scipy
and pyrddl
.
Known Limitations
At the moment, Tarski is able to parse problems specified in PDDL, Functional STRIPS and RDDL,
but (1) parsing of derived predicates is not supported yet, and (2)
the PDDL either
keyword for defining compound types is not supported, and it is unlikely it will ever be.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tarski-0.2.0.tar.gz
.
File metadata
- Download URL: tarski-0.2.0.tar.gz
- Upload date:
- Size: 124.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b318b5871b206cd5aad966514cdb7320dfc076f1b3a43519bb5a95c2982e865 |
|
MD5 | b7b1dcdd8a32d22902864e9d2210abc7 |
|
BLAKE2b-256 | c53c8e85a185069f3229f3017df097392d4055c3bfd0d7e97dfa06a894a033d4 |
File details
Details for the file tarski-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: tarski-0.2.0-py3-none-any.whl
- Upload date:
- Size: 156.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce45321c0780360c37d3adef0fe3b25b5be7178d7891715b678e0ffc1db911c8 |
|
MD5 | 6c9f9f75a462a5ff50d364cb13e62ee3 |
|
BLAKE2b-256 | 5062147d5c574a1ee3b2e0aaf4830c0ad868be787013707b6a12a65503eb4906 |