paper links

This commit is contained in:
Varuna Jayasiri
2021-08-17 14:12:33 +05:30
parent ff0d5c065d
commit 996b58be04
70 changed files with 92 additions and 92 deletions

View File

@ -17,7 +17,7 @@ class Model(Module):
"""
## Dueling Network ⚔️ Model for $Q$ Values
We are using a [dueling network](https://arxiv.org/abs/1511.06581)
We are using a [dueling network](https://papers.labml.ai/paper/1511.06581)
to calculate Q-values.
Intuition behind dueling network architecture is that in most states
the action doesn't matter,