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

Method CRoots

core/ctree/cnode.cpp:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 //*********************************************************
179
180 CRoots::CRoots(){
181 this->root_num = 0;
182 this->action_num = 0;
183 this->pool_size = 0;
184 }
185
186 CRoots::CRoots(int root_num, int action_num, int pool_size){
187 this->root_num = root_num;

Callers

nothing calls this directly

Calls 1

CNodeClass · 0.85

Tested by

no test coverage detected