Metadata-Version: 2.1
Name: rlgym-api
Version: 2.0.0
Summary: A python API with zero dependencies to create fully customizable environments for Reinforcement Learning projects.
Home-page: https://rlgym.org
Author: Lucas Emery, Matthew Allen and Rolv-Arild Braaten
Author-email: contact@rlgym.org
License: Apache 2.0
Project-URL: Source Code, https://github.com/lucas-emery/rocket-league-gym
Keywords: rocket-league,gym,reinforcement-learning,rlgym
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# 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/).
