pddlpy


Namepddlpy JSON
Version 0.4.4 PyPI version JSON
download
home_pagehttps://github.com/hfoffani/pddl-lib
SummaryPython PDDL parser
upload_time2024-02-10 18:58:16
maintainer
docs_urlNone
authorHernan Foffani
requires_python
licenseMIT
keywords pddl planning parser
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
A PDDL library that, by using an ANTLR 4 grammar to parse PDDL files, provides a very simple interface to interact with domain-problems.
This library publishes one object class whose API exposes methods for obtaining:

* The initial state.
* The goals.
* The list of operators.
* The positive and negative preconditions and the positive and negative effects.
* The _grounded_ states of a given operator (grounded variables, preconditions and effects).

This is enough for the user to focus on the implementation of state-space or plan-space search algorithms.

The development of this tool was inspired from Univerty of Edinburgh's Artificial Intelligence Planning course by Dr. Gerhard Wickler and Prof. Austin Tate. The terms used in this API (and the API itself) closely resembles the ones proposed by the lecturers.

As of today it supports Python 3.11 and up.

The orginal grammar file was authored by Zeyn Saigol from University of Birmingham. I cleaned up it, made it language agnostic and upgraded to ANTLR 4.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hfoffani/pddl-lib",
    "name": "pddlpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pddl planning parser",
    "author": "Hernan Foffani",
    "author_email": "hfoffani@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "\nA PDDL library that, by using an ANTLR 4 grammar to parse PDDL files, provides a very simple interface to interact with domain-problems.\nThis library publishes one object class whose API exposes methods for obtaining:\n\n* The initial state.\n* The goals.\n* The list of operators.\n* The positive and negative preconditions and the positive and negative effects.\n* The _grounded_ states of a given operator (grounded variables, preconditions and effects).\n\nThis is enough for the user to focus on the implementation of state-space or plan-space search algorithms.\n\nThe development of this tool was inspired from Univerty of Edinburgh's Artificial Intelligence Planning course by Dr. Gerhard Wickler and Prof. Austin Tate. The terms used in this API (and the API itself) closely resembles the ones proposed by the lecturers.\n\nAs of today it supports Python 3.11 and up.\n\nThe orginal grammar file was authored by Zeyn Saigol from University of Birmingham. I cleaned up it, made it language agnostic and upgraded to ANTLR 4.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python PDDL parser",
    "version": "0.4.4",
    "project_urls": {
        "Homepage": "https://github.com/hfoffani/pddl-lib"
    },
    "split_keywords": [
        "pddl",
        "planning",
        "parser"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "495ac451f1d0b7a6dd9467e5549e1b58050ae7231689028c48d4d7d279f96c71",
                "md5": "86bb57a4a0aefdf50829d506c157aab9",
                "sha256": "b2c28f3a320d8bfbc481fa6d32b0e418ec4099aa7aa5fef2a852b3f11036bd7a"
            },
            "downloads": -1,
            "filename": "pddlpy-0.4.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "86bb57a4a0aefdf50829d506c157aab9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 49382,
            "upload_time": "2024-02-10T18:58:16",
            "upload_time_iso_8601": "2024-02-10T18:58:16.947984Z",
            "url": "https://files.pythonhosted.org/packages/49/5a/c451f1d0b7a6dd9467e5549e1b58050ae7231689028c48d4d7d279f96c71/pddlpy-0.4.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-10 18:58:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hfoffani",
    "github_project": "pddl-lib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pddlpy"
}
        
Elapsed time: 0.18317s