项目作者: aig-upf

项目描述 :
Tarski - An AI Planning Modeling Framework
高级语言: Python
项目地址: git://github.com/aig-upf/tarski.git
创建时间: 2018-01-09T12:34:13Z
项目社区:https://github.com/aig-upf/tarski

开源协议:Apache License 2.0

下载


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:

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

License

Tarski is licensed under the Apache-2.0 License.