$ conda env create -f environment.yml
Specify the parameters of the simulation using a configuration YAML file and run
$ python main.py -c [config_file] -o [output_folder]
An example of a configuration file is config.yml
. The parameter output_folder
takes a default value if it is not specified.
$ python main.py -c config.yml