X-Git-Url: https://git.armaanb.net/?p=norepinephrine_wm.git;a=blobdiff_plain;f=README;h=d916536f679bc4c1ea5143f60a1d825137926f23;hp=35378eb881c0a4316f6db8de65947d44b3a54fba;hb=HEAD;hpb=34c295265845573ded0eb3d96d81d9a1adea1609 diff --git a/README b/README index 35378eb..d916536 100644 --- a/README +++ b/README @@ -8,8 +8,7 @@ Marianne Bezaire. The work in this repository was in-part derived from "Effects of Guanfacine and Phenylephrine on a Spiking Neuron Model of Working Memory" by Peter Duggins, -Terry Stewart, Xuan Choo, Chris Eliasmith. Some of those original files are -preserved in old/. +Terry Stewart, Xuan Choo, Chris Eliasmith. Usage @@ -28,8 +27,11 @@ Modify conf.py as needed: vi conf.py -Run simulation (use the -h flag to see more options): +Run simulation: python3 model.py -Results are stored in ./out/. +An overall progress bar is shown during the simulation, and more detailed +results are stored in a log file. Logs and charts are stored in ./out/. The +simulation will be skipped if a file named simulation.pkl is present. It will be +loaded and used instead of the simulation being run.