Skip to content

Commit 6b63229

Browse files
authored
Update 2017-02-17-reinforcementlearning.md
1 parent fb930e1 commit 6b63229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2017-02-17-reinforcementlearning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ data BoardState = BoardState { xloc :: [Int],
5858

5959
### Haskell Gloss
6060

61-
The UI toolkit Gloss was used to initially display a grid. I hoped that eventually I could debug this visually. That hope turned out to be false as I misjudged the number of times one trains an algorithm like this. So this code is not usefule for debugging.
61+
The UI toolkit Gloss was used to initially display a grid. I hoped that eventually I could debug this visually. That hope turned out to be false as I misjudged the number of times one trains an algorithm like this. So this code is not useful for debugging.
6262

6363
{% highlight haskell %}
6464
translationaccumulator :: [Int] -> [Int] -> [(Float,Float)] -> [Picture] -> [Picture]

0 commit comments

Comments
 (0)