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

@ -7,7 +7,7 @@ summary: A PyTorch implementation/tutorial of Generalized Advantage Estimation (
# Generalized Advantage Estimation (GAE)
This is a [PyTorch](https://pytorch.org) implementation of paper
[Generalized Advantage Estimation](https://arxiv.org/abs/1506.02438).
[Generalized Advantage Estimation](https://papers.labml.ai/paper/1506.02438).
You can find an experiment that uses it [here](experiment.html).
"""