We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51a3d5 commit 2c86d72Copy full SHA for 2c86d72
intermediate_source/dqn_with_rnn_tutorial.py
@@ -428,7 +428,7 @@
428
# You should now be able:
429
#
430
# - 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`
+# - Indicate to the LSTM module that a reset is needed via an :class:`torchrl.envs.InitTracker`
432
# transform
433
# - Incorporate this module in a policy and in a loss module
434
# - Make sure that the collector is made aware of the recurrent state entries
0 commit comments