Skip to content

floom9/breakout-rl-agent

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages