grsnc.binb
Class Rivest06

java.lang.Object
  |
  +--java.util.Observable
        |
        +--lnsc.page.AbstractObservableAgent
              |
              +--grsnc.binb.Rivest06
All Implemented Interfaces:
Agent, java.io.Serializable

public class Rivest06
extends AbstractObservableAgent

Title: BG Math Model (Francois Rivest, 10 Mar 2006)
Description: Agent based a Mathematical Model of the Basal Ganglia
Copyright: Copyright (c) 2004
Company: UdeM
Note: Eligibility traces are bounded between -1 and 1. (Actors still untraced)

Summary. In this model, the critic uses standard TD formula, while the actor uses a natural gradient that gives biological three-synaptic update rule. Although the critic part is not totally biologically plausible, it is the same as the Suri&Schultz1999Model equations. It would be interesting to find a biologically plausible equivalent formula.

Implementation details: