Skip to content

Commit

Permalink
Merge pull request #118 from FLAIROx/mappo_rnn_small_fix
Browse files Browse the repository at this point in the history
small fix for #117
  • Loading branch information
amacrutherford authored Oct 28, 2024
2 parents 42e7d63 + 05b54c4 commit 18a1027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baselines/MAPPO/mappo_rnn_smax.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def train(rng):
tx=actor_tx,
)
critic_train_state = TrainState.create(
apply_fn=actor_network.apply,
apply_fn=critic_network.apply,
params=critic_network_params,
tx=critic_tx,
)
Expand Down

0 comments on commit 18a1027

Please sign in to comment.