MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / getQValue

Method getQValue

native/agent/ModelReusableAgent.cpp:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 }
159
160 double ModelReusableAgent::getQValue(const ActionPtr &action) {
161 return action->getQValue();
162 }
163
164 void ModelReusableAgent::setQValue(const ActionPtr &action, double qValue) {
165 action->setQValue(qValue);

Callers 1

updateReuseModelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected