Skip to content

Commit 96e7a9c

Browse files
author
Vincent Moens
committed
[BugFix] Fix typo
1 parent 6e4b550 commit 96e7a9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

torchrl/objectives/ppo.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,8 @@ def __init__(
967967
separate_losses=separate_losses,
968968
reduction=reduction,
969969
clip_value=clip_value,
970-
device=device**kwargs,
970+
device=device,
971+
**kwargs,
971972
)
972973
if device is None:
973974
try:

0 commit comments

Comments
 (0)