Metadata-Version: 2.1
Name: tarski-lapkt
Version: 0.1.3
Summary: Tarski is a framework for the specification, modeling and manipulation of AI planning problems.
Home-page: https://github.com/aig-upf/tarski
Author: Anubhav Singh
Author-email: anubhav.singh.er@pm.me
License: UNKNOWN
Keywords: planning logic STRIPS RDDL
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: multipledispatch
Requires-Dist: antlr4-python3-runtime (==4.7.2)
Requires-Dist: psutil ; platform_system == "Linux"
Provides-Extra: arithmetic
Requires-Dist: scipy ; extra == 'arithmetic'
Requires-Dist: numpy ; extra == 'arithmetic'
Provides-Extra: docs
Requires-Dist: jinja2 (==2.11.3) ; extra == 'docs'
Requires-Dist: docutils (<0.17) ; extra == 'docs'
Requires-Dist: sphinx (==3.5.4) ; extra == 'docs'
Requires-Dist: nbsphinx (==0.8.5) ; extra == 'docs'
Requires-Dist: recommonmark (==0.7.1) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (==0.5.2) ; extra == 'docs'
Requires-Dist: ipykernel (==5.5.5) ; extra == 'docs'
Requires-Dist: ipython (==7.24.0) ; extra == 'docs'
Provides-Extra: gringo
Requires-Dist: clingo (>=5.5.1) ; extra == 'gringo'
Provides-Extra: parsegen
Requires-Dist: ply (==3.11) ; extra == 'parsegen'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: tox ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'

# Tarski-lapkt - A fork of tarski for lapkt


The tarski-lapkt package is an minor extension of [Tarski](https://github.com/aig-upf/tarski). It includes additional modules to integrate [lapkt](https://github.com/LAPKT-dev/LAPKT-public) and [tarski](https://github.com/aig-upf/tarski)


*Note - Users should follow the copyright and license requirements of [Tarski](https://github.com/aig-upf/tarski) which are as follows.*

## 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](LICENSE).


