Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 590 Bytes

File metadata and controls

30 lines (19 loc) · 590 Bytes

Deep Q-Learning

This project contains full implementation of Deep Q-Learning for Open AI gym environments

Usage

git clone https://github.com/itej89/DeepQLearning.git

Traing the model

$ python RL.py

Testing the model

$ python TestModel.py

Trainig Results:

Policy Simulation

RL_Video-2023-04-05_13.29.21.mp4

Training New Environments

To train environments other than Cartpole-v0, please modify the environment name in "Environment.py" and "TestModel.py"