tanaymeh / rl_project

RL Project Repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

RL Project Repo


Languages

Language:Jupyter Notebook 97.8%Language:Python 2.2%