diff --git a/rl.py b/rl.py index 20a392592..868784e9f 100644 --- a/rl.py +++ b/rl.py @@ -133,7 +133,7 @@ def __init__(self, mdp, Ne, Rplus, alpha=None): self.alpha = lambda n: 1./(1+n) # udacity video def f(self, u, n): - """ Exploration function. Returns fixed Rplus untill + """ Exploration function. Returns fixed Rplus until agent has visited state, action a Ne number of times. Same as ADP agent in book.""" if n < self.Ne: