This is a solution to OpenAI Gym's Taxi-v2 with expected Sarsa. In the jupyter notebook, there is an attempt to solve Taxi-v3, which does not get solved with same parameters (default ones).
Board:
+---------+
|R: | : :G|
| : | : : |
| : : : : |
| | : | : |
|Y| : |B: |
+---------+
- OpenAi's gym
- Python
- numpy
- scipy
- seaborn
- pickle