Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Latest commit

 

History

History
11 lines (11 loc) · 313 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 313 Bytes

gym_tf

DQN algorithm implementation with openai gym and tensorflow

Papers

DQN
Double DQN
Prioritized Experience Replay(removed)
Dueling Network

Bugs

Prioritized Replay does not work
Model based DQN seems not working
Tensoflow is on native backend(on my laptop 850m), should be on the server