Skip to content

Reinforcement learning project, part of Machine Learning Nanodegree from Udacity

Notifications You must be signed in to change notification settings

georgesung/ml_nanodegree_smartcab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Train a Smartcab How to Drive

Reinforcement Learning Project

Jou-ching Sung

Install

This project requires Python 2.7 with the pygame library installed:

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

Code

All code is in smartcab/*.py

Report

The report is in Report.pdf

Run

Make sure you are in the top-level project directory smartcab/ (that contains this README). Then run:

python smartcab/agent.py

To execute the hyper-parameter sweep, run:

python smartcab/find_hyper_params.py

About

Reinforcement learning project, part of Machine Learning Nanodegree from Udacity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages