Closed AboudyKreidieh closed 4 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
hbaselines/goal_conditioned/td3.py | 0 | 16 | 0.0% | ||
<!-- | Total: | 2 | 18 | 11.11% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
hbaselines/goal_conditioned/td3.py | 1 | 12.94% | ||
<!-- | Total: | 1 | --> |
Totals | |
---|---|
Change from base Build 2693: | -0.2% |
Covered Lines: | 6989 |
Relevant Lines: | 7562 |
Pull request information
Description
Implements a dynamic variant of the CHER algorithm. A desired worker constraint can be passed through
cg_delta
.