Skip to content

Commit 02d5761

Browse files
authored
typo in comment (#701)
1 parent 3074510 commit 02d5761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reinforcement_learning/actor_critic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def select_action(state):
9393

9494
def finish_episode():
9595
"""
96-
Training code. Calcultes actor and critic loss and performs backprop.
96+
Training code. Calculates actor and critic loss and performs backprop.
9797
"""
9898
R = 0
9999
saved_actions = model.saved_actions

0 commit comments

Comments
 (0)