]> git.armaanb.net Git - norepinephrine_wm.git/blob - conf.py
Log things
[norepinephrine_wm.git] / conf.py
1 dt = 0.01              # Time step
2 t_cue = 1.0            # Duration of cue presentation
3 cue_scale = 1.0        # How strong the cuelus is from the visual system
4 perceived = 0          # ???
5 time_scale = 0.4       # ???
6 steps = 100            # How fine to run the outer loop of the simulation
7 noise_wm = 0.005       # Standard deviation of white noise added to WM
8 noise_decision = 0.005 # Standard deviation of white noise added to decision
9 neurons_decide = 100   # Number of neurons for decision
10 neurons_inputs = 100   # Number of neurons for inputs ensemble
11 neurons_wm = 100       # Number of neurons for working memory ensemble
12 tau_wm = 0.1           # Synapse on recurrent connection in wm
13 tau = 0.01             # Synaptic time constant between ensembles
14 t_delay = 8.0          # Duration of delay period between cue and decision