https://github.com/kensuke-mitsuzawa/sumo-sim-monaco-scenario
https://github.com/kensuke-mitsuzawa/sumo-sim-monaco-scenario
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kensuke-mitsuzawa/sumo-sim-monaco-scenario
- Owner: Kensuke-Mitsuzawa
- Created: 2024-01-26T10:58:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T10:03:43.000Z (8 months ago)
- Last Synced: 2025-01-19T11:30:32.921Z (4 months ago)
- Language: Jupyter Notebook
- Size: 36.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What's this?
A docker environment for executing [Sumo Monaco Scenario](https://github.com/lcodeca/MoSTScenario).
Some utilities are together.
# Specs
A docker image creates the following environment,
- Ubuntu 20.04
- Sumo 1.14
- Python 3.10# Python Interfaces
This project has an interface that you can run multiple-simulations in parallel.
This feature is useful when you wanna compare multiple scenarios.
The parallel computation is thanks to Dask.See README in the `simulation_extractions`.