summaryrefslogtreecommitdiff
path: root/modeling/productions_math.py
diff options
context:
space:
mode:
authorNiclas Dobbertin <niclas.dobbertin@mailbox.org>2024-09-01 13:10:50 +0200
committerNiclas Dobbertin <niclas.dobbertin@mailbox.org>2024-09-01 13:10:50 +0200
commit60df194c8b72c9d47d1bc490b4c4c296ac234e8e (patch)
tree85c7f233d35b974b1388e9ca3d9958c8e360f041 /modeling/productions_math.py
parent347d3c943462a73c35c9d246c4970833d96180bf (diff)
update
Diffstat (limited to 'modeling/productions_math.py')
-rw-r--r--modeling/productions_math.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modeling/productions_math.py b/modeling/productions_math.py
index e740ae3..a3f6b02 100644
--- a/modeling/productions_math.py
+++ b/modeling/productions_math.py
@@ -52,8 +52,8 @@ def start():
# op, arg1, arg2 = wait_input()
Model, DM, goal, imaginal, env = init()
# Model.model_parameters["subsymbolic"] = True
- # Model.model_parameters["production_compilation"] = True
- # Model.model_parameters["utility_learning"] = True
+ Model.model_parameters["production_compilation"] = True
+ Model.model_parameters["utility_learning"] = True
# add_goal(goal, op, arg1, arg2)
add_proc(goal, "next_proc")