Documentation

Linglib.Core.Order.PreferenceStructure.EffectivePreference

Effective Preference Structures #

@cite{condoravdi-lauer-2012} @cite{lauer-2013} @cite{condoravdi-lauer-2016}

The agent's distinguished PreferenceStructure used to guide action choice (@cite{condoravdi-lauer-2016} (68): EP(a, w)). Distinguished from arbitrary preference structures by the consistency + realism axioms (@cite{condoravdi-lauer-2012} (66)–(67)).

structure Core.Order.EffectivePreference (W : Type u) (B : Set W) extends Core.Order.PreferenceStructure W :

An effective preference structure at world w, relative to the agent's information state B : Set W: a PreferenceStructure that is consistent and realistic w.r.t. B.

Instances For
    @[reducible, inline]
    abbrev Core.Order.EffectivePreference.effectivePrefs {W : Type u} {B : Set W} (E : EffectivePreference W B) :
    Set (Set W)

    The agent's effective preferences: the maximal elements of the effective preference structure.

    Equations
    Instances For

      Smart constructor: realism is derivable from consistency (PreferenceStructure.consistent_implies_realistic).

      Equations
      Instances For