Introduction to Reinforcement Learning and Solving the Multi-armed Bandit Problem
Dissecting “Reinforcement Learning” by Richard S. Sutton with Custom Python Implementations, Episode I Oliver S · Follow Published in Towards Data Science · 11 min read · 13 hours ago — Reinforcement Learning (RL) is a fascinating subfield of Machine Learning. You might already know it from applications such as playing Go [1], autonomous driving [2], and more. Equally fascinating in my opinion is Sutton’s and Barto’s famous book, “Reinforcement Learning” [3]. I think it’s