From 0b2149c01b0bf2164dbdcd6f15a99f4d752d49e7 Mon Sep 17 00:00:00 2001 From: huangshiyu Date: Thu, 21 Sep 2023 12:41:47 +0800 Subject: [PATCH] init v0.1.7 --- README.md | 2 +- README_zh.md | 2 +- openrl/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f41d9ba5..a3137976 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ [![Embark](https://img.shields.io/badge/discord-OpenRL-%237289da.svg?logo=discord)](https://discord.gg/guvAS2up) [![slack badge](https://img.shields.io/badge/Slack-join-blueviolet?logo=slack&)](https://join.slack.com/t/openrlhq/shared_invite/zt-1tqwpvthd-Eeh0IxQ~DIaGqYXoW2IUQg) -OpenRL-v0.1.6 is updated on Sep 8, 2023 +OpenRL-v0.1.7 is updated on Sep 21, 2023 The main branch is the latest version of OpenRL, which is under active development. If you just want to have a try with OpenRL, you can switch to the stable branch. diff --git a/README_zh.md b/README_zh.md index 06fa09b2..33cadfa7 100644 --- a/README_zh.md +++ b/README_zh.md @@ -29,7 +29,7 @@ [![Embark](https://img.shields.io/badge/discord-OpenRL-%237289da.svg?logo=discord)](https://discord.gg/guvAS2up) [![slack badge](https://img.shields.io/badge/Slack-join-blueviolet?logo=slack&)](https://join.slack.com/t/openrlhq/shared_invite/zt-1tqwpvthd-Eeh0IxQ~DIaGqYXoW2IUQg) -OpenRL-v0.1.6 is updated on Sep 8, 2023 +OpenRL-v0.1.7 is updated on Sep 21, 2023 The main branch is the latest version of OpenRL, which is under active development. If you just want to have a try with OpenRL, you can switch to the stable branch. diff --git a/openrl/__init__.py b/openrl/__init__.py index e900494b..00bcaacf 100644 --- a/openrl/__init__.py +++ b/openrl/__init__.py @@ -1,5 +1,5 @@ __TITLE__ = "openrl" -__VERSION__ = "v0.1.6" +__VERSION__ = "v0.1.7" __DESCRIPTION__ = "Distributed Deep RL Framework" __AUTHOR__ = "OpenRL Contributors" __EMAIL__ = "huangshiyu@4paradigm.com"