Skip to content

Commit

Permalink
Merge pull request #2 from prabhatnagarajan/detimpl
Browse files Browse the repository at this point in the history
adds note for detimpl paper
  • Loading branch information
prabhatnagarajan authored Sep 19, 2018
2 parents 4c2f1e9 + 06ad4db commit f8ef8b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Deterministic Reproducibility in Deep Reinforcement Learning

This repository contains a deterministic implementation of Deep Q-learning using PyTorch and Python 2.7. This is done in the Arcade Learning Environment.

## NOTE:
This implementation was used for the preprint [Deterministic Implementations for Reproducibility in Deep Reinforcement Learning](https://arxiv.org/abs/1809.05676). However, the remainder of this README contains the setup and implementation details used for a prior workshop paper. For now, please see the paper for the full experimental setup and hyperparameters. This repository will later be updated to have the information of both the arXiv paper and the workshop paper . **However, if all you seek is a deterministic implementation of DQN, this repository will suffice.**

## BibTeX
```
@InProceedings{nagarajan2018impact,
Expand Down

0 comments on commit f8ef8b6

Please sign in to comment.