The main ONNXInference Class that handles the inference process. Starts the inference process. Path to the ONNX model, expects a path inside resources. How many observations will the model recieve. Runs the given input through the model and returns the output. Dictionary containing all observations. How many different agents are creating these observations. A Dictionary of arrays, containing instructions based on the observations. Loads the given model into the inference process, using the best Execution provider available. Path to the ONNX model, expects a path inside resources. InferenceSession ready to run.