# RLPack
# Introduction
Implementation of RL Algorithms built on top of PyTorch. Heavy workloads have
been optimized with C++ backend.
# Installation
#### To install RLPack, you can simply do
```bash
python -m pip install -U pip
pip install RLPack
```
#### To build and install RLPack from source, simply clone and install as follows: <br>
```bash
python -m pip install -U pip
git clone https://github.com/kartik2309/RLPack.git
cd RLPack
pip install . --use-feature=in-tree-build
```
This will install the package in your python environment.
# Documentation
RLPack documentation was generated by Doxygen. It can be referred [here](https://kartik2309.github.io/RLPack/html/index.html)
# Issues and bugs
Please raise an issue if you encounter a bug. If you would like to fix the bug and contribute to RLPack, kindly refer
to [CONTRIBUTING.md](https://github.com/kartik2309/RLPack/blob/master/CONTRIBUTING.md)
# License
RLPack is released under [MIT LICENSE](https://github.com/kartik2309/RLPack/blob/master/LICENSE.md).
Raw data
{
"_id": null,
"home_page": "https://github.com/kartik2309/RLPack",
"name": "RLPack",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "reinforcement-learning pytorch gym cpp python",
"author": "Kartik Rajeshwaran",
"author_email": "kartik.rajeshwaran@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/d7/d1/b94c062dae21554ab69c44b82bea07b0bb94c31990aa3dc823afb6e1d95f/RLPack-1.0.1.tar.gz",
"platform": "posix",
"description": "# RLPack\n\n# Introduction\n\nImplementation of RL Algorithms built on top of PyTorch. Heavy workloads have\nbeen optimized with C++ backend.\n\n# Installation\n\n#### To install RLPack, you can simply do\n\n```bash\npython -m pip install -U pip\npip install RLPack\n```\n\n#### To build and install RLPack from source, simply clone and install as follows: <br>\n\n```bash\npython -m pip install -U pip\ngit clone https://github.com/kartik2309/RLPack.git\ncd RLPack \npip install . --use-feature=in-tree-build\n```\nThis will install the package in your python environment.\n\n# Documentation\nRLPack documentation was generated by Doxygen. It can be referred [here](https://kartik2309.github.io/RLPack/html/index.html)\n \n# Issues and bugs\nPlease raise an issue if you encounter a bug. If you would like to fix the bug and contribute to RLPack, kindly refer\nto [CONTRIBUTING.md](https://github.com/kartik2309/RLPack/blob/master/CONTRIBUTING.md)\n\n# License\nRLPack is released under [MIT LICENSE](https://github.com/kartik2309/RLPack/blob/master/LICENSE.md). \n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Implementation of RL Algorithms",
"version": "1.0.1",
"split_keywords": [
"reinforcement-learning",
"pytorch",
"gym",
"cpp",
"python"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "f8b7d854d4209aaa43d706492deae7e6",
"sha256": "c977160eef8be5715125899b45a468f328870acf3494c5249857a69f66c3a292"
},
"downloads": -1,
"filename": "RLPack-1.0.1-cp39-cp39-macosx_11_0_universal2.whl",
"has_sig": false,
"md5_digest": "f8b7d854d4209aaa43d706492deae7e6",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 325972,
"upload_time": "2022-12-20T01:24:01",
"upload_time_iso_8601": "2022-12-20T01:24:01.016052Z",
"url": "https://files.pythonhosted.org/packages/04/92/ee531e183494ec434c36a4c7fa1c5aaed94dab2ffe789bc835886123f992/RLPack-1.0.1-cp39-cp39-macosx_11_0_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "04cf3bba94ae4102626e345435810a44",
"sha256": "9a4042c55f0e6a84e2bd6c8ef3b0c8b90ae8b8d4f8e318aa84d930dc5aef3ee3"
},
"downloads": -1,
"filename": "RLPack-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "04cf3bba94ae4102626e345435810a44",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 1885752,
"upload_time": "2022-12-20T01:24:03",
"upload_time_iso_8601": "2022-12-20T01:24:03.913733Z",
"url": "https://files.pythonhosted.org/packages/d7/d1/b94c062dae21554ab69c44b82bea07b0bb94c31990aa3dc823afb6e1d95f/RLPack-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-20 01:24:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "kartik2309",
"github_project": "RLPack",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "torch",
"specs": [
[
">=",
"1.12.0"
]
]
},
{
"name": "numpy",
"specs": [
[
">=",
"1.20.0"
]
]
},
{
"name": "gym",
"specs": [
[
">=",
"0.26.0"
]
]
},
{
"name": "matplotlib",
"specs": [
[
">=",
"3.5.0"
]
]
},
{
"name": "PyYAML",
"specs": [
[
">=",
"6.0"
]
]
},
{
"name": "pygame",
"specs": [
[
">=",
"2.1.0"
]
]
},
{
"name": "box2d-py",
"specs": [
[
">=",
"2.3.0"
]
]
},
{
"name": "pybind11",
"specs": [
[
">=",
"2.10.0"
]
]
}
],
"lcname": "rlpack"
}