Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Aug 1, 2024
1 parent 60aeb3e commit a1191dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarl/models/gru.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def run_net(self, input, is_init, h_0):
output, h_n = self.vmap_func_module(
self._empty_gru,
(0, -2, -2, -3),
(-2, -2),
(-2, -3),
)(self.params, input, is_init, h_0)
else:
with self.params.to_module(self._empty_gru):
Expand Down

0 comments on commit a1191dc

Please sign in to comment.