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
About this problem, when I set the parameter data_augmentation False, the program can run correctly. Why does it happen?? It should not happen because it's just swap the last action with former action randomly.
In addition, I found some errors and context coflicts in code. First, I don't know whether it's the version of python causing the recent code bug, e.g. some place should be tensor.clone() instead of tensor because when it's changed by inner operation of a function, the outer variable will changed either. This is a reason the code can't replicate the AlphaTensor.
Then, the map from action to triplet is something wrong either I think.....
I recently want to replicate the AlphaTensor based on AlphaZero. Tell a truth, the repo and its materials https://www.kdnuggets.com/2023/03/first-open-source-implementation-deepmind-alphatensor.html help me a lot. But when I want to train a model with the mutiplication of 2*2 matrix, the program call me a dismatching Error.
the code snippet below represents my config,
And the error is :
I don't know what else I should notice but the readme doesn't give. And I think it shouldn't call this error.
The text was updated successfully, but these errors were encountered: