File tree Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2023.11.06(v0.5.0)
2
+ - env: add tabmwp env (#667)
3
+ - env: polish anytrading env issues (#731)
4
+ - algo: add PromptPG algorithm (#667)
5
+ - algo: add Plan Diffuser algorithm (#700)
6
+ - algo: add new pipeline implementation of IMPALA algorithm (#713)
7
+ - algo: add dropout layers to DQN-style algorithms (#712)
8
+ - feature: add new pipeline agent for sac/ddpg/a2c/ppo and Hugging Face support (#637) (#730) (#737)
9
+ - feature: add more unittest cases for model (#728)
10
+ - feature: add collector logging in new pipeline (#735)
11
+ - fix: logger middleware problems (#715)
12
+ - fix: ppo parallel bug (#709)
13
+ - fix: typo in optimizer_helper.py (#726)
14
+ - fix: mlp dropout if condition bug
15
+ - fix: drex collecting data unittest bugs
16
+ - style: polish env manager/wrapper comments and API doc (#742)
17
+ - style: polish model comments and API doc (#722) (#729) (#734) (#736) (#741)
18
+ - style: polish policy comments and API doc (#732)
19
+ - style: polish rl_utils comments and API doc (#724)
20
+ - style: polish torch_utils comments and API doc (#738)
21
+ - style: update README.md and Colab demo (#733)
22
+ - style: update metaworld docker image
23
+
1
24
2023.08.23(v0.4.9)
2
25
- env: add cliffwalking env (#677)
3
26
- env: add lunarlander ppo config and example
Original file line number Diff line number Diff line change 35
35
[ ![ Hugging Face] ( https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Models-yellow )] ( https://huggingface.co/OpenDILabCommunity )
36
36
[ ![ Open in OpenXLab] ( https://cdn-static.openxlab.org.cn/header/openxlab_models.svg )] ( https://openxlab.org.cn/models?search=opendilab )
37
37
38
- Updated on 2023.08.23 DI-engine-v0.4.9
38
+ Updated on 2023.12.05 DI-engine-v0.5.0
39
39
40
40
41
41
## Introduction to DI-engine
Original file line number Diff line number Diff line change 1
1
{% set data = load_setup_py_data() %}
2
2
package :
3
3
name : di-engine
4
- version : v0.4.9
4
+ version : v0.5.0
5
5
6
6
source :
7
7
path : ..
Original file line number Diff line number Diff line change 1
1
import os
2
2
3
3
__TITLE__ = 'DI-engine'
4
- __VERSION__ = 'v0.4.9 '
4
+ __VERSION__ = 'v0.5.0 '
5
5
__DESCRIPTION__ = 'Decision AI Engine'
6
6
__AUTHOR__ = "OpenDILab Contributors"
7
7
__AUTHOR_EMAIL__ = "[email protected] "
You can’t perform that action at this time.
0 commit comments