rlgym-rocket-league


Namerlgym-rocket-league JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://rlgym.org
SummaryA python API that can be used to treat the game Rocket League as a Gym-like environment for Reinforcement Learning projects.
upload_time2025-01-06 18:40:00
maintainerNone
docs_urlNone
authorLucas Emery, Matthew Allen and Rolv-Arild Braaten
requires_python>=3.7
licenseApache 2.0
keywords rocket-league gym reinforcement-learning rlgym
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # The Rocket League Gym
This is a python API that can be used to treat the game [Rocket League](https://www.rocketleague.com) as though it were an
[Gym](https://gymnasium.farama.org/)-style environment for Reinforcement Learning projects.


## Installation
Install the library via pip:
```
pip install rlgym-rocket-league[all]
```

RLGym is now installed! simply run ```example.py``` from our repo to ensure everything works.

## Usage
For tutorials and documentation, please visit our [Wiki](https://rlgym.org/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://rlgym.org",
    "name": "rlgym-rocket-league",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "rocket-league, gym, reinforcement-learning, rlgym",
    "author": "Lucas Emery, Matthew Allen and Rolv-Arild Braaten",
    "author_email": "contact@rlgym.org",
    "download_url": "https://files.pythonhosted.org/packages/9f/dc/696cada75823e7f8864d01678c983fe30b55b03076cde20057daf5392ed7/rlgym-rocket-league-2.0.0.tar.gz",
    "platform": null,
    "description": "# The Rocket League Gym\r\nThis is a python API that can be used to treat the game [Rocket League](https://www.rocketleague.com) as though it were an\r\n[Gym](https://gymnasium.farama.org/)-style environment for Reinforcement Learning projects.\r\n\r\n\r\n## Installation\r\nInstall the library via pip:\r\n```\r\npip install rlgym-rocket-league[all]\r\n```\r\n\r\nRLGym is now installed! simply run ```example.py``` from our repo to ensure everything works.\r\n\r\n## Usage\r\nFor tutorials and documentation, please visit our [Wiki](https://rlgym.org/).\r\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "A python API that can be used to treat the game Rocket League as a Gym-like environment for Reinforcement Learning projects.",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://rlgym.org",
        "Source Code": "https://github.com/lucas-emery/rocket-league-gym"
    },
    "split_keywords": [
        "rocket-league",
        " gym",
        " reinforcement-learning",
        " rlgym"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9fdc696cada75823e7f8864d01678c983fe30b55b03076cde20057daf5392ed7",
                "md5": "f3480f6d95afffc8ddf0fd229dc7ce59",
                "sha256": "b6dd3e4c194782b784a4d2d67eddd5ec887697870ec03140320f47e4755f8977"
            },
            "downloads": -1,
            "filename": "rlgym-rocket-league-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f3480f6d95afffc8ddf0fd229dc7ce59",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 78461,
            "upload_time": "2025-01-06T18:40:00",
            "upload_time_iso_8601": "2025-01-06T18:40:00.189711Z",
            "url": "https://files.pythonhosted.org/packages/9f/dc/696cada75823e7f8864d01678c983fe30b55b03076cde20057daf5392ed7/rlgym-rocket-league-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-06 18:40:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lucas-emery",
    "github_project": "rocket-league-gym",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "rlgym-rocket-league"
}
        
Elapsed time: 8.77723s