We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
state = m.initial_state.eval() AttributeError: 'tuple' object has no attribute 'eval'
when the code runs here, it got the error as above, can't understand what does the author want to do here. m.initial_state returns a tuple
The text was updated successfully, but these errors were encountered:
I meet the same error as you.Did you solve this problem?
Sorry, something went wrong.
long time ago, don't remember it now. think it may be data format error
No branches or pull requests
state = m.initial_state.eval()
AttributeError: 'tuple' object has no attribute 'eval'
when the code runs here, it got the error as above, can't understand what does the author want to do here.
m.initial_state returns a tuple
The text was updated successfully, but these errors were encountered: