Class EmptyGlobalState

  • All Implemented Interfaces:
    IGlobalState

    public final class EmptyGlobalState
    extends Object
    implements IGlobalState
    Models a global state containing no information.

    Usage

    This global state is used when the agent makes decisions using local information only.

    Author:
    Yoann Kubera
    • Constructor Detail

      • EmptyGlobalState

        public EmptyGlobalState()
        Builds an empty global state for an agent.