Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 447 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 447 Bytes

Train a smartcab how to drive

Reinforcement Learning Project

Install

This project requires Python 2.7 with the pygame library installed:

https://www.pygame.org/wiki/GettingStarted

Run

Make sure you are in the top-level smartcab directory. Then run:

python smartcab/agent.py

OR:

python -m smartcab.agent

Develop

Open agent.py and implement LearningAgent. Follow the TODOs in there for further instructions.