Tarski is a parser and preprocessor to define and manipulate classical planning problems
Project description
Tarski - The Planning Problem Definition Module
What is Tarski
Tarski is a parser and preprocessor to create, manipulate and transform AI planning problems.
Installation
You can install the latest official 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 development installation
(pip
's -e
flag) 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", i.e., by using the actual files from the project directory tree, as opposed to a copy installed in some system or virtualenv directory. Any modification to the files will thus be 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 under the hood a number of dependencies, among which numpy and scipy.
Supported Languages
At the moment, Tarski is able to parse the following modeling languages:
- PDDL
- Functional STRIPS
with the following limitations:
- The PDDL
either
keyword for defining compound types is not supported. - Parsing of derived predicates is not supported yet.
Modules
- Description Logic (
tarski.dl
) - PDDL / FSTRIPS parsing and writing (
tarski.io
)
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.1.10.tar.gz
.
File metadata
- Download URL: tarski-0.1.10.tar.gz
- Upload date:
- Size: 122.9 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.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebf3b5391db8ae132911ab188c3fdffb6048a3ac8c681f6fb22d4b3f5408b0dd |
|
MD5 | 45f21644cb23a58449271e90120db7e7 |
|
BLAKE2b-256 | f0c21f4a8f834943b3513a04c8ebcfbe5ef1ea9ebfae0195e2ed187894a832d3 |
File details
Details for the file tarski-0.1.10-py3-none-any.whl
.
File metadata
- Download URL: tarski-0.1.10-py3-none-any.whl
- Upload date:
- Size: 155.6 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.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf2817db0b52e9f5a7c454c5774b40984a0ff3b00fa5a2700b197a9260f0b233 |
|
MD5 | 1143818966f69b0109584d1b875f0e59 |
|
BLAKE2b-256 | 8b2cf0b2caa7ee1dc953acbf37fb282a69bf1e61ada771a5d0da38a8e666a639 |