diff options
Diffstat (limited to 'modeling/productions_math.py')
-rw-r--r-- | modeling/productions_math.py | 4 |
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") |