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(rjy): add HAPPO algorithm #717

Merged
merged 28 commits into from
Jan 11, 2024

fix(rjy): fix happo model style

48dcd94
Select commit
Loading
Failed to load commit list.
Merged

feature(rjy): add HAPPO algorithm #717

fix(rjy): fix happo model style
48dcd94
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 11, 2024 in 1s

76.79% (-0.33%) compared to 4d53074

View this Pull Request on Codecov

76.79% (-0.33%) compared to 4d53074

Details

Codecov Report

Attention: 315 lines in your changes are missing coverage. Please review.

Comparison is base (4d53074) 77.11% compared to head (48dcd94) 76.79%.
Report is 5 commits behind head on main.

❗ Current head 48dcd94 differs from pull request most recent head e7e9662. Consider uploading reports for the commit e7e9662 to get more accurate results

Files Patch % Lines
ding/policy/happo.py 10.86% 246 Missing ⚠️
ding/model/template/havac.py 76.25% 33 Missing ⚠️
ding/rl_utils/happo.py 75.21% 29 Missing ⚠️
ding/model/common/head.py 12.50% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #717      +/-   ##
==========================================
- Coverage   77.11%   76.79%   -0.33%     
==========================================
  Files         671      676       +5     
  Lines       53676    54430     +754     
==========================================
+ Hits        41394    41799     +405     
- Misses      12282    12631     +349     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.