Skip to content

nemanja1995/reinforcement-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DQN algorithm

Implementation of DQN (reinforcement learning algorithm) using tensorflow and OpenAI Gym Enviroment

DQN: A reinforcement learning algorithm that combines Q-Learning with deep neural networks to let RL work for complex, high-dimensional environments, like video games, or robotics. Screenshot-2019-04-16-at-5 46 01-PM

Open AI Gym is a toolkit for developing and comparing reinforcement learning algorithms. It supports teaching agents everything from walking to playing games like Pong or Pinball.

Open ai gym cartpole v1 enviroment

image31

Enviroment end states

image35

Final results:

last_episode_replay.mp4

About

Implementation of DQN (reinforcement learning algorithm) using tensorflow and OpenAI Gym Enviroment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages