This project contains full implementation of Deep Q-Learning for Open AI gym environments
git clone https://github.com/itej89/DeepQLearning.git
$ python RL.py
$ python TestModel.py
RL_Video-2023-04-05_13.29.21.mp4
To train environments other than Cartpole-v0, please modify the environment name in "Environment.py" and "TestModel.py"