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
Hello, first of all, congrats for the article.
I'm using it for study, and i'm trying to run your code to better undestanding.
So, i have some questions:
Do you remember the exact versions of tensorflow, keras and gym used?
I tried with tensorflow 1.15 and keras 2.3.1 and i'm getting the following error, do you what am i doing wrong?: tensorflow.python.framework.errors_impl.FailedPreconditionError: Error while reading resource variable dense_3/kernel from Container: localhost. This could mean that the variable was uninitialized. Not found: Container localhost does not exist. (Could not find resource: localhost/dense_3/kernel)
The text was updated successfully, but these errors were encountered:
Hello, first of all, congrats for the article.
I'm using it for study, and i'm trying to run your code to better undestanding.
So, i have some questions:
tensorflow.python.framework.errors_impl.FailedPreconditionError: Error while reading resource variable dense_3/kernel from Container: localhost. This could mean that the variable was uninitialized. Not found: Container localhost does not exist. (Could not find resource: localhost/dense_3/kernel)
The text was updated successfully, but these errors were encountered: