GithubHelp home page GithubHelp logo

schroedtert / dynamic-waiting Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 5.06 MB

CA Model for waiting pedestrians at train station platforms.

License: MIT License

Python 99.37% Shell 0.63%
ca pedestrian-behavior pedestrian-dynamics pedestrian

dynamic-waiting's Introduction

Cellular automata for waiting pedestrians at platforms

Trying to model waiting behavior of pedestrians on train station platforms via Cellular Automaton.

Publications

A more detailed explanation of the model is given in the paper and in the talk at the FEMTC 2020.

The results presented there are computed with the FEMTC2020 release from this repository.

Requirements

Python 3.6 with following packages is required:

  • descartes
  • matplotlib
  • numpy
  • pandas
  • scikit-fmm
  • scipy
  • Shapely
  • VisiLibity

They can by installed by:

pip install -r requirements.txt

Usage

python waiting_ca.py <optional arguments>
option default value description
-h, --help show this help message and exit
--max_agents 100 max number of pedestrians
--init_agents 20 number of pedestrians at start of simulation
--standing_agents 0 number of pedestrian which will not move during simulation (only init agents)
--steps 180 number of simulation steps
--file './geometries/simplified.xml' geometry used for simulation
--seed 124 used random seed
--w_exit 1 weight of exit potential
--w_wall 1 weight of wall potential
--door_b, --door_c 1, 1 sigmoid parameter for door decay
--exit_b, --exit_c 1, 1 sigmoid parameter for exit decay
--wall_b, --wall_c 1, 1 sigmoid parameter for wall decay
--ped_b, --ped_c 1, 1 sigmoid parameter for ped decay
--plot False plot the static ff, and peds in each step
--output_path 'results' directory where the results are stored

dynamic-waiting's People

Contributors

schroedtert avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.