Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albertbou92 committed Sep 22, 2024
1 parent 2cc107e commit 886705d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_cost.py
Original file line number Diff line number Diff line change
Expand Up @@ -3565,7 +3565,7 @@ def forward(self, obs, act):
depth=1,
out_features=2 * n_act,
)
qvalue = QValueClass
qvalue = QValueClass()
batch = [batch]
action = torch.randn(*batch, n_act)
td = TensorDict(
Expand Down

0 comments on commit 886705d

Please sign in to comment.