flatland.envs.step_utils.states module#
- class flatland.envs.step_utils.states.StateTransitionSignals(in_malfunction: bool = False, earliest_departure_reached: bool = False, stop_action_given: bool = False, movement_action_given: bool = False, target_reached: bool = False, movement_allowed: bool = False, new_speed_zero: bool = False)[source]#
Bases:
object
- earliest_departure_reached: bool = False#
- in_malfunction: bool = False#
- movement_action_given: bool = False#
- movement_allowed: bool = False#
- new_speed_zero: bool = False#
- stop_action_given: bool = False#
- target_reached: bool = False#