Rules
- You are going to program the agent using rules.
- I've built a little system into Spacewars to enable you
program some rules relatively simply.
- Rules are if then statements.
- For example, if your near the sun, then go hyperspace .
- It turns out that rules are Turing complete, so for example,
anything that can be programmed, can be programmed in a set of Clips rules.
- The facility that I'm giving you is not Turing complete.
- We'll talk more about rules in the afternoon session.