Skip to content

Commit

Permalink
Update test_sb3_onnx_export.py
Browse files Browse the repository at this point in the history
Updates onnx export method name in method call as well
  • Loading branch information
Ivan-267 authored Aug 22, 2024
1 parent aa4e216 commit 947cb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sb3_onnx_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ def test_pytorch_vs_onnx(env_name, port):
tensorboard_log="logs/log",
)

export_ppo_model_as_onnx(ppo, f"{env_name}_tmp.onnx")
export_model_as_onnx(ppo, f"{env_name}_tmp.onnx")
verify_onnx_export(ppo, f"{env_name}_tmp.onnx")
os.remove(f"{env_name}_tmp.onnx")

0 comments on commit 947cb6e

Please sign in to comment.