Skip to content

Commit 2c86d72

Browse files
committed
Using words for reading (and spellcheck)
Signed-off-by: markstur <[email protected]>
1 parent e51a3d5 commit 2c86d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/dqn_with_rnn_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
# You should now be able:
429429
#
430430
# - Create an LSTM module that acts as a :class:`tensordict.nn.TensorDictModule`
431-
# - Indicate to the LSTMModule that a reset is needed via an :class:`torchrl.envs.InitTracker`
431+
# - Indicate to the LSTM module that a reset is needed via an :class:`torchrl.envs.InitTracker`
432432
# transform
433433
# - Incorporate this module in a policy and in a loss module
434434
# - Make sure that the collector is made aware of the recurrent state entries

0 commit comments

Comments
 (0)