batkill_human_play.py-> play the game normallybatkill_ai_train.py-> train the agents on how to playbatkill_ai_play.py-> play the game using the trained model
Requirements
pygame-> game enginegym-> AI frameworkstable_baselines3-> set of models (works with gym)imageio-> for creating the gif
