Notes

← Back to home

A collection of fragments of understanding in the pursuit of deeper questions.

Rescorla - Wagner Rule

Rescorla Wagner Rule Model of classical conditioning in which learning is conceptualized in terms of associations between conditioned and unconditioned stimuli. Change in value V(st)V\left( s_{t} \right) is proportional to the difference between actual and predicted reward.

V(st)V(st)+η[Rsum(V(st))]V\left( s_{t} \right) \leftarrow V\left( s_{t} \right) + \eta\left\lbrack R - sum\left( V\left( s_{t} \right) \right) \right\rbrack

where: sts_{t} is the stimulus, V(st)V\left( s_{t} \right) is the associative strength of conditioned stimulus sts_{t}, R is the reward, η\eta is the learning rate, sum(V(st))sum\left( V\left( s_{t} \right) \right) is the sum of associative strengths of all conditioned stimuli (including sts_{t}) that are presented on this trial (the n-th trial) and [Rsum(V(st))]|\left\lbrack R - sum\left( V\left( s_{t} \right) \right) \right\rbrack| is the surprise.

Two assumptions/hypotheses:

  • Learning is driven by the error signal (formalized as notion of surprise).
  • Summation of predictors is linear.
image89