-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathconfig.ini
More file actions
133 lines (113 loc) · 2.49 KB
/
config.ini
File metadata and controls
133 lines (113 loc) · 2.49 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
[General]
language = en
[Debug]
multiplayer_debug = False
[Compute]
backend = numpy
[Display]
neuron_label_font_size = 8
neuron_radius = 14
connection_line_width = 1.5
button_font_size = 16
button_width = 140
button_height = 50
button_spacing = 20
[RockInteractions]
pickup_probability = 0.7
throw_probability = 0.4
min_carry_duration = 4.0
max_carry_duration = 10.0
cooldown_after_throw = 10.0
happiness_boost = 9
satisfaction_boost = 11
anxiety_reduction = 9
memory_decay_rate = 0.98
max_rock_memories = 10
[Neurogenesis]
enabled = True
showmanship = True
pruning_enabled = True
cooldown = 60.0
per_type_cooldown = 30.0
max_novelty_neurons = 5
pattern_threshold = 3
experience_buffer_size = 50
min_utility_for_keep = 0.2
max_neurons = 128
initial_neuron_count = 7
max_hebbian_pairs = 2
[Neurogenesis.Novelty]
enabled = True
threshold = 3.0
decay_rate = 0.85
max_counter = 10.0
min_curiosity = 0.3
adventurous_modifier = 1.2
timid_modifier = 0.8
[Neurogenesis.Stress]
enabled = True
threshold = 2.0
decay_rate = 0.85
max_counter = 10.0
min_anxiety = 0.4
timid_modifier = 1.5
energetic_modifier = 0.7
[Neurogenesis.Reward]
enabled = True
threshold = 2.5
decay_rate = 0.85
max_counter = 8.0
min_satisfaction = 0.5
boost_multiplier = 1.1
[Neurogenesis.SpecialisationCaps]
novelty_object_investigation = 8
[Neurogenesis.NeuronProperties]
base_activation = 0.5
position_variance = 75
default_connections = True
connection_strength = 0.35
reciprocal_strength = 0.15
randomize_start_positions = True
canvas_padding = 60
centering_force = 0.02
force_bounds = True
[Neurogenesis.VisualEffects]
highlight_duration = 5.0
highlight_radius = 40
pulse_effect = True
pulse_speed = 0.5
animation_style = pattern_1
[Neurogenesis.Appearance]
novelty_color = 255,255,150
stress_color = 255,150,150
reward_color = 150,255,150
novelty_shape = triangle
stress_shape = square
reward_shape = circle
[Hebbian]
learning_interval = 30
base_learning_rate = 0.12
weight_decay = 0.01
min_weight = -1.0
max_weight = 1.0
max_hebbian_pairs = 2
[LinkBlink]
interval_min = 8.0
interval_max = 20.0
blink_duration = 2.0
[Animation]
style = vibrant
[Designer]
designer_min_neuron_distance = 90
designer_max_neuron_distance = 200
[Facts]
enabled = True
interval_minutes = 6
display_seconds = 12
[Sleep]
recovery_per_second = 28.0
happiness_boost = 0.45
satisfaction_boost = 0.35
sink_speed = 0.58
bottom_padding = 25
bob_amount = 1.2