提交 312f274d 编写于 作者: N niuyazhe

v0.2.2

上级 2b181eda
2021.12.03(v0.2.2)
- env: apple key to door treasure env (#128)
- env: add bsuite memory benchmark (#138)
- env: polish atari impala config
- algo: Guided Cost IRL algorithm (#57)
- algo: ICM exploration algorithm (#41)
- algo: MP-DQN hybrid action space algorithm (#131)
- algo: add loss statistics and polish r2d3 pong config (#126)
- feautre: add renew env mechanism in env manager and update timeout mechanism (#127) (#134)
- fix: async subprocess env manager reset bug (#137)
- fix: keepdims name bug in model wrapper
- fix: on-policy ppo value norm bug
- fix: GAE and RND unittest bug
- fix: hidden state wrapper h tensor compatiblity
- fix: naive buffer auto config create bug
- style: add supporters list
2021.11.22(v0.2.1) 2021.11.22(v0.2.1)
- env: gym-hybrid env (#86) - env: gym-hybrid env (#86)
- env: gym-soccer (HFO) env (#94) - env: gym-soccer (HFO) env (#94)
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
[![Contributors](https://img.shields.io/github/contributors/opendilab/DI-engine)](https://github.com/opendilab/DI-engine/graphs/contributors) [![Contributors](https://img.shields.io/github/contributors/opendilab/DI-engine)](https://github.com/opendilab/DI-engine/graphs/contributors)
[![GitHub license](https://img.shields.io/github/license/opendilab/DI-engine)](https://github.com/opendilab/DI-engine/blob/master/LICENSE) [![GitHub license](https://img.shields.io/github/license/opendilab/DI-engine)](https://github.com/opendilab/DI-engine/blob/master/LICENSE)
Updated on 2021.11.22 DI-engine-v0.2.1 (beta) Updated on 2021.12.03 DI-engine-v0.2.2 (beta)
## Introduction to DI-engine (beta) ## Introduction to DI-engine (beta)
......
import os import os
__TITLE__ = 'DI-engine' __TITLE__ = 'DI-engine'
__VERSION__ = 'v0.2.1' __VERSION__ = 'v0.2.2'
__DESCRIPTION__ = 'Decision AI Engine' __DESCRIPTION__ = 'Decision AI Engine'
__AUTHOR__ = "OpenDILab Contributors" __AUTHOR__ = "OpenDILab Contributors"
__AUTHOR_EMAIL__ = "opendilab.contact@gmail.com" __AUTHOR_EMAIL__ = "opendilab.contact@gmail.com"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册