rlgym-api


Namerlgym-api JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://rlgym.org
SummaryA python API with zero dependencies to create fully customizable environments for Reinforcement Learning projects.
upload_time2025-01-06 18:39:37
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 RLGym API
A python API with zero dependencies to create fully customizable environments for 
Reinforcement Learning projects.


## Installation
Install the library via pip:
```
pip install rlgym-api
```

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

You can also check out our [other packages](https://pypi.org/project/rlgym/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://rlgym.org",
    "name": "rlgym-api",
    "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/b0/b1/99eb0201c0a88d35886a00c020bdb262db29a83ea02eb61ef139988d9370/rlgym-api-2.0.0.tar.gz",
    "platform": null,
    "description": "# The RLGym API\r\nA python API with zero dependencies to create fully customizable environments for \r\nReinforcement Learning projects.\r\n\r\n\r\n## Installation\r\nInstall the library via pip:\r\n```\r\npip install rlgym-api\r\n```\r\n\r\n## Usage\r\nFor tutorials and documentation, please visit our [Wiki](https://rlgym.org/).\r\n\r\nYou can also check out our [other packages](https://pypi.org/project/rlgym/).\r\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "A python API with zero dependencies to create fully customizable environments 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": "b0b199eb0201c0a88d35886a00c020bdb262db29a83ea02eb61ef139988d9370",
                "md5": "de69f08dae7e83ece15cbec79742394d",
                "sha256": "f1ac4ac742dd93bb7fe8c08c2af2a5b11320ff5eec2936650febb2f7baf24c83"
            },
            "downloads": -1,
            "filename": "rlgym-api-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "de69f08dae7e83ece15cbec79742394d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 11597,
            "upload_time": "2025-01-06T18:39:37",
            "upload_time_iso_8601": "2025-01-06T18:39:37.891869Z",
            "url": "https://files.pythonhosted.org/packages/b0/b1/99eb0201c0a88d35886a00c020bdb262db29a83ea02eb61ef139988d9370/rlgym-api-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-06 18:39:37",
    "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-api"
}
        
Elapsed time: 3.44643s