Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 210 Bytes

File metadata and controls

7 lines (7 loc) · 210 Bytes

DQN

  • vanilla DQN with target net
  • double DQN
  • dueling DQN
  • dueling double DQN
  • noisy net
  • prioritized replay memory (external source priority optional)