Skip to content

Commit

Permalink
Merge e558f43 into 24e11fd
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatnagarajan committed Sep 11, 2018
2 parents 24e11fd + e558f43 commit f9b2385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainerrl/agents/sarsa.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class SARSA(dqn.DQN):
"""SARSA.
Unlike DQN, this agent uses actions that have been actually taken to
compute tareget Q values, thus is an on-policy algorithm.
compute target Q values, thus is an on-policy algorithm.
"""

def _compute_target_values(self, exp_batch, gamma):
Expand Down

0 comments on commit f9b2385

Please sign in to comment.