ppo links

This commit is contained in:
Varuna Jayasiri
2020-10-21 15:16:22 +05:30
parent 78afe981bc
commit f80737e804
6 changed files with 21 additions and 6 deletions

View File

@ -1,3 +1,7 @@
"""
This is an implementation of paper [Generalized Advantage Estimation](https://arxiv.org/abs/1506.02438).
"""
import numpy as np