1- Design an elevator rule-based system that runs an elevator in a three-story building (refer to the elevator example on AI illuminated Page 244. ( I will upload it )

2-Write a CLIPS program to implement the above system
CLISP link http://clipsrules.sourceforge.net/
And practical common LISP http://gigamonkeys.com/book/

Your program should
have a minimum of 10 rules

do forward chaining with the facts and the rules
Show the rules fired and the facts added after firing at each step of forward chaining
Show the movement of the elevator after the forward chaining
3- Test the system with at least 3 scenarios, each with a different set of facts (e.g. which floor the elevator is at, which floor it is going to and on which floor, the request button is pushed)

 

Sample Solution

This question has been answered.

Get Answer