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

Method get_child

core/ctree/cnode.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 }
172
173 CNode* CNode::get_child(int action){
174 int index = this->children_index[action];
175 return &((*(this->ptr_node_pool))[index]);
176 }
177
178 //*********************************************************
179

Callers 7

add_exploration_noiseMethod · 0.95
get_mean_qMethod · 0.95
get_trajectoryMethod · 0.80
update_tree_qFunction · 0.80
cselect_childFunction · 0.80
cbatch_traverseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected