/mlcms-2

ML in Crowd Modelling & Simulation | Exercise #2

Primary LanguageJava

TUM | Machine Learning in Crowd Modelling & Simulation

Exercise #2

for Summer Semester 2020

To work with Vadere Crowd Simulation Software, we cloned the stable branch into our repository.

In order to compile & run, an IDE is required.

Clone the repository, then;

mvn clean
mvn -Dmaven.test.skip=true package

Same commands taken from the original repository.

Follow the steps below after building the necessary files.


GUI


Navigate to directory below;

cd VadereGui/target

Then;

vadere-gui.jar

If that doesn't work, do;

<PATH TO JDK> -jar vadere-gui.jar

CONSOLE


Navigate to directory below;

cd VadereSimulator/target

Then;

vadere-console.jar

If that doesn't work, do;

<PATH TO JDK> -jar vadere-console.jar