This repository is made to provide you with a solid start in HaxballGym.
poetry install
This is the main file for training. You will be able to train a pretty capable bot, with the default values in place.
This file allows you to test your reward functions: you are able to play and see in the terminal whether the reward function you defined works for you.
After your training, you are able to run this file to play against your bot! With this, you can find potential weaknesses from your agent to learn from your mistakes and continue improving.
After your training, you are able to run this file to see your agent train against a regular bot.
Happy training!