Definition at line 36 of file ONNXModelRunnerCWrapper.cpp.
◆ Environment()
Environment::Environment |
( |
| ) |
|
|
inline |
◆ checkDone()
bool Environment::checkDone |
( |
| ) |
|
|
inline |
◆ getNextAgent()
std::string Environment::getNextAgent |
( |
| ) |
|
|
inline |
◆ reset()
◆ resetDone()
void Environment::resetDone |
( |
| ) |
|
|
inline |
◆ setDone()
void Environment::setDone |
( |
| ) |
|
|
inline |
◆ setNextAgent()
void Environment::setNextAgent |
( |
char * | agentName | ) |
|
|
inline |
◆ setNumFeatures()
void Environment::setNumFeatures |
( |
int | numFeatures | ) |
|
|
inline |
◆ setResetFunc()
void Environment::setResetFunc |
( |
float *(*)() | resetFunc | ) |
|
|
inline |
◆ setStepFunc()
void Environment::setStepFunc |
( |
float *(*)(Action action) | stepFunc | ) |
|
|
inline |
◆ step()
◆ done
◆ nextAgent
std::string Environment::nextAgent |
|
private |
◆ numFeatures
int Environment::numFeatures |
|
private |
◆ resetFunc
float *(* Environment::resetFunc) () |
|
private |
◆ stepFunc
float *(* Environment::stepFunc) (Action action) |
|
private |
The documentation for this struct was generated from the following file: