/dqn_from_scratch

Implement deep neural networks for reinforcement learning

Primary LanguagePython

Implementation of deep neural networks for reinforcement learning.

To run, ensure that you have OpenAI gym and numpy modules installed. Then,

python cartpole.py

or

python cartpole_part_iii.py