# CARESSER: Personalised Robot-assisted Cognitive Training
#### "Introducing CARESSER: a Framework for in Situ Learning Robot Social Assistance from Expert Knowledge and Demonstrations" [Website link](http://www.iri.upc.edu/groups/perception/#CARESSER)
##### Authors: Antonio Andriella, Carme Torras, Carla Abdelnour and Guillem Alenyà
```diff
- N.B: main branch does not work, need to use either caregiver_in_the_loop or robot_in_the_loop
The main package in change of generating the exercise and managing the interactions between the patients and the therapist (either human or robot). It has two branches (ignore the main):
-- caregiver_in_the_loop: the therapist is the human
This package generates two bayesian models by combining the data collected from the interactions between the therapist and the patient and the therapist's expertise (from questionnaire). The models are actively refined during the interaction between the robot and the patient.
This package provides the positions of the tokens on the board (RFID + Arduino).
-[Robot Face Visalizer](https://github.com/aandriella/robot_face_visualizer)
This package reproduces on a screen some facial expressions.
-[Robot Face Expression](https://github.com/aandriella/robot_face_expression)
This pakage generates the facial expressions using OpenCV, it is based on previous work of [Bilgehan NAL](https://github.com/bilgehannal/baxter_face_software) on the Baxter robot.
This package generates the robot's policy by the data provided by the GOAL simulator. It is based on the work of [Maximilian Luz](https://github.com/qzed/irl-maxent).
-[GOAL sim](https://github.com/aandriella/GOAL)
This package generates the simulation as well as the policy to embed on the robot by starting from the BN models of the therapist and the robot. The BNs are built by gathering data from real interactions and therapist's expertise on the patient cognitive abilities.
This package contains the cognitive training domain both for the IRL algorithm and for the real time interaction between the patient and the therapist (human or robot).