Skip to content

K-bNd/dqn-implem

Repository files navigation

Deep QLearning Network Implementation

PyTorch implementation of Human-Level Control through Deep Reinforcement Learning.

Requirements

This project requires Python 3.11 to run.

You will also need to the python packages in requirements.txt using pip.

I am using Weights & Biases to monitor the training data so you will need an account if you plan on retraining the model.

pip install -r requirements.txt

Inference

You can run the current model using this code:

python eval.py

Training

You can retrain the model using this code:

python train.py

Releases

No releases published

Packages

No packages published

Languages