
APT.all-test.Pyramid.instruct.execute-solve-procedure.attempt-simple-problem.use-answer.soar Maven / Gradle / Ivy
sp {attempt-simple-problem*propose*use-answer
(state ^name attempt-simple-problem
^current-problem.goal-test-success)
-->
( ^operator + =, >)
( ^name use-answer)
}
#
#sp {apply*use-answer
# (state ^operator.name use-answer
# ^superstate.execute-step
# ^current-problem.sum
# ^superstate.current-problem.result )
#
#-->
# ( ^retrieved success
# ^complete true
# ^sum
# ^answer )
#}
#
sp {apply*use-answer
(state ^operator.name use-answer
^superstate.execute-step
^current-problem.sum
^superstate.current-problem )
(
^result )
-->
( ^retrieved success
^complete true
^sum
^answer )
( ^sum ) #### ?????
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy