From 7555eef9dfc9619ef4f13d315ad4b7da4055955d Mon Sep 17 00:00:00 2001 From: aandriella <aandriella@iri.upc.edu> Date: Wed, 4 Aug 2021 14:03:39 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01591a0..872e68a 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,13 @@ ##### 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 +``` #### Packages: - [CARESSER (aCtive leARning agEnt aSsiStive bEhaviouR)](https://github.com/aandriella/carf) -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: +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 -- robot_in_the_loop: the therapist is the robot - [Bayesian Network Generative Model](https://github.com/aandriella/BN_GenerativeModel) @@ -25,3 +28,4 @@ This package generates the robot's policy by the data provided by the GOAL simul The IRL code is based on the work of [ Maximilian Luz](https://github.com/qzed/irl-maxent). - [Generative Mutual Shaping RL](https://github.com/aandriella/GenMutShapRL) This package generates syntetic data by starting from the BN models of the patient and the robot. The BNs are built by gathering data from real interactions and therapist's expertise on the patient cognitive abilities. + -- GitLab