Skip to content

Commit

Permalink
Merge branch 'td3+bc' of github.com:BY571/rl into td3+bc
Browse files Browse the repository at this point in the history
  • Loading branch information
BY571 committed Jul 9, 2024
2 parents 235ca51 + f93e007 commit 0355caa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_cost.py
Original file line number Diff line number Diff line change
Expand Up @@ -2715,9 +2715,6 @@ def test_td3_reduction(self, reduction):
assert loss[key].shape == torch.Size([])


@pytest.mark.skipif(
not _has_functorch, reason=f"functorch not installed: {FUNCTORCH_ERR}"
)
class TestTD3BC(LossModuleTestBase):
seed = 0

Expand Down

0 comments on commit 0355caa

Please sign in to comment.