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
Hi, I find that there is a mismatch about function value between collected dataset and the exact oracle given the same input in Ant Morphology task. Here is the test code:
importdesign_benchasdbtask=db.make('AntMorphology-Exact-v0')
foriinrange(10):
x=task.x[i]
y=task.y[i]
y_pred=task.predict(x.reshape(1, -1))
print('check', y_pred, y, y==y_pred)
Hi, I find that there is a mismatch about function value between collected dataset and the exact oracle given the same input in Ant Morphology task. Here is the test code:
The output is:
I also check the DKitty task, and find the oracle matches the values in the dataset. Could you help me resolve this issue?
The text was updated successfully, but these errors were encountered: