georgesung / ml_nanodegree_smartcab

Reinforcement learning project, part of Machine Learning Nanodegree from Udacity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%