Renderer#

class airlift.envs.renderer.FlatRenderer(width_in_pixels=None, height_in_pixels=600, show_routes=True, color_planes_by_type=None)#

Handles any type of rendering of the environment. Includes rendering to window, video, images or files

render_to_file(filename)#

Renders the current scene into image file

Parameters:

filename – filename where to store the rendering output_generator.