Skip to content

Commit

Permalink
docs: minor comment chnage
Browse files Browse the repository at this point in the history
  • Loading branch information
Louay-Ben-nessir committed Jan 4, 2025
1 parent 6c8452f commit 834b528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mava/systems/q_learning/sebulba/rec_iql.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def learner_setup(
(config.system.sample_batch_size, config.system.num_agents), config.network.hidden_state_dim
)

# Making recurrent Q network.shao
# Making recurrent Q network.
pre_torso = hydra.utils.instantiate(config.network.q_network.pre_torso)
post_torso = hydra.utils.instantiate(config.network.q_network.post_torso)
q_net = RecQNetwork(
Expand Down

0 comments on commit 834b528

Please sign in to comment.