Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 325 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 325 Bytes

-RL-Deep_Q_Network

This repository describes the 'Deep Q-Network'. For the improved algorithms, 'Dueling DQN', which divide the action-value function (Q(s, a)) into advantage function (A(a)) and state-value function (v(s)) and 'Double DQN', which has two neural network (primary NN and target NN) will be uploaded as well.