Skip to content

ML in Crowd Modelling & Simulation | Exercise #2

Notifications You must be signed in to change notification settings

TUM-MLCMS/mlcms-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ML in Crowd Modelling & Simulation | Exercise #2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published