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(nyz): add MAPPO/MASAC task example #661

Merged
merged 2 commits into from
May 12, 2023
Merged

Conversation

PaParaZz1
Copy link
Member

@PaParaZz1 PaParaZz1 commented May 12, 2023

Description

  • add MAPPO/MASAC task example

Related Issue

TODO

Check List

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

@PaParaZz1 PaParaZz1 added algo Add new algorithm or improve old one config Update config labels May 12, 2023
@codecov
Copy link

codecov bot commented May 12, 2023

Codecov Report

Merging #661 (31a0ee6) into main (fa521b0) will increase coverage by 0.00%.
The diff coverage is 82.60%.

❗ Current head 31a0ee6 differs from pull request most recent head a356e16. Consider uploading reports for the commit a356e16 to get more accurate results

@@           Coverage Diff           @@
##             main     #661   +/-   ##
=======================================
  Coverage   82.57%   82.57%           
=======================================
  Files         583      583           
  Lines       47774    47783    +9     
=======================================
+ Hits        39449    39457    +8     
- Misses       8325     8326    +1     
Flag Coverage Δ
unittests 82.57% <82.60%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
ding/framework/middleware/functional/logger.py 24.19% <0.00%> (ø)
ding/framework/middleware/learner.py 82.97% <0.00%> (-3.69%) ⬇️
ding/policy/sac.py 62.47% <ø> (ø)
ding/torch_utils/network/res_block.py 100.00% <ø> (ø)
ding/torch_utils/network/nn_module.py 96.25% <85.71%> (-0.34%) ⬇️
ding/framework/middleware/functional/trainer.py 80.95% <100.00%> (ø)
ding/torch_utils/network/normalization.py 92.85% <100.00%> (ø)
ding/torch_utils/network/tests/test_res_block.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

@PaParaZz1 PaParaZz1 merged commit 5ae99ed into main May 12, 2023
@PaParaZz1 PaParaZz1 deleted the dev-ma-task-demo branch May 12, 2023 12:24
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 config Update config
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant