Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1006 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 1006 Bytes

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.