We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d0e7f commit 174e03eCopy full SHA for 174e03e
README.md
@@ -16,11 +16,11 @@ A few others have released amazing related work which helped inspire and improve
16
17
## Dependencies
18
This repository requires following packages:
19
-- SciPy >= 0.19.0
20
-- Python >= 2.7 (if using Python 3.x: python3-tk should be installed)
21
-- Numpy >= 1.12.1
22
-- PyTorch >= 0.1.11
23
-- Matplotlib >= 2.0.0
+- [SciPy](https://www.scipy.org/install.html) >= 0.19.0
+- [Python](https://www.python.org/) >= 2.7 (if using Python 3.x: python3-tk should be installed)
+- [Numpy](https://pypi.python.org/pypi/numpy) >= 1.12.1
+- [PyTorch](http://pytorch.org/) >= 0.1.11
+- [Matplotlib](https://matplotlib.org/users/installing.html) >= 2.0.0
24
25
## How to train
26
#### 8x8 gridworld
0 commit comments