Skip to content

Commit d23a4d2

Browse files
authored
Fix grammer in reinforcement learning tutorial (#2162)
Original version sounded confusing
1 parent f361861 commit d23a4d2

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
@@ -150,7 +150,7 @@ def __len__(self):
150150
# rewards from the uncertain far future less important for our agent
151151
# than the ones in the near future that it can be fairly confident
152152
# about. It also encourages agents to collect reward closer in time
153-
# than equivalent rewards temporally future away.
153+
# than equivalent rewards that are temporally far away in the future.
154154
#
155155
# The main idea behind Q-learning is that if we had a function
156156
# :math:`Q^*: State \times Action \rightarrow \mathbb{R}`, that could tell

0 commit comments

Comments
 (0)