File tree 4 files changed +26
-3
lines changed
4 files changed +26
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2024.12.23 (v0.5.3)
2
+ - env: add pistonball MARL env and its unittest/example (#833)
3
+ - env: update trading env (#831)
4
+ - env: update ppo config for better discrete action space performance (#809)
5
+ - env: remove unused config fields in MuJoCo PPO
6
+ - algo: add AWR algorithm (#828)
7
+ - algo: add encoder in MAVAC (#823)
8
+ - algo: add HPT model architecture (#841)
9
+ - algo: fix multiple model wrappers reset bug (#846)
10
+ - algo: add hybrid action space support to ActionNoiseWrapper (#829)
11
+ - algo: fix mappo adv compute bug (#812)
12
+ - feature: add resume_training option to allow the envstep and train_iter resume seamlessly (#835)
13
+ - feature: polish old/new pipeline DistributedDataParallel (DDP) implementation (#842)
14
+ - feature: adapt DingEnvWrapper to gymnasium (#817)
15
+ - fix: priority buffer delete bug (#844)
16
+ - fix: middleware collector env reset bug (#845)
17
+ - fix: fix many unittest bugs
18
+ - style: downgrade pyecharts log level to warning and polish installation doc (#838)
19
+ - style: polish necessary requirements
20
+ - style: polish api doc details
21
+ - style: polish DI-engine citation authors
22
+ - style: upgrade CI macos version from 12 to 13
23
+
1
24
2024.06.27(v0.5.2)
2
25
- env: add taxi env (#799) (#807)
3
26
- env: add ising model env (#782)
Original file line number Diff line number Diff line change 42
42
</div >
43
43
<br >
44
44
45
- Updated on 2024.06.27 DI-engine-v0.5.2
45
+ Updated on 2024.12.23 DI-engine-v0.5.3
46
46
47
47
## Introduction to DI-engine
48
48
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.5.2
4
+ version : v0.5.3
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.5.2 '
4
+ __VERSION__ = 'v0.5.3 '
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