From 60df194c8b72c9d47d1bc490b4c4c296ac234e8e Mon Sep 17 00:00:00 2001 From: Niclas Dobbertin Date: Sun, 1 Sep 2024 13:10:50 +0200 Subject: update --- modeling/productions_math.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modeling/productions_math.py') 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") -- cgit v1.2.3