Skip to content

Commit

Permalink
remove kwargs from model input
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Oct 20, 2023
1 parent 0f299ca commit 3c14aa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmarl/models/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def __init__(
share_params: bool,
device: DEVICE_TYPING,
experiment,
**kwargs,
):
TensorDictModuleBase.__init__(self)

Expand Down

0 comments on commit 3c14aa2

Please sign in to comment.