Entity
- class negmas.situated.Entity(type_postfix: str = '')[source]
Bases:
objectDefines an entity that is a part of the world but does not participate in the simulation
Attributes Summary
Returns a short name of the type of this entity
Returns the name of the type of this entity
Methods Summary
init()Override this method to modify initialization logic
init_()Called to initialize the agent after the world is initialized.
step()Override this method to modify stepping logic
step_()Called at every time-step.
Attributes Documentation
- short_type_name
Returns a short name of the type of this entity
- type_name
Returns the name of the type of this entity
- type_postfix
Methods Documentation