Skip to content

aaron-iglesias/Train-a-Smartcab-to-Drive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 4: Reinforcement Learning

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.

About

Trained smart cab agent simulation using Q-Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages