1 #include "valueMLmodel.h" 12 Policy(
unsigned int dimstate);
25 std::vector <float> runPolicy(
state* s) {
26 return vModel.calcValueEstimates(s);
This state class encapsulates the current game state. It can output possible actions and select them...
Definition: State.h:16