MCPcopy Create free account
hub / github.com/YeWR/EfficientZero / get_values

Method get_values

core/ctree/cnode.cpp:246–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 }
245
246 std::vector<float> CRoots::get_values(){
247 std::vector<float> values;
248 for(int i = 0; i < this->root_num; ++i){
249 values.push_back(this->roots[i].value());
250 }
251 return values;
252 }
253
254 //*********************************************************
255

Callers 3

testFunction · 0.80
runMethod · 0.80
_prepare_reward_valueMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by 1

testFunction · 0.64