8000 GitHub - MachineLearningMilan/haxball-ai: Reinforcement Learning based bot for Haxball 1 vs 1 problem
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MachineLearningMilan/haxball-ai

 
 

Repository files navigation

Haxball-AI

Bot-vs-Human

Full video

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0