Skip to content

hamkerlab/Maith2024_Poster_Active_Self

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Poster Active Self

This is the code repository for the poster "A Neurocomputational Model of Basal Ganglia-Intralaminar Nuclei Interactions: Implications for Attentional Orienting and Sense of Agency". View Poster

Authors:

How to use the simulation Code

Prerequirements

Quick Overview

  • 'core_parameters': all global parameters
  • 'core_model': how the ANNarchy model is created (Poster content is related to the 'prediction_model')
  • 'core_experiment': how the experimental paradigm is implemented
  • 'simulation_run', 'simulation', and 'simulation_analyze': scripts for running the task with the model + creating figures

Simulate and Analyze

Simulating and analyzing is started using 'simulation_run.py'. You can start both together or separately.

Simulate / create the date:

Make sure in the file 'core_paramters': SIMULATION_SIMULATE = True and SIMULATION_OPTIMIZE = False. Then run the pyhton file 'simulation_run.py'.

Analyze / create figures:

Make sure in the file 'core_paramters': SIMULATION_ANALYZE = True, SIMULATION_PF_RESPONSE_PLOT = True, and SIMULATION_SINGLE_TRIAL_PLOT = True. Set SIMULATION_SIMULATE = False if you already created data / dont want to simulate again. Then run the python file 'simulation_run.py'.

Data and figures are stored in the 'simulation_data/' folder (as defined in the 'core_paramters' file).

About

Code repository for the poster 'A Neurocomputational Model of Basal Ganglia-Intralaminar Nuclei Interactions: Implications for Attentional Orienting and Sense of Agency'

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 62.3%
  • TeX 37.7%