]> git.armaanb.net Git - norepinephrine_wm.git/blobdiff - README
final update
[norepinephrine_wm.git] / README
diff --git a/README b/README
index 35378eb881c0a4316f6db8de65947d44b3a54fba..d916536f679bc4c1ea5143f60a1d825137926f23 100644 (file)
--- 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.
 <https://github.com/psipeter/drugs_and_working_memory>
 
 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.