An open API service indexing awesome lists of open source software.

https://github.com/jonad/smartcab

Train a SmartCab how to drive using reinforcement learning.
https://github.com/jonad/smartcab

bandit-learning markov-decision-processes pygame python reinforcement-learning

Last synced: 21 days ago
JSON representation

Train a SmartCab how to drive using reinforcement learning.

Awesome Lists containing this project

README

          

# Reinforcement Learning
## Project: Train a Smartcab How to Drive

### Install

This project requires **Python 2.7** with the [pygame](https://www.pygame.org/wiki/GettingStarted
) 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.