Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Jul 31, 2024
1 parent 716350e commit 949f76d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmarl/models/gru.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ def _forward(self, tensordict: TensorDictBase) -> TensorDictBase:
output = output[..., 0, :]
else: # Is a global input, this is a critic
# Check input
assert training and self.is_critic
batch = input.shape[0]
seq = input.shape[1]
assert input.shape == (batch, seq, self.input_features)
Expand Down

0 comments on commit 949f76d

Please sign in to comment.