-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: unhashable type: 'State' #3
Comments
Thanks for your response. Can you show which script causes this error? How can we re-produce this problem? @sasforce |
I have the same problem. my os: win7+python3.6, no cuda. |
Dear Mr/Miss: I have the same problem, the inform shown in the terminal is as follows: Play round: 1 |
Well, after I deleted the "def eq(self, other):" function at 66th line, and the "def repr(self):" at 72th line, this code worked. |
Thanks for your response @guanzeying @YOUNG34 . |
#6 (comment)
|
Dear Mr/Miss:
I have implemented your code, and something wrong happened:
TypeError: unhashable type: 'State'
Could you please tell me how does this happen and how can I fix it?
Thank you.
Sincerely Luo
The text was updated successfully, but these errors were encountered: