Applying Reinforcement Learning for the videogame Breakout (1976) with own agent class.
Environment:
conda create -n breakout python=3.10
conda activate breakout
pip install -r requirements.txtIf you have issues installing pygame and seaborn, install it from the conda-forge repository:
conda install -c conda-forge pygame
conda install -c conda-forge seabornWe are using the external library ImageMagick for gif creation.