M02_OFC
The module implements the model of the orbitofrontal cortex described in the PhD thesis by Jan Morén 2002.
Example XML definition
A simple example
<module
class = "M02_OFC"
name = "OFC"
beta = "0.2"
/>
Parameters
| Name | Description | Type | Default |
|---|---|---|---|
| class | The class name for the module; must be "M02_OFC". | string | |
| name | The name of this instance of the module. | string | |
| beta | The learning rate | float | 0.2 |
Module Connections
Inputs
| Name | Description |
|---|---|
| INPUT | The stimulus input |
| A | The input from the amygdala |
| CON | The context input |
| Rew | The reward input |
Outputs
| Name | Description |
|---|---|
| EO | The inhibitory output to the amygdala |
| W | The weights |
References
Morén, J. (2002) Emotional Learning: A Computational Model of the Amygdala. Lund Univeristy Cognitive Studies, 93.
Author
Jan Moren
jan.moren@lucs.lu.se
Lund Univeristy Cognitive Science
Files
M02_OFC.h
M02_OFC.cc
M02_OFC.ikc