pymasep.interface.interface_controller
Classes
Abstract controller to control an agent in the environment |
Module Contents
- class pymasep.interface.interface_controller.InterfaceController(environment)
Bases:
pymasep.common.ControllerAbstract controller to control an agent in the environment
- Parameters:
environment – environment for the controller
- select_action(event)
Selection action according to the interface event
- Parameters:
event – The event (List here all events handled by)
- Returns:
True if the event has been processed
- Return type:
bool