METHOD
Epsilon-greedy exploration shifts from exploring to exploiting as epsilon decays across training. Every step applies the Bellman update to the Q-table; per-episode reward is logged to watch convergence rather than assume it.
OUTCOME + NEXT
The trained agent reliably picks up and drops off passengers. Documented next step: moving from tabular methods to Deep Q-Networks for higher-dimensional state spaces.
PYTHON
NUMPY
OPENAI GYM
MATPLOTLIB