menu

Production Rule Learning

The Basic Idea


Forming a new production


Utility of newly created productions


Learning from Instruction


  (p retrieve-operator
   	=goal>
   		isa task
   		state =state
   		step ready
   ==>
   	+retrieval>
   		isa operator
   		pre =state
   	=goal>
   		step retrieving-operator    ;
   )