mlpy.agents.fsm.Transition.execute

Transition.execute(event)[source]

Execute the transition.

The transition is only executed, if all conditions are met.

Parameters:

event : Event

The transition event.

Returns:

bool :

Whether the transition was executed or not.