Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 804 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 804 Bytes

Julia_k_armed_bandit

Implementation of k-armed Bandit problems from Sutton and Barto book in Julia.

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.

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].

10-armed Testbed Implementation

Implemented Section 2.3 as a "Hello World". My results:

alt text