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
For context I'm working on integrating your package into AlphaZero, where the state of the "game" is a key in a dictionary. We just naively used the GNNGraph in this key as a part of a named tuple as a description of our state. Obviously there was a key lookup problem so I'm working around it now.
It wouldn't be a big deal to just flatten the state to component vectors and reassemble into a GNNGraph, but just simpler to not.
Would it make sense to have a hash function for GNNGraph?
The text was updated successfully, but these errors were encountered: