Skip to content

Reinforcement Learning project to train a TaxiCab to drive in a simulated city.

Notifications You must be signed in to change notification settings

girishpai/SelfDrivingTaxiCab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Train a Smartcab How to Drive using Reinforcement learning

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

Reinforcement Learning project to train a TaxiCab to drive in a simulated city.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages