def start(): world.add_agent(vehicle) vehicle.path = Path.create_random_path(10,(20,20),(760,500)) vehicle.path_follow_on(); world.display_flags_off() world.view_keys = True world.show_steering_force = True world.show_path = True