add P_LONELY_CHILD_EXTENSION to workflow vars

This commit is contained in:
Andreas Köpf
2023-02-03 09:36:44 +00:00
parent 03321ccc72
commit 6681aedd01
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ class TreeManagerConfiguration(BaseModel):
lonely_children_count: int = 2
"""Number of children below which parents are preferred during sampling for reply tasks."""
p_lonely_child_extension: float = 0.8
p_lonely_child_extension: float = 0.75
"""Probability to select a prompter message parent with less than lonely_children_count children."""
recent_tasks_span_sec: int = 3 * 60 # 3 min