ele2364


Nameele2364 JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttp://github.com/wcaarls/ele2364
SummaryELE2364 (reinforcement learning) support package
upload_time2024-04-19 14:41:03
maintainerNone
docs_urlNone
authorWouter Caarls
requires_pythonNone
licenseMIT
keywords reinforcement learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "https://files.pythonhosted.org/packages/b9/9c/453bf6313e7536de4e5f3f384a3ae813dc513410bb42486ec450aabe8920/ele2364-0.1.1.tar.gz",
    "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",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "ELE2364 (reinforcement learning) support package",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "http://github.com/wcaarls/ele2364"
    },
    "split_keywords": [
        "reinforcement",
        "learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb31a092436cf74aaa5331527d41d5e7f960425687003ed92802a9a2baeb9313",
                "md5": "88632295c12b197e95731475c2847719",
                "sha256": "176026c6679a45740d7f065609be1f8ea680a23eb4da9f4e8d5ae07a76317c19"
            },
            "downloads": -1,
            "filename": "ele2364-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "88632295c12b197e95731475c2847719",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 50290,
            "upload_time": "2024-04-19T14:41:01",
            "upload_time_iso_8601": "2024-04-19T14:41:01.516011Z",
            "url": "https://files.pythonhosted.org/packages/bb/31/a092436cf74aaa5331527d41d5e7f960425687003ed92802a9a2baeb9313/ele2364-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b99c453bf6313e7536de4e5f3f384a3ae813dc513410bb42486ec450aabe8920",
                "md5": "5e0db8082e02597c2733d829f50e33d7",
                "sha256": "346738054ae5807f43806dce31a70c47d9f19c54b9e04f6f1f7c9544a39a0ff9"
            },
            "downloads": -1,
            "filename": "ele2364-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5e0db8082e02597c2733d829f50e33d7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 34962,
            "upload_time": "2024-04-19T14:41:03",
            "upload_time_iso_8601": "2024-04-19T14:41:03.561730Z",
            "url": "https://files.pythonhosted.org/packages/b9/9c/453bf6313e7536de4e5f3f384a3ae813dc513410bb42486ec450aabe8920/ele2364-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 14:41:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wcaarls",
    "github_project": "ele2364",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ele2364"
}
        
Elapsed time: 0.23994s