- bn_model_folder, folder contains the initial bn models of therapist and patient
- epoch, the number of epoch of the simulation
- run, number of runs per epoch
- output_policy_filename, output of the computed policy
- output_reward_filename, output of the computed reward
- output_value_filename, output of the computed value function
- therapist_patient_interaction_folder, data containing the logs from the sessions between the human therapist and the patient
- agent_patient_interaction_folder, data containing the logs from the sessions between the robot therapist and the patient
- user_id, id of the user
- with_feedback, if [SOCIABLE](http://www.iri.upc.edu/files/scidoc/2353-Discovering-SOCIABLE:-Using-a-conceptual-model-to-evaluate-the-legibility-and-effectiveness-of-backchannel-cues-in-an-entertainment-scenario.pdf) is used
- session, the session id
- agent_objective, objective can be either challenge if we want to challenge more the user, help if we want to help more the user or finally it can neutral so we do not reshape the policy.
-- bn_model_folder, folder contains the initial bn models of therapist and patient<br/>
-- epoch, the number of epoch of the simulation<br/>
-- run, number of runs per epoch <br/>
-- output_policy_filename, output of the computed policy<br/>
-- output_reward_filename, output of the computed reward<br/>
-- output_value_filename, output of the computed value function<br/>
-- therapist_patient_interaction_folder, data containing the logs from the sessions between the human therapist and the patient<br/>
-- agent_patient_interaction_folder, data containing the logs from the sessions between the robot therapist and the patient<br/>
-- user_id, id of the user <br/>
-- with_feedback, if [SOCIABLE](http://www.iri.upc.edu/files/scidoc/2353-Discovering-SOCIABLE:-Using-a-conceptual-model-to-evaluate-the-legibility-and-effectiveness-of-backchannel-cues-in-an-entertainment-scenario.pdf) is used <br/>
-- session, the session id<br/>
-- agent_objective, objective can be either challenge if we want to challenge more the user, help if we want to help more the user or finally it can neutral so we do not reshape the policy.