Skip to content

Deep Q-learning for Atari 2600 games combined with Ensembles and Soups

Notifications You must be signed in to change notification settings

twibiral/DQNwithEnsemblesAndSoups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Playing Atari with Deep Reinforcement Learning: Comparing Individual Models with Ensembles and Soups

Breakout Enduro Seaquest

This repository accompanies my master's project at Ulm University. It contains the code for training and evaluating the models, as well as plotting the results of the experiments.

I used Gymnasium for the RL environments and trained the models following the 2013 DQN paper and 2015 follow-up paper. Afterward, I created ensembles and soups of the trained models and compared them to the individual models. You can take a look into the written report here.

Everything related to latex and all plots are in the latex/ folder. The Notebooks that were used to generate the plots automatically save them to the latex folder.

All trained models and the results of the evaluation (>9GB) can be downloaded here: Cloudstore Uni Ulm

About

Deep Q-learning for Atari 2600 games combined with Ensembles and Soups

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published