We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ccb11 commit 583b019Copy full SHA for 583b019
.DS_Store
0 Bytes
.gitignore
@@ -3,4 +3,3 @@ __pycache__/
3
.ropeproject
4
.DS_Store
5
.pyc
6
-.DS_Store
README.md
@@ -42,8 +42,12 @@ Weights of the neural network used for plots can be found in **./data**
42
## Utilities
43
44
Source code for generating heatmaps and other plots presented in the paper can be found in **./utilities**
45
-
+
46
+## All the data used in the paper can be found here
47
48
+https://drive.google.com/drive/folders/1PCixrjWy5TXMKn-VmIy0HpxWn4Jd2JrS?usp=sharing
49
50
## Further references
51
1. Reinforcement Learning by Sutton and Barto
52
2. DQN
-3. Batch Normalization
53
+3. Batch Normalization
0 commit comments