Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 339 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 339 Bytes

DoubleQLearning

A comparison of Q-Learning with Double Q-Learning in Reinforcement Learning problems. environment.yml contains all necessary packages.

This repository contains two experiments on two games: a simple Markov Decision Process and Roulette.

To replicate our results, simply run MDP.py and roulette.py from beginning to end.