forked from gaboose/eva_behavior
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbehavior.cfg
More file actions
62 lines (60 loc) · 2.2 KB
/
behavior.cfg
File metadata and controls
62 lines (60 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[emotion]
sadness_happiness = 0.5
irritation_amusement = 0.5
confusion_comprehension = 0.5
boredom_engagement = 0.5
recoil_surprise = 0.5
basic_emotions = happy, evil, sad, surprise, angry, afraid, disgusted
default_emotion = happy
default_emotion_intensity = 0.5
frustrated_emotions = sad, surprise, disgusted
frustrated_emotions_probabilities = 0.2, 0.4, 0.4
frustrated_emotions_intensities_min = 0.6, 0.6, 0.6
frustrated_emotions_intensities_max = 0.7, 0.7, 0.7
positive_emotions = happy, evil
positive_emotions_probabilities = 0.8, 0.2
positive_emotions_intensities_min = 0.5, 0.5
positive_emotions_intensities_max = 0.7, 0.7
show_expressions_other_than_positive_probabilities = 0.8
expressions_other_than_positive_intensity_min = 0.6
expressions_other_than_positive_intensity_max = 0.9
expressions_other_than_positive_duration_min = 0.2
expressions_other_than_positive_duration_max = 0.3
boring_emotions = sad, happy
boring_emotions_probabilities = 0.8, 0.2
boring_emotions_intensities_min = 0.1, 0.1
boring_emotions_intensities_max = 0.3, 0.3
show_expressions_other_than_boring_probabilities = 0.8
expressions_other_than_boring_intensity_min = 0.6
expressions_other_than_boring_intensity_max = 0.9
expressions_other_than_boring_duration_min = 0.2
expressions_other_than_boring_duration_max = 0.3
sleep_emotions = happy
sleep_emotions_probabilities = 1.0
sleep_emotions_intensities_min = 0.0
sleep_emotions_intensities_max = 0.1
show_expressions_other_than_sleep_probabilities = 0.2
expressions_other_than_sleep_intensity_min = 0.6
expressions_other_than_sleep_intensity_max = 0.9
expressions_other_than_sleep_duration_min = 0.2
expressions_other_than_sleep_duration_max = 0.3
wake_up_emotions = surprise
wake_up_emotions_probabilities = 1.0
wake_up_emotions_intensities_min = 0.7
wake_up_emotions_intensities_max = 0.9
[interaction]
duration_min = 1
duration_max = 3
time_to_change_face_target_min = 8
time_to_change_face_target_max = 10
glance_probability = 0.7
glance_probability_for_new_faces = 0.5
glance_probability_for_lost_faces = 0.5
[boredom]
sleep_probability = 0.1
sleep_duration_min = 2
sleep_duration_max = 4
search_for_attention_duration_min = 5
search_for_attention_duration_max = 10
wake_up_probability = 0.5
time_to_wake_up = 5