Skip to content

Latest commit

 

History

History

DQN

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Deep Q-Learning

Well-tuned DQN for low dimensional control tasks.

Run Code

$ python cartpole_dqn.py --device=cpu --episodes=150 --model_dir=cartpole-model to run code.

$ python cartpole_dqn.py -h for help messages.

Cartpole-v0 Result

cartpole training