Metadata-Version: 2.1
Name: haxballgym
Version: 0.2.2
Summary: A python package for creating a gym environment for Haxball for Reinforcement Learning.
Home-page: https://github.com/HaxballGym/HaxballGym
Author: Wazarr
License: Apache 2.0
Keywords: haxball,gym,reinforcement-learning
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gym (>=0.17)
Requires-Dist: numpy (>=1.19)
Requires-Dist: msgpack (>=1.0)

# HaxBallGym

This is a python package that can be used to treat the game [HaxBall](https://www.haxball.com) as though it were an [OpenAI Gym](https://gym.openai.com)-style environment for Reinforcement Learning projects.

## Requirements

* Python >= 3.7

## Installation

Install the library via pip:
```
pip install haxballgym
```

That's it! Run ```example.py``` to see if the installation was successful. The script assumes you have a recordings folder from where you run the script.

## Recordings

To watch the recordings, go to my [HaxBall clone](https://wazarr94.github.io/) and load the recording file.

## Discord

[![Join our Discord server!](https://invidget.switchblade.xyz/TpKPeCe7y6)](https://discord.gg/TpKPeCe7y6)


