Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(wyh): madqn algorithm #540

Merged
merged 16 commits into from
Nov 15, 2022
Merged

Conversation

Weiyuhong-1998
Copy link
Contributor

Description

MADQN codes

Related Issue

TODO

Check List

  • merge the latest version source branch/repo, and resolve all the conflicts
  • pass style check
  • pass all the tests

@codecov
Copy link

codecov bot commented Nov 10, 2022

Codecov Report

Merging #540 (2ae1a9d) into main (ce2e0f4) will decrease coverage by 0.46%.
The diff coverage is 86.66%.

@@            Coverage Diff             @@
##             main     #540      +/-   ##
==========================================
- Coverage   85.46%   85.00%   -0.47%     
==========================================
  Files         526      529       +3     
  Lines       43322    43046     -276     
==========================================
- Hits        37027    36593     -434     
- Misses       6295     6453     +158     
Flag Coverage Δ
unittests 85.00% <86.66%> (-0.47%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
ding/policy/madqn.py 83.18% <83.18%> (ø)
ding/model/template/madqn.py 94.73% <94.73%> (ø)
ding/model/template/__init__.py 100.00% <100.00%> (ø)
ding/model/template/tests/test_madqn.py 100.00% <100.00%> (ø)
ding/policy/command_mode_policy_instance.py 93.16% <100.00%> (+0.11%) ⬆️
ding/framework/message_queue/tests/test_redis.py 25.49% <0.00%> (-74.51%) ⬇️
ding/framework/message_queue/tests/test_nng.py 40.00% <0.00%> (-60.00%) ⬇️
ding/framework/message_queue/redis.py 32.07% <0.00%> (-50.95%) ⬇️
ding/framework/middleware/functional/evaluator.py 54.23% <0.00%> (-12.15%) ⬇️
ding/entry/tests/test_parallel_entry.py 45.45% <0.00%> (-4.55%) ⬇️
... and 205 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Weiyuhong-1998 Weiyuhong-1998 changed the title Dev madqn alg(wyh): madqn algorithm Nov 10, 2022
@PaParaZz1 PaParaZz1 changed the title alg(wyh): madqn algorithm feature(wyh): madqn algorithm Nov 10, 2022
@PaParaZz1 PaParaZz1 added the algo Add new algorithm or improve old one label Nov 10, 2022
ding/model/template/madqn.py Outdated Show resolved Hide resolved
ding/model/template/madqn.py Show resolved Hide resolved
dizoo/smac/config/smac_3s5z_madqn_config.py Outdated Show resolved Hide resolved
dizoo/smac/config/smac_3s5z_madqn_config.py Outdated Show resolved Hide resolved
dizoo/smac/config/smac_3s5z_madqn_config.py Outdated Show resolved Hide resolved
ding/policy/madqn.py Outdated Show resolved Hide resolved
ding/policy/madqn.py Outdated Show resolved Hide resolved
ding/policy/madqn.py Outdated Show resolved Hide resolved
ding/policy/madqn.py Outdated Show resolved Hide resolved
ding/policy/madqn.py Outdated Show resolved Hide resolved
@PaParaZz1 PaParaZz1 merged commit 756b912 into opendilab:main Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algo Add new algorithm or improve old one
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants