ashishkg0022 / DQN-Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an implementation of Deep Q learning algorithm using OpenAI-gym and keras.

Requirements

  • Gym
  • Keras
  • h5py

Here it tries to play a classical cartpole game.

cartpole

Train and Test

  • If you want to train the neural network model from scratch, make test_cart = False.
  • Currently it uses a previously trained model.

About


Languages

Language:Jupyter Notebook 100.0%