Taxi Driver
This program was build using Python 3.9.7
- Install librairies using
pip install -r requirements.txt
. - Run brute_force notebook to view results for a brute force algorithm.
- Run taxi_program notebook to view results for a reinforcement learning algorithm.