export_policy_model# Algorithm.export_policy_model(export_dir: str, policy_id: str = 'default_policy', onnx: int | None = None) → None[source]# Exports policy model with given policy_id to a local directory. Parameters: export_dir (str) – Writable local directory. policy_id (str) – Optional policy id to export. onnx (int | None) – If given, will export model in ONNX format. The value of this parameter set the ONNX OpSet version to use. If None, the output format will be DL framework specific.