Skip to content

A reinforcement learning demo where a smartcab learns to "drive" itself

Notifications You must be signed in to change notification settings

martinbede/smartcab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Train a smartcab how to drive

A reinforcement learning demo.

Part of the Udacity Machine Learning Engineer Nanodegree program.

A fully trained agent in action

Note: the smartcab is the red car.

Demo GIF

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.

About

A reinforcement learning demo where a smartcab learns to "drive" itself

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published