summaries

This commit is contained in:
Varuna Jayasiri
2020-12-10 08:42:06 +05:30
parent b7d5c5db75
commit 443458e812
28 changed files with 169 additions and 1 deletions

View File

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