Monotonic Learning

If an agent may not learn any knowledge that contradicts what it already knows then it is said to learn monotonically. For example, it may not replace a statement with its negation. Thus, the knowledge base may only grow with new facts in a monotonic fashion. The advantages of monotonic learning are:
  1. greatly simplified truth-maintenance
  2. greater choice in learning strategies

Since learning consists of the addition of new facts to the database, it may not be appropriate for all environments, although many simulated environments may be assumed to be consistent. In these cases a non-monotonic learning method is necessary.

Architectures having this agent property include:


Go to the List of Common Agent Properties.

Return to the Table of Contents.


Current Location: Common - Properties-Monotonic Learning