Skip to content
/ smartcab Public

Train a SmartCab how to drive using reinforcement learning.

Notifications You must be signed in to change notification settings

jonad/smartcab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning

Project: Train a Smartcab How to Drive

Install

This project requires Python 2.7 with the pygame library installed

Run

In a terminal or command window, navigate to the top-level project directory smartcab/ (that contains this README) and run one of the following commands:

python smartcab/agent.py
python -m smartcab.agent

This will run the agent.py file and execute your agent code.