Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 505 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 505 Bytes

Installing julia

Install julia using the package manager of your operating system, or follow the instructions here.

Running the simulation

First run a julia shell inside the project directory to instantiate the project environment: julia --project=. -ie 'using Pkg; Pkg.instantiate; import SlowGameSim;'

Once the shell is up, you can run the following example including interactive visualization: SlowGameSim.experiment_and_plot(20, 20, 1, 10, 1, 10000, 0)