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: float = 0.0)[source]#
Bases:
object
- earliest_departure_reached: bool = False#
- in_malfunction: bool = False#
- movement_action_given: bool = False#
- movement_allowed: bool = False#
- new_speed: float = 0.0#
- stop_action_given: bool = False#
- target_reached: bool = False#