Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 740 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 740 Bytes

This repository contains the code and some reults for the Credit Assignment in Traffic Signal Control MSc thesis. The thesis is included as a PDF file.

Prerequistits

To run this code install the requirments by running

pip install -r requirments.txt

A fork of this repository https://github.com/zhc134/tlc-baselines is needed, in the same directory clone this repository by running

git clone https://github.com/r7sy/tlc_baselines.git

this repository contains a gym environment wrapper for CityFlow.

Running the code

Run runner.py to run an experiment.

Dataset

The dataset files are the same files available in this repository.