rlgym-tools


Namerlgym-tools JSON
Version 2.2.2 PyPI version JSON
download
home_pagehttps://rlgym.github.io
SummaryExtra tools for RLGym.
upload_time2025-02-16 12:07:54
maintainerNone
docs_urlNone
authorRolv-Arild Braaten, Lucas Emery and Matthew Allen
requires_python>=3.7
licenseApache 2.0
keywords rocket-league gym reinforcement-learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rlgym-tools
        Extra tools for use with the [RLGym](https://github.com/lucas-emery/rocket-league-gym) library.
        
        Contains many options for the RLGym configuration objects:
        - Action parsers
        - Done conditions
        - Obs builders
        - Reward functions
        - Shared info providers
        - State mutators
        
        As well as other utilities like special math functions and replay file parsing.
        
        Community contributions are welcome!
        
        Check out the [RLGym wiki](https://rlgym.github.io/) for more info: 
        
        ## Installation
        `pip install -U rlgym-tools`
        
            

Raw data

            {
    "_id": null,
    "home_page": "https://rlgym.github.io",
    "name": "rlgym-tools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "rocket-league, gym, reinforcement-learning",
    "author": "Rolv-Arild Braaten, Lucas Emery and Matthew Allen",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/5d/ce/141fa79dc494534b6087aedf8ccf30f6753f490adf70be4c89542ed12b02/rlgym_tools-2.2.2.tar.gz",
    "platform": null,
    "description": "# rlgym-tools\n        Extra tools for use with the [RLGym](https://github.com/lucas-emery/rocket-league-gym) library.\n        \n        Contains many options for the RLGym configuration objects:\n        - Action parsers\n        - Done conditions\n        - Obs builders\n        - Reward functions\n        - Shared info providers\n        - State mutators\n        \n        As well as other utilities like special math functions and replay file parsing.\n        \n        Community contributions are welcome!\n        \n        Check out the [RLGym wiki](https://rlgym.github.io/) for more info: \n        \n        ## Installation\n        `pip install -U rlgym-tools`\n        ",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Extra tools for RLGym.",
    "version": "2.2.2",
    "project_urls": {
        "Homepage": "https://rlgym.github.io"
    },
    "split_keywords": [
        "rocket-league",
        " gym",
        " reinforcement-learning"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5dce141fa79dc494534b6087aedf8ccf30f6753f490adf70be4c89542ed12b02",
                "md5": "7f1ed75b06f7b118e57b34aaeebc0f66",
                "sha256": "863488882d7ff456c191604eee5d5eb287684d8968d3cab472be090fa12e1b03"
            },
            "downloads": -1,
            "filename": "rlgym_tools-2.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7f1ed75b06f7b118e57b34aaeebc0f66",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5495802,
            "upload_time": "2025-02-16T12:07:54",
            "upload_time_iso_8601": "2025-02-16T12:07:54.921251Z",
            "url": "https://files.pythonhosted.org/packages/5d/ce/141fa79dc494534b6087aedf8ccf30f6753f490adf70be4c89542ed12b02/rlgym_tools-2.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-16 12:07:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "rlgym-tools"
}
        
Elapsed time: 0.42913s