Skip to content

Commit

Permalink
chore: pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RuanJohn committed Oct 28, 2024
1 parent f3c990e commit bd4c8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mava/networks/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def __call__(
agent_qs: chex.Array,
env_global_state: chex.Array,
) -> chex.Array:
B, T = agent_qs.shape[:2] # batch size #noqa: N806
B, T = agent_qs.shape[:2] # batch size

agent_qs = jnp.reshape(agent_qs, (B, T, 1, self.num_agents))

Expand Down

0 comments on commit bd4c8bc

Please sign in to comment.