Skip to content

Commit 989fd8e

Browse files
committed
init v0.1.5
1 parent 04bebb7 commit 989fd8e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
[![Embark](https://img.shields.io/badge/discord-OpenRL-%237289da.svg?logo=discord)](https://discord.gg/guvAS2up)
2929
[![slack badge](https://img.shields.io/badge/Slack-join-blueviolet?logo=slack&amp)](https://join.slack.com/t/openrlhq/shared_invite/zt-1tqwpvthd-Eeh0IxQ~DIaGqYXoW2IUQg)
3030

31-
OpenRL-v0.1.4 is updated on Aug 25, 2023
31+
OpenRL-v0.1.5 is updated on Sep 1, 2023
3232

3333
The main branch is the latest version of OpenRL, which is under active development. If you just want to have a try with
3434
OpenRL, you can switch to the stable branch.

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
[![Embark](https://img.shields.io/badge/discord-OpenRL-%237289da.svg?logo=discord)](https://discord.gg/guvAS2up)
3030
[![slack badge](https://img.shields.io/badge/Slack-join-blueviolet?logo=slack&amp)](https://join.slack.com/t/openrlhq/shared_invite/zt-1tqwpvthd-Eeh0IxQ~DIaGqYXoW2IUQg)
3131

32-
OpenRL-v0.1.4 is updated on Aug 25, 2023
32+
OpenRL-v0.1.5 is updated on Sep 1, 2023
3333

3434
The main branch is the latest version of OpenRL, which is under active development. If you just want to have a try with
3535
OpenRL, you can switch to the stable branch.

openrl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__TITLE__ = "openrl"
2-
__VERSION__ = "v0.1.4"
2+
__VERSION__ = "v0.1.5"
33
__DESCRIPTION__ = "Distributed Deep RL Framework"
44
__AUTHOR__ = "OpenRL Contributors"
55
__EMAIL__ = "huangshiyu@4paradigm.com"

0 commit comments

Comments
 (0)