You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this, the code has worked. I'm not exactly very knowledgable about machine learning so let me know if the above makes sense. If it does, I'll submit a pull request.
The text was updated successfully, but these errors were encountered:
Hi There,
I'm doing some supervised learning with the use of engine scores as policy data. Because of that, I'm using
value: classical
in my yaml file.Once I begin the training, I get this error in my
tfprocess.py
file:This is triggered by the code below. I noticed that mse_loss is not defined if I choose a value that is not
wdl
.To patch this, I simply assigned
mse_loss = value_mse_loss
like below:After this, the code has worked. I'm not exactly very knowledgable about machine learning so let me know if the above makes sense. If it does, I'll submit a pull request.
The text was updated successfully, but these errors were encountered: