rwickman / DQN-PyTorch

DQN implementation in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%