Skip to content

Human sensorimotor control modelling framework based on Markkula et al's paper (DOI: 10.1007/s00422-017-0743-9)

License

Notifications You must be signed in to change notification settings

christian-nils/human-modelling-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

human-modelling-framework is a JavaScript/TypeScript library based on the human sensorimotor control modelling framework described in [1]. The driver model can be created by using the different classes implemented in the library. The most simple case would implement a single accumulator branch where the input would be a perceptual cue. You will have to tune the perceptual quantity received and predicted by assigning a Pp and a Pr object to the accumulator branch.

One example can be found on [2]. In the example, two accumulator branches are implemented and a linking function (see Link class) manages the interface between both branches.

Installation

To use the library directly in your application, you can use the NPM registry.

npm i human-modelling-framework

Final notes

You are welcome to fork the GitHub repository if you would like to extend this library.

About

Human sensorimotor control modelling framework based on Markkula et al's paper (DOI: 10.1007/s00422-017-0743-9)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published