Skip to content

Commit

Permalink
Merge pull request blakeMilner#4 from SimsGautam/simsgautam
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
Blake Milner committed Dec 21, 2015
2 parents e5be1b0 + 161d86c commit ba2a8c7
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 ba2a8c7

Please sign in to comment.