Learn about the different Upper Confidence Bound bandit algorithms (UCB1, UCB1-Tuned, UCB1-Normal). Python code provided for all experiments. — Introduction In this series of posts, we experiment with different bandit algorithms in order to optimise our movie nights — more specifically how we select movies and restaurants for food delivery! For newcomers, the name bandit comes from slot-machines (known as one-armed bandits). You can think of it as something that…