Airplane Types#

class airlift.envs.plane_types.PlaneType(id: int, max_range: float = 1, speed: float = 1, max_weight: float = 1, model: Optional[str] = None)#

Manages Airplane Models and characteristics common to all airplanes of a given type. These can also be directly passing to the world generator when creating the environment.