Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Simanta Gautam authored and Simanta Gautam committed Dec 19, 2015
1 parent e5be1b0 commit 161d86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ An action can be selected from an input state space using:
action = Brain.forward(state);
```

Learning can be effected from the last state space input to Brian.forward by giving a reward value:
Learning can be affected from the last state space input to Brian.forward by giving a reward value:

```bash
Brain.backward(reward);
Expand Down

0 comments on commit 161d86c

Please sign in to comment.