pymasep.interface.interface_controller ====================================== .. py:module:: pymasep.interface.interface_controller Classes ------- .. autoapisummary:: pymasep.interface.interface_controller.InterfaceController Module Contents --------------- .. py:class:: InterfaceController(environment) Bases: :py:obj:`pymasep.common.Controller` Abstract controller to control an agent in the environment :param environment: environment for the controller .. py:method:: select_action(event) Selection action according to the interface event :param event: The event (List here all events handled by) :return: True if the event has been processed