Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YeWR/EfficientZero
/ clear
Method
clear
core/ctree/cnode.cpp:221–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
void CRoots::clear(){
222
this->node_pools.clear();
223
this->roots.clear();
224
}
225
226
std::vector<std::vector<int>> CRoots::get_trajectories(){
227
std::vector<std::vector<int>> trajs;
Callers
2
cback_propagate
Function · 0.45
cselect_child
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected