Minor style fix

This commit is contained in:
Shangtong Zhang
2017-06-02 22:34:30 -06:00
parent 80b0e85aba
commit 0a14c2ed31
+1 -1
View File
@@ -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)