/rl_project

RL Project Repo

Primary LanguageJupyter Notebook

Reinforcement Learning Project (CM50270)

This is the repo for our Reinforcement Learning Module (CM50270)

To train the agent you need to run the following command:

  python run.py

This file is setup to run the D3QN by default, to run it in the D2QN mode, you will need to make changes mentioned in the train.py and model.py files.
To generate graphs, you will need to access the plots.ipynb file in notebooks directory