Skip to content

Latest commit

 

History

History
 
 

DQN

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Reproduce DQN with PARL

Based on PARL, we provide a simple demonstration of DQN.

Result

Performance of DQN playing CartPole-v0

result result

How to use

Dependencies:

Start Training:

# To train a model for CartPole-v0 game
python train.py

DQN-Variants

For DQN variants such as Double DQN and Dueling DQN, please check here