/DQN

using Deep Q Network to train CartPole

Primary LanguagePython

DQN

An implement of Deep Q Network to train CartPole

Run this repository with the following command

python main.py --render=False

set render=True if you want to see the rendering environment. The training result is saved under result/

Evaluation result is as follows: show