File tree Expand file tree Collapse file tree 6 files changed +25
-4
lines changed Expand file tree Collapse file tree 6 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 55 ding/utils/linklink_dist_helper.py
66 ding/utils/pytorch_ddp_dist_helper.py
77 ding/utils/k8s_helper.py
8+ ding/utils/tests/test_k8s_launcher.py
89 ding/utils/time_helper_cuda.py
910 ding/utils/time_helper_base.py
1011 ding/utils/data/tests/test_dataloader.py
Original file line number Diff line number Diff line change 1+ 2022.12.13(v0.4.5)
2+ - env: add beergame supply chain optimization env (#512)
3+ - env: add env gym_pybullet_drones (#526)
4+ - env: rename eval reward to episode return (#536)
5+ - algo: add policy gradient algo implementation (#544)
6+ - algo: add MADDPG algo implementation (#550)
7+ - algo: add IMPALA continuous algo implementation (#551)
8+ - algo: add MADQN algo implementation (#540)
9+ - feature: add new task IMPALA-type distributed training scheme (#321)
10+ - feature: add load and save method for replaybuffer (#542)
11+ - feature: add more DingEnvWrapper example (#525)
12+ - feature: add evaluator more info viz support (#538)
13+ - feature: add trackback log for subprocess env manager (#534)
14+ - fix: halfcheetah td3 config file (#537)
15+ - fix: mujoco action_clip args compatibility bug (#535)
16+ - fix: atari a2c config entry bug
17+ - fix: drex unittest compatibility bug
18+ - style: add Roadmap issue of DI-engine (#548)
19+ - style: update related project link and new env doc
20+
1212022.10.31(v0.4.4)
222- env: add modified gym-hybrid including moving, sliding and hardmove (#505) (#519)
323- env: add evogym support (#495) (#527)
Original file line number Diff line number Diff line change 3232[ ![ Contributors] ( https://img.shields.io/github/contributors/opendilab/DI-engine )] ( https://github.com/opendilab/DI-engine/graphs/contributors )
3333[ ![ GitHub license] ( https://img.shields.io/github/license/opendilab/DI-engine )] ( https://github.com/opendilab/DI-engine/blob/master/LICENSE )
3434
35- Updated on 2022.10.31 DI-engine-v0.4.4
35+ Updated on 2022.12.13 DI-engine-v0.4.5
3636
3737
3838## Introduction to DI-engine
Original file line number Diff line number Diff line change 11{% set data = load_setup_py_data() %}
22package :
33 name : di-engine
4- version : v0.4.4
4+ version : v0.4.5
55
66source :
77 path : ..
Original file line number Diff line number Diff line change 11import os
22
33__TITLE__ = 'DI-engine'
4- __VERSION__ = 'v0.4.4 '
4+ __VERSION__ = 'v0.4.5 '
55__DESCRIPTION__ = 'Decision AI Engine'
66__AUTHOR__ = "OpenDILab Contributors"
77__AUTHOR_EMAIL__ = "[email protected] "
Original file line number Diff line number Diff line change 99except ImportError :
1010 _test_mark = pytest .mark .ignore
1111else :
12- _test_mark = pytest .mark .unittest
12+ _test_mark = pytest .mark .envtest
1313
1414
1515@_test_mark
You can’t perform that action at this time.
0 commit comments