Clarify Python/onnx inference usage - #262
Conversation
Clarified instructions for Python inference
Clarified the description of the Training mode and added details about saving/exporting a model for inference.
|
LGTM. Maybe the two sentences with "(onnx inference uses C# instead)" could be changed to "(ONNX inference uses a C# library in Godot instead)" because ONNX is an abbreviation for Open Neural Network Exchange and to clarify where ONNX inference is running. The original webpage (https://onnx.ai/onnx/intro/) also writes ONNX in capital cases. |
Clarified instructions for Python inference in Godot Editor regarding the Control Mode and Onnx Inference.
Thanks, I agree with that and used ONNX in other places where applicable. In the latest commit I changed it to:
I clarified it's talking about this "mode" in this change as ONNX inference can be done using other languages as well. |
Clarified instructions for which Sync node mode to select when using Python based vs ONNX inference. Partially addresses edbeeching/godot_rl_agents_plugin#69.