xiaopeng-whu / DQN_pytorch

A simple implement of DQN using pytorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple implement of DQN using pytorch.


Languages

Language:Python 100.0%