Skip to content
This repository was archived by the owner on Oct 27, 2023. It is now read-only.

Commit ac7b0d7

Browse files
ashridhholly1238
andauthored
Typo: let -> let's (pytorch#875)
Small typo Co-authored-by: holly1238 <77758406+holly1238@users.noreply.github.com>
1 parent 83f44c7 commit ac7b0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/reinforcement_q_learning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def __len__(self):
134134

135135

136136
######################################################################
137-
# Now, let's define our model. But first, let quickly recap what a DQN is.
137+
# Now, let's define our model. But first, let's quickly recap what a DQN is.
138138
#
139139
# DQN algorithm
140140
# -------------

0 commit comments

Comments
 (0)