From 0a14c2ed3179289b6b9c6fcd0785c4d4aacdb794 Mon Sep 17 00:00:00 2001 From: Shangtong Zhang Date: Fri, 2 Jun 2017 22:34:30 -0600 Subject: [PATCH] Minor style fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b1e79a..5fa36da 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ # Usage Detailed usage can be found in ```main.py``` -#References +# References * [Human Level Control through Deep Reinforcement Learning](https://www.nature.com/nature/journal/v518/n7540/full/nature14236.html) * [Asynchronous Methods for Deep Reinforcement Learning](https://arxiv.org/abs/1602.01783) * [transedward/pytorch-dqn](https://github.com/transedward/pytorch-dqn)