marinareda/gridworld-mountaincar-q-learning
04
Q-Learning in Custom Gridworld and MountainCar-v0
This repository contains the implementation of Q-Learning in two environments: a custom-built 5x5 Gridworld and the MountainCar-v0 environment from the OpenAI Gym library. The objective of the task was to train an agent to learn optimal policies in both environments using Q-Learning. 
