This project implements a maze-solving algorithm using Reinforcement Learning (RL) techniques. The RL algorithm, based on SARSA, is applied to an environment provided by the OpenAI Gym library. The ...