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

Add PER #2159

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Add PER

8f3fb8e
Select commit
Loading
Failed to load commit list.
Open

Add PER #2159

Add PER
8f3fb8e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 11, 2024 in 0s

91.52% (-0.04%) compared to e1c576f

View this Pull Request on Codecov

91.52% (-0.04%) compared to e1c576f

Details

Codecov Report

Attention: Patch coverage is 88.23529% with 8 lines in your changes missing coverage. Please review.

Project coverage is 91.52%. Comparing base (e1c576f) to head (8f3fb8e).
Report is 59 commits behind head on master.

Files with missing lines Patch % Lines
src/garage/torch/algos/dqn.py 61.53% 4 Missing and 1 partial ⚠️
src/garage/torch/algos/pearl.py 0.00% 2 Missing ⚠️
src/garage/replay_buffer/per_replay_buffer.py 97.61% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2159      +/-   ##
==========================================
- Coverage   91.56%   91.52%   -0.04%     
==========================================
  Files         197      198       +1     
  Lines       10927    10979      +52     
  Branches     1387     1393       +6     
==========================================
+ Hits        10005    10049      +44     
- Misses        663      669       +6     
- Partials      259      261       +2     

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