Skip to content
Snippets Groups Projects
Unverified Commit da7e6166 authored by Antonio Andriella's avatar Antonio Andriella Committed by GitHub
Browse files

Update README.md

parent d989159c
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
##### The two BN models are initialised by using the data collected from the human-therapist patient interactions and the therapist expertise in the form of questionnaire. The models are then refined session after session when the robot interacts with the patient. Therefore more accurate models are estimated.
#### Package:
- **bn_model_template** folder contains the models skeleton of the two models in bn_learn format
- **bn_functions.py** and bn_variables.py are auxiliary classes for the bn_learn lib
......@@ -10,3 +11,4 @@
It returns a sequence of episodes defines as <current_state, assistive_action, next_state> that will be used as input for learning the reward function specific for that patient and therefore the degrees of assistance they need.
#### NB: in order to build the BNs that models the therapist and the patient we used the [bnlearn](https://pypi.org/project/bnlearn/) library
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment