Skip to content

Commit b7ec2d6

Browse files
committed
v0.1.1
1 parent 73295c2 commit b7ec2d6

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG

+16
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1+
2021.8.3(v0.1.1)
2+
- env: selfplay/league demo (#12)
3+
- env: pybullet env (#16)
4+
- env: minigrid env (#13)
5+
- env: atari enduro config (#11)
6+
- algo: on policy PPO (#9)
7+
- algo: ACER algorithm (#14)
8+
- feature: polish experiment directory structure (#10)
9+
- refactor: split doc to new repo (#4)
10+
- fix: atari env info action space bug
11+
- fix: env manager retry wrapper raise exception info bug
12+
- fix: dist entry disable-flask-log typo
13+
- style: codestyle optimization by lgtm (#7)
14+
- style: code/comment statistics badge
15+
- style: github CI workflow
16+
117
2021.7.8(v0.1.0)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
[![Contributors](https://img.shields.io/github/contributors/opendilab/DI-engine)](https://github.com/opendilab/DI-engine/graphs/contributors)
3535
[![GitHub license](https://img.shields.io/github/license/opendilab/DI-engine)](https://github.com/opendilab/DI-engine/blob/master/LICENSE)
3636

37-
Updated on 2021.07.08 DI-engine-v0.1.0 (beta)
37+
Updated on 2021.08.03 DI-engine-v0.1.1 (beta)
3838

3939

4040
## Introduction to DI-engine (beta)
@@ -52,7 +52,7 @@ inverse RL, and RND in exploration problems. Various training pipelines and cust
5252

5353
### Other
5454
- [DI-engine-docs](https://github.com/opendilab/DI-engine-docs)
55-
55+
- [treevalue](https://github.com/opendilab/treevalue) (preview)
5656

5757
## Installation
5858

ding/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

33
__TITLE__ = 'DI-engine'
4-
__VERSION__ = 'v0.1.0'
4+
__VERSION__ = 'v0.1.1'
55
__DESCRIPTION__ = 'Decision AI Engine'
66
__AUTHOR__ = "OpenDILab Contributors"
77
__AUTHOR_EMAIL__ = "[email protected]"

0 commit comments

Comments
 (0)