memorial


Namememorial JSON
Version 0.0.8 PyPI version JSON
download
home_pageNone
SummaryReplay Buffer Implementations for RL
upload_time2024-09-15 05:37:19
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseCopyright (c) 2018 The Python Packaging Authority 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.
keywords machine learning reinforcement learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Memorial

Just another replay buffer library for reinforcement learning.

```
pip3 install memorial
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "memorial",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "Machine Learning, Reinforcement Learning",
    "author": null,
    "author_email": "Jet <taijunjet@hotmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/bf/a0/df63ff9c8264a2cefeca4e0383dfa2f8cc9219de1985b92d7d16f209ef75/memorial-0.0.8.tar.gz",
    "platform": null,
    "description": "# Memorial\n\nJust another replay buffer library for reinforcement learning.\n\n```\npip3 install memorial\n```\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2018 The Python Packaging Authority  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. ",
    "summary": "Replay Buffer Implementations for RL",
    "version": "0.0.8",
    "project_urls": {
        "Homepage": "https://github.com/jjshoots/Memorial"
    },
    "split_keywords": [
        "machine learning",
        " reinforcement learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47120939bd2982b30d1ad2083c27d8532ab8ca9bf6a65fa0b1ce5729bb0895dd",
                "md5": "28fce9accd25b57791f8763b0d44e8e9",
                "sha256": "ac079433403485288b57064b490236af302742b6b13d96769d911b29a65dd608"
            },
            "downloads": -1,
            "filename": "memorial-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "28fce9accd25b57791f8763b0d44e8e9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 13735,
            "upload_time": "2024-09-15T05:37:18",
            "upload_time_iso_8601": "2024-09-15T05:37:18.085072Z",
            "url": "https://files.pythonhosted.org/packages/47/12/0939bd2982b30d1ad2083c27d8532ab8ca9bf6a65fa0b1ce5729bb0895dd/memorial-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfa0df63ff9c8264a2cefeca4e0383dfa2f8cc9219de1985b92d7d16f209ef75",
                "md5": "a2acfea39d9f60f772d66137d7638b64",
                "sha256": "8cd8883393eda9fd63fb48b00ebd56eea5543442a4512819ba1b4b2f5e42d5f0"
            },
            "downloads": -1,
            "filename": "memorial-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "a2acfea39d9f60f772d66137d7638b64",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 13526,
            "upload_time": "2024-09-15T05:37:19",
            "upload_time_iso_8601": "2024-09-15T05:37:19.636787Z",
            "url": "https://files.pythonhosted.org/packages/bf/a0/df63ff9c8264a2cefeca4e0383dfa2f8cc9219de1985b92d7d16f209ef75/memorial-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-15 05:37:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jjshoots",
    "github_project": "Memorial",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "memorial"
}
        
Elapsed time: 1.37871s