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/patch failed Nov 3, 2024 in 0s

82.82% of diff hit (target 91.03%)

View this Pull Request on Codecov

82.82% of diff hit (target 91.03%)

Annotations

Check warning on line 75 in d3rlpy/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

d3rlpy/__init__.py#L74-L75

Added lines #L74 - L75 were not covered by tests

Check warning on line 150 in d3rlpy/algos/qlearning/torch/bear_impl.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

d3rlpy/algos/qlearning/torch/bear_impl.py#L150

Added line #L150 was not covered by tests

Check warning on line 155 in d3rlpy/algos/qlearning/torch/bear_impl.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

d3rlpy/algos/qlearning/torch/bear_impl.py#L153-L155

Added lines #L153 - L155 were not covered by tests

Check warning on line 309 in d3rlpy/algos/qlearning/torch/bear_impl.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

d3rlpy/algos/qlearning/torch/bear_impl.py#L309

Added line #L309 was not covered by tests

Check warning on line 91 in d3rlpy/algos/qlearning/torch/plas_impl.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

d3rlpy/algos/qlearning/torch/plas_impl.py#L91

Added line #L91 was not covered by tests

Check warning on line 96 in d3rlpy/algos/qlearning/torch/plas_impl.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

d3rlpy/algos/qlearning/torch/plas_impl.py#L94-L96

Added lines #L94 - L96 were not covered by tests

Check warning on line 140 in d3rlpy/algos/qlearning/torch/plas_impl.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

d3rlpy/algos/qlearning/torch/plas_impl.py#L140

Added line #L140 was not covered by tests

Check warning on line 34 in d3rlpy/models/torch/policies.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

d3rlpy/models/torch/policies.py#L30-L34

Added lines #L30 - L34 were not covered by tests

Check warning on line 145 in d3rlpy/torch_utility.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

d3rlpy/torch_utility.py#L145

Added line #L145 was not covered by tests

Check warning on line 534 in d3rlpy/torch_utility.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

d3rlpy/torch_utility.py#L528-L534

Added lines #L528 - L534 were not covered by tests

Check warning on line 556 in d3rlpy/torch_utility.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

d3rlpy/torch_utility.py#L537-L556

Added lines #L537 - L556 were not covered by tests