<p align="center">
<img align="center" src="https://github.com/LorenzoFederici/pyrlprob/blob/main/logo.png?raw=true" width="500" />
</p>
<div align="center">





</div>
PyRLprob is an open-source python library for training, evaluation, and postprocessing of [Gym](https://gym.openai.com/)-based environments, written in Python, through [Ray-RLlib](https://docs.ray.io/en/master/rllib.html) reinforcement learning library.
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the latest stable release of pyRLprob, with all its dependencies:
```bash
pip install pyrlprob
```
To test if the package is installed correctly, run the following tests:
```python
from pyrlprob.tests import *
test_train_eval_py()
```
If the code exits without errors, a folder named `results/` with the test results will be created in your current directory.
## User Guide
[Latest user guide](https://drive.google.com/file/d/1bNs2g50cxtmAGhhB1_Kf3hX8pdkbCplZ/view?usp=share_link).
## Credits
pyRLprob has been created by [Lorenzo Federici](https://github.com/LorenzoFederici) in 2021.
For any problem, clarification or suggestion, you can contact the author at [lorenzof@arizona.edu](mailto:lorenzof@arizona.edu).
## License
The package is under the [MIT](https://choosealicense.com/licenses/mit/) license.
Raw data
{
"_id": null,
"home_page": "https://github.com/LorenzoFederici/pyrlprob",
"name": "pyrlprob",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.10",
"maintainer_email": null,
"keywords": null,
"author": "Lorenzo Federici",
"author_email": "federicilorenzo94@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/e7/91/24a91af28d014d688ccb2801974e103d46ea0605fdc53b73e0d8bcbd444d/pyrlprob-2.2.10.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n <img align=\"center\" src=\"https://github.com/LorenzoFederici/pyrlprob/blob/main/logo.png?raw=true\" width=\"500\" />\n</p>\n\n<div align=\"center\">\n\n\n\n\n\n\n\n</div>\n\nPyRLprob is an open-source python library for training, evaluation, and postprocessing of [Gym](https://gym.openai.com/)-based environments, written in Python, through [Ray-RLlib](https://docs.ray.io/en/master/rllib.html) reinforcement learning library.\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install the latest stable release of pyRLprob, with all its dependencies:\n\n```bash\npip install pyrlprob\n```\n\nTo test if the package is installed correctly, run the following tests:\n\n\n```python\nfrom pyrlprob.tests import *\n\ntest_train_eval_py()\n```\n\nIf the code exits without errors, a folder named `results/` with the test results will be created in your current directory.\n\n## User Guide\n[Latest user guide](https://drive.google.com/file/d/1bNs2g50cxtmAGhhB1_Kf3hX8pdkbCplZ/view?usp=share_link).\n\n## Credits\npyRLprob has been created by [Lorenzo Federici](https://github.com/LorenzoFederici) in 2021.\nFor any problem, clarification or suggestion, you can contact the author at [lorenzof@arizona.edu](mailto:lorenzof@arizona.edu).\n\n## License\nThe package is under the [MIT](https://choosealicense.com/licenses/mit/) license.\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Train Gym-derived environments in Python/C++ through Ray RLlib",
"version": "2.2.10",
"project_urls": {
"Homepage": "https://github.com/LorenzoFederici/pyrlprob"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e79124a91af28d014d688ccb2801974e103d46ea0605fdc53b73e0d8bcbd444d",
"md5": "c4a3cebe835e6735f680830728aedd43",
"sha256": "b96ea0e744fcf054b7e8c3b13f5970051a6ea058d6d22aa2e3ab875b1a483bc0"
},
"downloads": -1,
"filename": "pyrlprob-2.2.10.tar.gz",
"has_sig": false,
"md5_digest": "c4a3cebe835e6735f680830728aedd43",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.10",
"size": 199813,
"upload_time": "2024-08-30T23:27:58",
"upload_time_iso_8601": "2024-08-30T23:27:58.071924Z",
"url": "https://files.pythonhosted.org/packages/e7/91/24a91af28d014d688ccb2801974e103d46ea0605fdc53b73e0d8bcbd444d/pyrlprob-2.2.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-30 23:27:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "LorenzoFederici",
"github_project": "pyrlprob",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pyrlprob"
}