Skip to contents

RW1972

## $name
## [1] "alphas"    "betas_on"  "betas_off" "lambdas"  
## 
## $default_value
## [1] 0.4 0.4 0.4 1.0
Name Symbol Description
alphas α\alpha Learning rate for presented stimulus
betas_on, betas_off βon,βoff\beta_{on},\beta_{off} Intensity of presented and absent target
lambdas λ\lambda Maximum learning supported by target

MAC1975

model_parameters("MAC1975")
## $name
## [1] "alphas"     "min_alphas" "max_alphas" "betas_on"   "betas_off" 
## [6] "lambdas"    "thetas"     "gammas"    
## 
## $default_value
## [1] 0.4 0.1 1.0 0.4 0.4 1.0 0.2 0.3
Name Symbol Description
alphas α\alpha Starting associability (learning rate) for presented stimulus
min_alphas, max_alphas αmin,αmax\alpha_{min}, \alpha_{max} Minimum and maximum associability for stimulus
betas_on, betas_off βon,βoff\beta_{on},\beta_{off} Intensity of presented and absent target
lambdas λ\lambda Maximum learning supported by target
thetas θ\theta Attentional learning rate parameter for stimulus
gammas γ\gamma Attentional learning weight for stimulus

PKH1982

model_parameters("PKH1982")
## $name
## [1] "alphas"     "min_alphas" "max_alphas" "betas_ex"   "betas_in"  
## [6] "lambdas"    "thetas"     "gammas"    
## 
## $default_value
## [1] 0.4 0.1 1.0 0.4 0.3 1.0 1.0 0.3
Name Symbol Description
alphas α\alpha Learning rate for presented stimulus
min_alphas, max_alphas αmin,αmax\alpha_{min}, \alpha_{max} Minimum and maximum associability for stimulus
betas_in, betas_ex βin,βex\beta_{in},\beta_{ex} Learning rates for inhibitory and excitatory associations
lambdas λ\lambda Maximum learning supported by target
thetas θ\theta Decay/strengthening associability rate parameter for stimulus
gammas γ\gamma Attentional learning weight for stimulus

SM2007

## $name
## [1] "alphas"  "lambdas" "omegas"  "rhos"    "gammas"  "taus"    "order"  
## 
## $default_value
## [1] 0.4 1.0 0.2 1.0 1.0 0.2 1.0
Name Symbol Description
alphas α\alpha Learning rate for presented stimulus
lambdas λ\lambda Maximum learning supported by target
omegas ω\omega Weakening rate for presented stimulus
rhos ρ\rho Salience contribution for unconditioned activation of target
gammas γ\gamma Contribution of stimulus to comparison process
taus τ\tau Learning rate for operator switch
order orderorder Order for the comparison process

HDI2020/HD2022

model_parameters("HDI2020")
## $name
## [1] "alphas"
## 
## $default_value
## [1] 0.4
## $name
## [1] "alphas"
## 
## $default_value
## [1] 0.4
Name Symbol Description
alphas α\alpha Learning rate for presented stimulus

TD

## $name
## [1] "alphas"    "betas_on"  "betas_off" "lambdas"   "gamma"     "sigma"    
## 
## $default_value
## [1] 0.05 0.40 0.40 1.00 0.95 0.90
Name Symbol Description
alphas α\alpha Learning rate for presented stimulus
betas_on, betas_off βon,βoff\beta_{on},\beta_{off} Intensity of presented and absent target
lambdas λ\lambda Maximum learning supported by target
gamma γ\gamma Temporal discount parameter
sigma σ\sigma Rate of decay for eligibility traces

ANCCR

## $name
##  [1] "reward_magnitude"  "betas"             "cost"             
##  [4] "temperature"       "threshold"         "k"                
##  [7] "w"                 "minimum_rate"      "sampling_interval"
## [10] "use_exact_mean"    "t_ratio"           "t_constant"       
## [13] "alpha"             "alpha_reward"      "use_timed_alpha"  
## [16] "alpha_exponent"    "alpha_init"        "alpha_min"        
## [19] "add_beta"          "jitter"           
## 
## $default_value
##  [1] 1.000 1.000 0.000 1.000 0.600 1.000 0.500 0.001 0.200 0.000 1.200    NA
## [13] 0.020 0.200 0.000 1.000 1.000 0.000 0.000 1.000
Name Symbol Description
reward_magnitude CWj,jCW_{j,j} Reward magnitude for target
betas β\beta Unconditional value for target
cost costcost Response cost
temperature temperaturetemperature Temperature for softmax function
threshold θ\theta Threshold to become meaningful causal target/putative cause
k,alpha,alpha_reward k,α,αrewardk,\alpha,\alpha_{reward} Learning rates for predecessor representation, predecessor representation contingency, and causal weights.
w ww Weight for net contingency computation
minimum_rate minimum_rateminimum\_rate Lower bound on perceivable event rates
sampling_interval sampling_intervalsampling\_interval Time interval to update base rate calculations
use_exact_mean use_exact_meanuse\_exact\_mean Whether to use exact mean calculations for α\alpha
t_ratio t_ratiot\_ratio Ratio to calculate time constant
use_timed_alpha use_timed_alphause\_timed\_alpha Whether to use exponential decay for α\alpha
alpha_exponent, alpha_init, alpha_min alpha_exponent,alpha_init,alpha_minalpha\_exponent,alpha\_init, alpha\_min Parameters for exponential decay of α\alpha
add_beta add_betaadd\_beta Whether to add β\beta to dopaminergic activity
jitter jitterjitter Magnitude of perceptual noise for simultaneous events

RAND

## $name
## [1] "alphas"
## 
## $default_value
## [1] 0.4
Name Symbol Description
alphas α\alpha Placeholder; no meaning.