Class T1BeliefState


  • public class T1BeliefState
    extends BeliefState
    This belief state consists of a simple recursive opponent model.
    Author:
    Matthias Thimm, Tjitze Rienstra
    • Constructor Detail

      • T1BeliefState

        public T1BeliefState​(Extension knownArguments,
                             UtilityFunction<Argument,​Extension> utilityFunction,
                             T1BeliefState oppModel)
        Creates a new T1-belief-state with the given parameters.
        Parameters:
        knownArguments - the set of arguments known by the agent.
        utilityFunction - the utility function of the agent.
        oppModel - the opponent model of the agent (null if no further model is given).
      • T1BeliefState

        public T1BeliefState​(Extension knownArguments,
                             UtilityFunction<Argument,​Extension> utilityFunction)
        Creates a new T1-belief-state with the given parameters and without nesting.
        Parameters:
        knownArguments - the set of arguments known by the agent.
        utilityFunction - the utility function of the agent.