From 834b528948fbb54f754040727192ece122e8eacf Mon Sep 17 00:00:00 2001 From: Louay-Ben-nessir Date: Sat, 4 Jan 2025 20:13:57 +0100 Subject: [PATCH] docs: minor comment chnage --- mava/systems/q_learning/sebulba/rec_iql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mava/systems/q_learning/sebulba/rec_iql.py b/mava/systems/q_learning/sebulba/rec_iql.py index a1ef4e5ac..f38723131 100644 --- a/mava/systems/q_learning/sebulba/rec_iql.py +++ b/mava/systems/q_learning/sebulba/rec_iql.py @@ -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(