PyTorch implementation of Human-Level Control through Deep Reinforcement Learning.
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
You can run the current model using this code:
python eval.py
You can retrain the model using this code:
python train.py