Skip to content

Udacity Machine Learning Engineer - P4 - Train a Smartcab to Drive

Notifications You must be signed in to change notification settings

mic0331/smartcab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Udacity Machine Learning Engineer - P4 - Train a Smartcab to Drive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages