We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3074510 commit 02d5761Copy full SHA for 02d5761
reinforcement_learning/actor_critic.py
@@ -93,7 +93,7 @@ def select_action(state):
93
94
def finish_episode():
95
"""
96
- Training code. Calcultes actor and critic loss and performs backprop.
+ Training code. Calculates actor and critic loss and performs backprop.
97
98
R = 0
99
saved_actions = model.saved_actions
0 commit comments