Implementation of text-based grid world game using Q-learning based on this tutorial: http://outlace.com/rlpart3.html
data.json file stores the fidelity data for each episode as well as the total training time
gridworld.py contains the implementation of the nx5 grid world
q-learning.py contains the DQN model for the grid world problem