Metadata-Version: 2.1
Name: rlgym-tools
Version: 2.3.8
Summary: Extra tools for RLGym.
Home-page: https://rlgym.github.io
Author: Rolv-Arild Braaten, Lucas Emery and Matthew Allen
License: Apache 2.0
Description: # 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`
        
Keywords: rocket-league,gym,reinforcement-learning
Platform: UNKNOWN
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
