I wanted to start educating myself about reinforcement learning and its algorithms. Thus. I decided to start with the simplest (and most famous) algorithm, Q-Learning.
Reinforcement Learning: Q-Learning with Open AI Taxi
Python code in a Jupyter notebook to implement Q-learning using the Open AI Taxi environment