Skip to content

The repository contains the code for a web-based version of the Tower of London and Probabilistic Reversal Learning tasks.

Notifications You must be signed in to change notification settings

gajrajgchouhan/Final-Project-CS308-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-based version of the probabilistic reversal-learning task and Tower of London task (Executive functioning segment)

TA: Harsh Katakwar

Mentor: Akash K Rao/Shashank Uttrani

The probabilistic reversal-learning task and the Tower of London task are standard psychological tests for evaluating an individual's executive functioning and attentional control abilities. The web-based applications will be used for collecting data and for building cognitive models to predict human behavior in these tasks.

Tower of London

Probabilistic Reversal Learning

The web based version can be accessed at https://finalproject-cs308.herokuapp.com/ . To run it on local, follow the steps as given below:-

Installation and Running.

  • Install node.js and npm first.

  • For installing the dependencies.

npm install
  • For generating docs.
make
  • For running the server.
node index.js

About

The repository contains the code for a web-based version of the Tower of London and Probabilistic Reversal Learning tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.9%
  • CSS 20.9%
  • JavaScript 16.2%