Fix README

This commit is contained in:
wangyuhuix 2020-01-28 11:31:04 +08:00
parent f082ee238e
commit 5dfc162d3c

View File

@ -1,4 +1,4 @@
# Trust Region-Guided Proximal Policy Optimization
# Truly Proximal Policy Optimization
Source code for the paper: [Truly Proximal Policy Optmization](https://arxiv.org/abs/1903.07940). The original code was forked from [OpenAI baselines](https://github.com/openai/baselines).