Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 496 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 496 Bytes

DEEP REINFORCEMENT LEARNING tensorflow framework

  1. contains implemention of dueling network with double q network Hado van Hasselt, Arthur Guez, David Silver, "Deep Reinforcement Learning with Double Q-learning"
  2. Easy to implement deeprl models
  3. trainer class

Implementation

  1. Actor Critic DDPG
  2. Q value
  3. Double Q value
  4. Simple Policy gradient

Requirements

1. Tensorflow
2. tqdm
3. gym
4. scipy or opencv (python)  
5. Easydict