Fix typo on policies documentation (#535)

This commit is contained in:
Armin Primadi
2018-08-24 05:56:13 +07:00
committed by pzhokhov
parent 3900f2a447
commit cb14da96ca

View File

@@ -72,7 +72,7 @@ class PolicyWithValue(object):
def step(self, observation, **extra_feed):
"""
Compute next action(s) given the observaion(s)
Compute next action(s) given the observation(s)
Parameters:
----------
@@ -93,7 +93,7 @@ class PolicyWithValue(object):
def value(self, ob, *args, **kwargs):
"""
Compute value estimate(s) given the observaion(s)
Compute value estimate(s) given the observation(s)
Parameters:
----------