https://github.com/agentsoz/ees
Emergency Evacuation Simulator
https://github.com/agentsoz/ees
agent-based bdi evacuation matsim rmit simulations
Last synced: 5 months ago
JSON representation
Emergency Evacuation Simulator
- Host: GitHub
- URL: https://github.com/agentsoz/ees
- Owner: agentsoz
- License: mit
- Created: 2018-09-16T23:53:24.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T22:00:19.000Z (over 1 year ago)
- Last Synced: 2025-10-25T16:39:13.526Z (8 months ago)
- Topics: agent-based, bdi, evacuation, matsim, rmit, simulations
- Language: Java
- Size: 273 MB
- Stars: 8
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-crowdynamics - GitHub - based modeling | Java, R, Python | (Tools)
README
# Emergency Evacuation Simulator
`main`
## Dependencies
This program depends on the following projects:
* [BDI-ABM Integration](https://github.com/agentsoz/bdi-abm-integration)
* [Social Network Diffusion Model](https://github.com/agentsoz/diffusion-model)
## Setup
Initialise and update the git submodules as below. This only has to be done once, when you first clone this repository.
```
git submodule update --init --recursive
```
## How to build
```
./mvnw package
```
This will produce the EES release archive in `ees/target/ees-x.y.z-SNAPSHOT.zip`.
## How to run
To run the example scenario unzip the release archive and follow the instructions provided in the packaged README.md.
## Known Issues
* See [GitHub Issues](https://github.com/agentsoz/ees/issues).