Action

class negmas.situated.Action(type, params)[source]

Bases: object

An action that an Agent can execute in a World through the Simulator.

Attributes Summary

params

Any extra parameters to be passed for the action.

type

Action name.

Attributes Documentation

params: dict

Any extra parameters to be passed for the action.

type: str

Action name.