{ "info": { "author": "Marco Favorito", "author_email": "marco.favorito@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# TempRL \n\n[![](https://img.shields.io/pypi/v/temprl.svg)](https://pypi.python.org/pypi/temprl)\n[![](https://img.shields.io/travis/sapienza-rl/temprl.svg)](https://travis-ci.org/sapienza-rl/temprl)\n[![](https://img.shields.io/badge/python-3.6%20%7C%203.7-blue)](https://img.shields.io/badge/python-3.6%20%7C%203.7-blue)\n[![](https://coveralls.io/repos/github/sapienza-rl/temprl/badge.svg?branch=master)](https://coveralls.io/github/sapienza-rl/temprl?branch=master)\n[![](https://img.shields.io/badge/flake8-checked-blueviolet)](https://img.shields.io/badge/flake8-checked-blueviolet)\n[![](https://img.shields.io/badge/mypy-checked-blue)](https://img.shields.io/badge/mypy-checked-blue)\n[![](https://img.shields.io/badge/license-Apache%202-lightgrey)](https://img.shields.io/badge/license-Apache%202-lightgrey)\n\n\nFramework for Reinforcement Learning with Temporal Goals defined by LTLf/LDLf formulas.\n\n\n## Install\n\nInstall from `master` branch:\n\n- with `pip`:\n\n\n pip3 install git+https://github.com/sapienza-rl/temprl.git\n\n\n- or, clone the repository and install:\n\n\n git clone htts://github.com/sapienza-rl/temprl.git\n cd temprl\n pip install .\n\n\n## Tests\n\nTo run the tests:\n\n tox\n\nTo run only the code style checks:\n\n tox -e flake8\n\n## Docs\n\nTo build the docs:\n\n\n mkdocs build\n \n\nTo view documentation in a browser\n\n\n mkdocs serve\n\n\nand then go to [http://localhost:8000](http://localhost:8000)\n\n\n## License\n\nCopyright 2018-2019 Marco Favorito\n\n\n\n# History\n\n## 0.1.0 (2018-04-04)\n\n* First release on PyPI.\n\n## 0.2.0 (2019-07-13)\n\n* Main refactoring of the package.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/marcofavorito/temprl.git", "keywords": "temprl,reinforcement-learning,temporal-logic", "license": "0.2.0a2", "maintainer": "", "maintainer_email": "", "name": "temprl", "package_url": "https://pypi.org/project/temprl/", "platform": "", "project_url": "https://pypi.org/project/temprl/", "project_urls": { "Homepage": "https://github.com/marcofavorito/temprl.git" }, "release_url": "https://pypi.org/project/temprl/0.2.0a2/", "requires_dist": null, "requires_python": "", "summary": "Framework for Reinforcement Learning with Temporal Goals.", "version": "0.2.0a2" }, "last_serial": 5864352, "releases": { "0.2.0a2": [ { "comment_text": "", "digests": { "md5": "49536721f9d5d7cf39407bd454cb955f", "sha256": "f0a861903bc66730f5565a05714d9fa2de7ea8f3c53228fad0cce62435fdacda" }, "downloads": -1, "filename": "temprl-0.2.0a2.tar.gz", "has_sig": false, "md5_digest": "49536721f9d5d7cf39407bd454cb955f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10086, "upload_time": "2019-09-20T21:59:08", "url": "https://files.pythonhosted.org/packages/35/f5/f25d500207ae1d929bbee02a3856b86b7133573cf7e37fb7aee54e2c5741/temprl-0.2.0a2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "49536721f9d5d7cf39407bd454cb955f", "sha256": "f0a861903bc66730f5565a05714d9fa2de7ea8f3c53228fad0cce62435fdacda" }, "downloads": -1, "filename": "temprl-0.2.0a2.tar.gz", "has_sig": false, "md5_digest": "49536721f9d5d7cf39407bd454cb955f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10086, "upload_time": "2019-09-20T21:59:08", "url": "https://files.pythonhosted.org/packages/35/f5/f25d500207ae1d929bbee02a3856b86b7133573cf7e37fb7aee54e2c5741/temprl-0.2.0a2.tar.gz" } ] }