From 161d86c38d2285f337cb49c2a1edfa564a190a5b Mon Sep 17 00:00:00 2001 From: Simanta Gautam Date: Sat, 19 Dec 2015 02:23:36 -0500 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb5435c..979c7b2 100644 --- a/README.md +++ b/README.md @@ -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);