AboudyKreidieh / h-baselines

A repository of high-performing hierarchical reinforcement learning models and algorithms.
MIT License
281 stars 43 forks source link

Dynamic lr 2 #206

Closed AboudyKreidieh closed 4 years ago

AboudyKreidieh commented 4 years ago

Pull request information

Description

Implements a dynamic variant of the CHER algorithm. A desired worker constraint can be passed through cg_delta.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 2710


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 Coverage Status
Change from base Build 2693: -0.2%
Covered Lines: 6989
Relevant Lines: 7562

💛 - Coveralls