/DQN_pytorch

A simple implement of DQN using pytorch.

Primary LanguagePython

DQN_pytorch


This is a simple implement of DQN using PyTorch.

To do list


Extensions on DQN:

  • Double DQN
  • Dueling DQN
  • Prioritized Experience Replay (PER)

References


DQN_Family_PyTorch