/bifurcations

Bifurcation Theory & Crowd Simulation

Primary LanguagePython

bifurcations

Bifurcation Theory & Crowd Simulation

Exercise 3 for the practical course "Machine Learning in Crowd Modeling & Simulation" at TUM, winter 19.

Usage

  1. Make sure you have Python 3.6+ installed.
  2. git clone https://github.com/leotappe/bifurcations
  3. cd bifurcations
  4. python3 -m venv venv
  5. source venv/bin/activate
  6. pip install -r requirements.txt