-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Hello Falken Team,
I am using falken and wrote a Game wrapper to feed the recorded episodes into the falken and was hoping to Find a way on deciding at the indicator on when to close the session based on weather the training for the session is over or not. Is there a variable embedded in the session/brain class that show weather the training is complete or not?
I used the following condition to check weather its safe to close the session or not:
(m_session->training_state() == falken::Session::TrainingState::kTrainingStateComplete
where m_session is the pointer to the session object. Even though I see the service is done training and prints
I0120 18:50:37.445522 139731869705152 learner.py:106] Waiting for assignment.
the above condition does not evaluate to true