Skip to content

This repository contains complete implementation of Deep Q learning framework for any open AI gym environment

Notifications You must be signed in to change notification settings

itej89/DeepQLearning

Repository files navigation

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"

About

This repository contains complete implementation of Deep Q learning framework for any open AI gym environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages