This is an implementation of a bot for haxball problem using Reinforcement Learning.
Attention! This repo does not provide any connector to the browser!
python 3.6+ Cython Tensorflow (1.13+)
Installation of dependencies
pip install -r requirements.txt
Simulator compilation with Cython
cd simulator && python setup.py build_ext --inplace
PPO2 algorithm from OpenAI-baselines was used for training.