Class world_state

World state describing whole world state in action planning.

Overrides operators: <, ==

C++ class world_state

world_state

Hierarchy (View Summary)

Constructors

Properties

__name: string

Name of luabind class constructor.

__name: string

Name of luabind class instance constructor.

Methods

  • Check if provided state is subset of current one.

    Parameters

    Returns boolean

    whether current world state includes provided state

  • Remove world property from current world state.

    Parameters

    • id: number

      identifier of the property to remove

    Returns void