This project requires Python 2.7 with the pygame library installed:
https://www.pygame.org/wiki/GettingStarted
Open smartcab/agent.py and implement LearningAgent. Follow TODOs for further instructions.
Make sure you are in the top-level project directory smartcab/ (that contains this README). Then run:
python smartcab/agent.py
OR:
python -m smartcab.agent
