rlgym-api


Namerlgym-api JSON
Version 2.0.0rc0 PyPI version JSON
download
home_pagehttps://rlgym.org
SummaryA python API with zero dependencies to create fully customizable environments for Reinforcement Learning projects.
upload_time2024-05-18 16:56:29
maintainerNone
docs_urlNone
authorLucas Emery and Matthew Allen
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 and Matthew Allen",
    "author_email": "contact@rlgym.org",
    "download_url": "https://files.pythonhosted.org/packages/75/bc/8f1de53198ff714f023ffdc6d99030a7b8d41d9ac45037041962805165cc/rlgym-api-2.0.0rc0.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.0rc0",
    "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": "75bc8f1de53198ff714f023ffdc6d99030a7b8d41d9ac45037041962805165cc",
                "md5": "0536e0451cdc42d60ee17cedfe244140",
                "sha256": "73bb553396e175dcad66e233ef255fe345204c3bfd79ea2705ea5ac5dea3c202"
            },
            "downloads": -1,
            "filename": "rlgym-api-2.0.0rc0.tar.gz",
            "has_sig": false,
            "md5_digest": "0536e0451cdc42d60ee17cedfe244140",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 11651,
            "upload_time": "2024-05-18T16:56:29",
            "upload_time_iso_8601": "2024-05-18T16:56:29.062740Z",
            "url": "https://files.pythonhosted.org/packages/75/bc/8f1de53198ff714f023ffdc6d99030a7b8d41d9ac45037041962805165cc/rlgym-api-2.0.0rc0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-18 16:56:29",
    "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: 0.28570s