Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Feb 27, 2024
1 parent e408e89 commit 48757d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -1049,10 +1049,10 @@ def test_multiagent_cnn(
assert not torch.allclose(out[..., i, :], out[..., j, :])

def test_multiagent_cnn_lazy(self):
n_channels = 5
n_agents = 5
n_channels = 3
cnn = MultiAgentConvNet(
n_agents=5,
n_agents=n_agents,
centralised=False,
share_params=False,
in_features=None,
Expand Down

0 comments on commit 48757d0

Please sign in to comment.