Skip to content

rwickman/DQN-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DQN-PyTorch

What is this?

This is a DQN implementation that uses the OpenAI Gym for the environment and PyTorch for the DQN model.

How to Run

This requires Python 3.x, so on Linux:

python3 main.py

By default this will run the CartPole-v0.

Many CLI arugments can be found in main.py or by running:

python3 main.py --help

About

DQN implementation in PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages