Implementation of k-armed Bandit problems from Sutton and Barto book in Julia.
I'm currently learning about Reinforcement Learning and Julia simultaneously. This repo contains implementations of problems from the classic Sutton and Barto book (Reinforcement Learning)[http://incompleteideas.net/book/the-book.html].
Implemented Section 2.3 as a "Hello World". My results: