# ELE2364 (reinforcement learning) support package
Package to support the deep reinforcement learning exercises of the
ELE2364 (reinforcement learning) course at PUC-Rio.
Copyright (c) 2024 Wouter Caarls
Parts copyright (c) 2020 Gabriel Nogueira (Talendar)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
# Introduction
This package provides the environments and approximators used in the
ELE2364 (reinforcement learning) course at PUC-Rio.
To install, run
´´´
pip install ele2364
´´´
# Environments
The environments provided in `ele2364.environments` are:
- Pendulum (Pendulum-v1 from Gymnasium)
- Lander (LunarLander-v2 from Gymnasium)
- FlappyBird (FlappyBird-v0 by Gabriel Nogueira (Talendar))
# Networks
The networks provided in `ele2364.networks` are:
- V (state-value network)
- DQ (state-action value network with discrete actions)
- CQ (state-action value network with continuous actions)
- Mu (deterministic policy network)
- Pi (stochastic policy network)
Raw data
{
"_id": null,
"home_page": "http://github.com/wcaarls/ele2364",
"name": "ele2364",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "reinforcement learning",
"author": "Wouter Caarls",
"author_email": "wouter@puc-rio.br",
"download_url": null,
"platform": null,
"description": "# ELE2364 (reinforcement learning) support package\n\nPackage to support the deep reinforcement learning exercises of the\nELE2364 (reinforcement learning) course at PUC-Rio.\n\nCopyright (c) 2024 Wouter Caarls\nParts copyright (c) 2020 Gabriel Nogueira (Talendar)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n# Introduction\n\nThis package provides the environments and approximators used in the\nELE2364 (reinforcement learning) course at PUC-Rio. \n\nTo install, run\n\n\u00b4\u00b4\u00b4\npip install ele2364\n\u00b4\u00b4\u00b4\n\n# Environments\n\nThe environments provided in `ele2364.environments` are:\n\n- Pendulum (Pendulum-v1 from Gymnasium)\n- Lander (LunarLander-v2 from Gymnasium)\n- FlappyBird (FlappyBird-v0 by Gabriel Nogueira (Talendar))\n\n# Networks\n\nThe networks provided in `ele2364.networks` are:\n\n- V (state-value network)\n- DQ (state-action value network with discrete actions)\n- CQ (state-action value network with continuous actions)\n- Mu (deterministic policy network)\n- Pi (stochastic policy network)\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "ELE2364 (reinforcement learning) support package",
"version": "0.1.2",
"project_urls": {
"Homepage": "http://github.com/wcaarls/ele2364"
},
"split_keywords": [
"reinforcement",
"learning"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "bad34f0c15d7b265d0ce5654fa3cf8979a110838cbe727e9e705fcfa7f6180ae",
"md5": "1d864fa1cf91875efd7edd8a00c34cac",
"sha256": "daf3941b22d75c76913410128229ea62607e1f23a5067c6e14e40201cb19ad4d"
},
"downloads": -1,
"filename": "ele2364-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1d864fa1cf91875efd7edd8a00c34cac",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 50316,
"upload_time": "2024-07-02T18:19:39",
"upload_time_iso_8601": "2024-07-02T18:19:39.245241Z",
"url": "https://files.pythonhosted.org/packages/ba/d3/4f0c15d7b265d0ce5654fa3cf8979a110838cbe727e9e705fcfa7f6180ae/ele2364-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-02 18:19:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "wcaarls",
"github_project": "ele2364",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "ele2364"
}