Skip to content

Reinforcement Learning based bot for Haxball 1 vs 1 problem

Notifications You must be signed in to change notification settings

vani-or/haxball-ai

Repository files navigation

Haxball-AI

Bot-vs-Human

This is an implementation of a bot for haxball problem using Reinforcement Learning.

Attention! This repo does not provide any connector to the browser!

Requirements

python 3.6+ Cython Tensorflow (1.13+)

Installation

Installation of dependencies

pip install -r requirements.txt

Simulator compilation with Cython

cd simulator && python setup.py build_ext --inplace

Training

PPO2 algorithm from OpenAI-baselines was used for training.

About

Reinforcement Learning based bot for Haxball 1 vs 1 problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages