18#ifndef ONNX_MODELRUNNER_AGENT_H
19#define ONNX_MODELRUNNER_AGENT_H
34 Agent(std::string model_path);
Agent is a wrapper around the ONNXModel class, interfaces with the Environment class to support ML/RL...
Agent(std::string model_path)
unsigned computeAction(Observation &obs)
Runs the ONNX model on the input Observation and returns the output.
llvm::SmallVector< float, 300 > Observation
This file defines the ONNXModel class, which is a wrapper around the ONNX C++ interface.