This commit is contained in:
Varuna Jayasiri
2020-10-23 15:06:55 +05:30
parent 19f3daa76d
commit 6b4b9b2e39
16 changed files with 37 additions and 2 deletions

View File

@ -1,4 +1,6 @@
"""
# Generalized Advantage Estimation (GAE)
This is an implementation of paper [Generalized Advantage Estimation](https://arxiv.org/abs/1506.02438).
"""