项目作者: RyosukeHonda

项目描述 :
Implement q-learning to find the best way in the crowded traffic
高级语言: Jupyter Notebook
项目地址: git://github.com/RyosukeHonda/smartcab.git
创建时间: 2016-06-22T05:37:05Z
项目社区:https://github.com/RyosukeHonda/smartcab

开源协议:

下载


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

Code

Open smartcab/agent.py and implement LearningAgent. Follow TODOs for further instructions.

Run

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

python smartcab/agent.py

OR:

python -m smartcab.agent