Giter Club home page Giter Club logo

turing-route-66's Introduction

Turing Route 66

Git repository for the assignment 'Touring Machines' for the course Simulation Tooling for the bachelor programme Artificial Intelligence at the HU University of Applied Sciences Utrecht.


To run the simulation in the interactive webserver, the file run.py needs to be executed. This will open the webpage http://127.0.0.1:8521/

The plots belonging to the simulation and the batch run can be seen in the Jupyter Notebook Simulation Analysis.ipynb.

To update the documentation, the command make html needs to be run. The documentation can also be viewed on Read The Docs.

Python 3.8.X is currently not supported. It is recommended to run the simulation in Python 3.6.x or 3.7.x.

Installing dependencies

Both PiPy and Conda are supported.

PiPy (pip)

pip install -r requirements.txt

Conda

conda env update -f env.yml  # To update current env
 # or
conda env create -f env.yml  # To create new env

Abstract

With world poverty rates declining and access to private transportation methods increasing, road congestion is an ever-growing problem. Using the conducted experiment, we attempted to answer the following question: How does a traffic light on an on ramp and its timing affect throughput on a highway? In order to do this, we implemented and altered the Nagel-Schreckenberg congestion model.

Increasing the timer duration of the traffic light showed a positive effect on the throughput of the main road. Increasing the timer duration also caused the buildup of a large queue on the on ramp. Further research may focus on not only congestion on the highway, but also that of the on ramp. Finding the right balance between the two will hopefully improve throughput for the road network as a whole.

turing-route-66's People

Contributors

casper-smet avatar denbergvanthijs avatar stanmey avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.