Skip to content

Commit e7b036a

Browse files
kli-casiasoumith
authored andcommitted
Update reinforcement_q_learning.py (pytorch#429)
1 parent e37d8dd commit e7b036a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/reinforcement_q_learning.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
# For this, we're going to need two classses:
101101
#
102102
# - ``Transition`` - a named tuple representing a single transition in
103-
# our environment. It maps essentially maps (state, action) pairs
103+
# our environment. It essentially maps (state, action) pairs
104104
# to their (next_state, reward) result, with the state being the
105105
# screen difference image as described later on.
106106
# - ``ReplayMemory`` - a cyclic buffer of bounded size that holds the

0 commit comments

Comments
 (0)