Skip to content

Commit c549d04

Browse files
committed
Fix further reading section
* Should be connected to Conclusion to be formatted properly Signed-off-by: markstur <[email protected]>
1 parent b852c57 commit c549d04

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

intermediate_source/dqn_with_rnn_tutorial.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,9 @@
434434
# - Make sure that the collector is made aware of the recurrent state entries
435435
# such that they can be stored in the replay buffer along with the rest of
436436
# the data
437-
#
438-
439437
#
440438
# Further Reading
441439
# ---------------
442440
#
443-
# - `TorchRL <https://pytorch.org/rl/>`
441+
# - `TorchRL <https://pytorch.org/rl/>`
442+

0 commit comments

Comments
 (0)