Skip to content

Latest commit

 

History

History
 
 

README.md

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