Q-Learning Taxi-v4
This repository contains a Q-Learning agent trained on Taxi-v4.
Environment
- Environment: Taxi-v4
- Algorithm: Q-Learning
Files
q-learning.pkl: trained Q-table and hyperparameters.
results.json: evaluation results if available.
Notes
This model was uploaded manually to avoid rendering issues with pygame in Colab.