Skip to content

Commit

Permalink
Update basic_tutorial.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
alexholdenmiller authored May 15, 2017
1 parent 0b05356 commit a736a01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/basic_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,11 @@ available or else says "I don't know."
def __init__(self, opt):
self.id = 'LabelAgent'
# #
# store observation for later
# store observation for later, return it unmodified
# #
def observe(self, observation):
self.observation = observation
return observation
# #
# return label from before if available
# #
Expand Down

0 comments on commit a736a01

Please sign in to comment.