From cc1419f5720ca1b6d83ceba81200771131d9f4c6 Mon Sep 17 00:00:00 2001 From: Antonio Andriella <aandriella@iri.upc.edu> Date: Tue, 17 Nov 2020 23:11:43 +0100 Subject: [PATCH] Add patient 3 without feedback --- .../3/False/1/bn_variables.csv | 24 ++++++++--------- .../3/False/2/bn_variables.csv | 26 +++++++++---------- .../3/False/3/bn_variables.csv | 10 ++++--- 3 files changed, 31 insertions(+), 29 deletions(-) diff --git a/therapist-patient-interaction/3/False/1/bn_variables.csv b/therapist-patient-interaction/3/False/1/bn_variables.csv index 6ac8fbb..ff35ea4 100644 --- a/therapist-patient-interaction/3/False/1/bn_variables.csv +++ b/therapist-patient-interaction/3/False/1/bn_variables.csv @@ -1,12 +1,12 @@ -user_action,game_state,attempt,agent_assistance -2,0,1,0 -0,0,2,0 -2,0,1,0 -1,0,2,0 -0,0,3,0 -1,1,1,0 -0,1,2,0 -2,1,1,0 -0,1,2,0 -1,2,1,0 -0,2,2,0 +user_action,game_state,attempt,agent_assistance +2,0,0,0 +0,0,1,1 +2,0,0,0 +1,0,1,1 +0,0,2,2 +1,1,0,0 +0,1,1,1 +2,1,0,1 +0,1,1,1 +1,2,0,1 +0,2,1,1 diff --git a/therapist-patient-interaction/3/False/2/bn_variables.csv b/therapist-patient-interaction/3/False/2/bn_variables.csv index a7c3afd..0e5ebd1 100644 --- a/therapist-patient-interaction/3/False/2/bn_variables.csv +++ b/therapist-patient-interaction/3/False/2/bn_variables.csv @@ -1,13 +1,13 @@ -user_action,game_state,attempt,agent_assistance -2,0,1,0 -0,0,2,0 -2,0,1,0 -1,0,2,0 -1,0,3,0 -1,0,4,0 -1,1,1,0 -0,1,2,0 -2,1,1,0 -1,1,2,0 -0,1,3,0 -0,2,1,0 +user_action,game_state,attempt,agent_assistance +2,0,0,0 +0,0,1,2 +2,0,0,0 +1,0,1,1 +1,0,2,0 +1,0,3,1 +1,1,0,0 +0,1,1,1 +2,1,0,0 +1,1,1,0 +0,1,2,3 +0,2,0,0 diff --git a/therapist-patient-interaction/3/False/3/bn_variables.csv b/therapist-patient-interaction/3/False/3/bn_variables.csv index f9bbb42..19d6c04 100644 --- a/therapist-patient-interaction/3/False/3/bn_variables.csv +++ b/therapist-patient-interaction/3/False/3/bn_variables.csv @@ -1,4 +1,6 @@ -user_action,game_state,attempt,agent_assistance -2,0,1,0 -1,0,2,0 -1,0,3,0 +user_action,game_state,attempt,agent_assistance +0,0,0,0 +0,0,0,1 +0,1,0,1 +0,1,0,1 +0,2,0,0 -- GitLab