Skip to content

Repository files navigation

Reinforcement-Learning-Breakout

Applying Reinforcement Learning for the videogame Breakout (1976) with own agent class.

Setup

Environment:

conda create -n breakout python=3.10
conda activate breakout
pip install -r requirements.txt

If 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 seaborn

We are using the external library ImageMagick for gif creation.

About

Applying Reinforcement Learning for the videogame Breakout (1976)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages