Skip to content

Commit

Permalink
v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PaParaZz1 committed Dec 23, 2024
1 parent 9a6e46f commit f60b377
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
2024.12.23 (v0.5.3)
- env: add pistonball MARL env and its unittest/example (#833)
- env: update trading env (#831)
- env: update ppo config for better discrete action space performance (#809)
- env: remove unused config fields in MuJoCo PPO
- algo: add AWR algorithm (#828)
- algo: add encoder in MAVAC (#823)
- algo: add HPT model architecture (#841)
- algo: fix multiple model wrappers reset bug (#846)
- algo: add hybrid action space support to ActionNoiseWrapper (#829)
- algo: fix mappo adv compute bug (#812)
- feature: add resume_training option to allow the envstep and train_iter resume seamlessly (#835)
- feature: polish old/new pipeline DistributedDataParallel (DDP) implementation (#842)
- feature: adapt DingEnvWrapper to gymnasium (#817)
- fix: priority buffer delete bug (#844)
- fix: middleware collector env reset bug (#845)
- fix: fix many unittest bugs
- style: downgrade pyecharts log level to warning and polish installation doc (#838)
- style: polish necessary requirements
- style: polish api doc details
- style: polish DI-engine citation authors
- style: upgrade CI macos version from 12 to 13

2024.06.27(v0.5.2)
- env: add taxi env (#799) (#807)
- env: add ising model env (#782)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</div>
<br>

Updated on 2024.06.27 DI-engine-v0.5.2
Updated on 2024.12.23 DI-engine-v0.5.3

## Introduction to DI-engine

Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set data = load_setup_py_data() %}
package:
name: di-engine
version: v0.5.2
version: v0.5.3

source:
path: ..
Expand Down
2 changes: 1 addition & 1 deletion ding/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

__TITLE__ = 'DI-engine'
__VERSION__ = 'v0.5.2'
__VERSION__ = 'v0.5.3'
__DESCRIPTION__ = 'Decision AI Engine'
__AUTHOR__ = "OpenDILab Contributors"
__AUTHOR_EMAIL__ = "[email protected]"
Expand Down

0 comments on commit f60b377

Please sign in to comment.