Skip to content

rllib_to_onnx.export

Full path: schola.scripts.rllib.rllib_to_onnx.export

schola.scripts.rllib.rllib_to_onnx.export

export

export(policy_checkpoint_path, output_path)

Parameters

policy_checkpoint_path (Annotated[Path, Parameter(validator=(Path(exists=True, file_okay=True, dir_okay=False, ext=()),))])

output_path (Annotated[Path, Parameter(validator=(Path(exists=False, file_okay=True, dir_okay=False, ext=()),))])