Skip to content

Commit

Permalink
fix typo (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkterry1 committed Jan 14, 2021
1 parent 21ed3b3 commit 714ec72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all/approximation/feature_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __call__(self, states):
state (all.environment.State): An environment State
Returns:
all.environment.State: An enviornment State with the computed features
all.environment.State: An environment State with the computed features
'''
features = self.model(states)
graphs = features.observation
Expand Down

0 comments on commit 714ec72

Please sign in to comment.