Skip to content

Commit

Permalink
Update stable_baselines3_example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-267 authored Aug 22, 2024
1 parent 7806f26 commit 1df043d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stable_baselines3_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def handle_onnx_export():
if args.onnx_export_path is not None:
path_onnx = pathlib.Path(args.onnx_export_path).with_suffix(".onnx")
print("Exporting onnx to: " + os.path.abspath(path_onnx))
export_model_as_onnx(model, str(path_onnx), True)
export_model_as_onnx(model, str(path_onnx))


def handle_model_save():
Expand Down

0 comments on commit 1df043d

Please sign in to comment.