Skip to content
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

User error #4

Open
scottvcaputo opened this issue Jul 22, 2020 · 1 comment
Open

User error #4

scottvcaputo opened this issue Jul 22, 2020 · 1 comment

Comments

@scottvcaputo
Copy link

I am trying to build a similar model using Tensorflow 2 with a slightly different neural network. The only error I continue to encounter is in the agent's "best_move" function. It continues to provide an error stating I am comparing "float" values to "None" values. I am unsure if this is a result of my improperly building the network, and as a result I am incorrectly feeding values to the network or if this is due to me incorrectly building the agent.

@nuno-faria
Copy link
Owner

Sorry for the delayed response. It might be a problem with the Tensorflow installation, since that operation calls the predict function. I tested with Tensorflow 2 and it worked as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants