From d18740e5ceb231382e46dffe22d2ba90944e0ecb Mon Sep 17 00:00:00 2001 From: Hongsheng Zeng Date: Mon, 30 Mar 2020 17:23:53 +0800 Subject: [PATCH] release v1.2.3 (#234) * release v1.2.3 * change dep of liftsim a2c --- 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 50ec00e..235e1af 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.2](https://github.com/PaddlePaddle/PARL) ++ [parl>=1.2.3](https://github.com/PaddlePaddle/PARL) + [rlschool>=0.1.1][rlschool] diff --git a/parl/__init__.py b/parl/__init__.py index 14a7e16..02e7a80 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.2" +__version__ = "1.2.3" """ generates new PARL python API """ -- GitLab