]> git.armaanb.net Git - norepinephrine_wm.git/blob - conf.py
More work
[norepinephrine_wm.git] / conf.py
1 import numpy as np
2
3 dt = 0.01              # Time step
4 t_cue = 1.0            # Duration of cue presentation
5 t_delay = 8.0          # Duration of delay period between cue and decision
6 cue_scale = 1.0        # How strong the cuelus is from the visual system
7 misperceive = 0.1      # ???
8 time_scale = 0.4       # ???
9 steps = np.arange(750) # Steps to use
10 noise_wm = 0.005       # Standard deviation of white noise added to WM
11 noise_decision = 0.005 # Standard deviation of white noise added to decision
12 neurons_decide = 100   # Number of neurons for decision
13 neurons_inputs = 100   # Number of neurons for inputs ensemble
14 neurons_wm = 100       # Number of neurons for working memory ensemble
15 tau_wm = 0.1           # Synapse on recurrent connection in wm
16 tau = 0.01             # Synaptic time constant between ensembles