Skip to content

rougier/basal-ganglia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a reference implementation for the following models:

  • M. Guthrie, A Leblois, A. Garenne, T. Boraud, "Interaction between cognitive and motor cortico-basal ganglia loops during decision making: a computational study", Journal of Neurophysiology, 2013. Build Status

  • C. Piron, D. Kase, M. Topalidou, M. Goillandeau, H. Orignac, T. N'Guyen, N.P. Rougier, T. Boraud, "The Globus Pallidus Pars Interna in Goal-Oriented and Routine Behaviors: Resolving a Long-Standing Paradox", Movement Disorders, 2016. Build Status

Installation

It requires python, numpy, cython and matplotlib:

$ pip install numpy cython maplotlib tqdm

To compile the model, just type:

$ python setup.py develop

Then you can run a single trial:

$ cd experiments/
$ python single-trial-guthrie.py

Or the full version:

$ python experiment-guthrie.py

About

Basal ganglia model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages