Skip to content

implementation of RL algorithms by Tensorflow

Notifications You must be signed in to change notification settings

gyh75520/Deep-RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepRL

Modularized implementation of popular deep RL algorithms by Tensorflow. My principal here is to reuse as much components as possible through different algorithms and switch easily between classical control tasks like CartPole and Atari games with raw pixel inputs.

Implemented algorithms:

  • Deep Q-Learning (DQN)
  • Double Deep Q-Learning (DDQN)
  • Deep Q-Learning + PrioritizedExperienceReplay(DQN_PER)
  • Double Deep Q-Learning + PrioritizedExperienceReplay(DDQN_PER)
  • Deep Q-Learning + In A Day(DQN_InAday)

Dependency

Tested in macOS 10.13

  • OpenAI gym
  • Tensorflow v1.2.1
  • Python 3.6

Usage

main.py contains examples for all the implemented algorithms

References

About

implementation of RL algorithms by Tensorflow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages