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

Support CudaGraph and torch.compile #428

Merged
merged 15 commits into from
Nov 3, 2024

Add compile option to reproduction scripts

8df3e46
Select commit
Loading
Failed to load commit list.
Merged

Support CudaGraph and torch.compile #428

Add compile option to reproduction scripts
8df3e46
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 3, 2024 in 0s

90.75% (-0.29%) compared to 3b01da3

View this Pull Request on Codecov

90.75% (-0.29%) compared to 3b01da3

Details

Codecov Report

Attention: Patch coverage is 82.82443% with 45 lines in your changes missing coverage. Please review.

Project coverage is 90.75%. Comparing base (3b01da3) to head (8df3e46).

Files with missing lines Patch % Lines
d3rlpy/torch_utility.py 60.00% 28 Missing ⚠️
d3rlpy/algos/qlearning/torch/bear_impl.py 80.00% 5 Missing ⚠️
d3rlpy/algos/qlearning/torch/plas_impl.py 61.53% 5 Missing ⚠️
d3rlpy/models/torch/policies.py 16.66% 5 Missing ⚠️
d3rlpy/__init__.py 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #428      +/-   ##
==========================================
- Coverage   91.03%   90.75%   -0.29%     
==========================================
  Files         120      120              
  Lines        8422     8567     +145     
==========================================
+ Hits         7667     7775     +108     
- Misses        755      792      +37     

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