From e9d08fae3befff6b59d84f7ec9980ab78ddda533 Mon Sep 17 00:00:00 2001 From: Hongsheng Zeng Date: Tue, 24 Mar 2020 10:48:51 +0800 Subject: [PATCH] release 1.2.2 (#223) --- examples/LiftSim_baseline/A2C/README.md | 2 +- parl/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/LiftSim_baseline/A2C/README.md b/examples/LiftSim_baseline/A2C/README.md index 69019aa..50ec00e 100644 --- a/examples/LiftSim_baseline/A2C/README.md +++ b/examples/LiftSim_baseline/A2C/README.md @@ -7,7 +7,7 @@ ## 依赖库 + [paddlepaddle>=1.6.1](https://github.com/PaddlePaddle/Paddle) -+ [parl>=1.2.1](https://github.com/PaddlePaddle/PARL) ++ [parl>=1.2.2](https://github.com/PaddlePaddle/PARL) + [rlschool>=0.1.1][rlschool] diff --git a/parl/__init__.py b/parl/__init__.py index 7d3c26a..14a7e16 100644 --- a/parl/__init__.py +++ b/parl/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.2.1" +__version__ = "1.2.2" """ generates new PARL python API """ -- GitLab