-
Notifications
You must be signed in to change notification settings - Fork 25
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
Hi, problem when running with with U.make_session(8) #9
Comments
I solved this one ( I removed the 8) and left blank but now I get this problem module 'baselines.common.tf_util' has no attribute 'BatchInput' |
What version of tensorflow do you use? Try with 1.5 version |
Hi, I solved this exact same issue by pasting the following code right before U.make_session() `class TfInput(object): class PlaceholderTfInput(TfInput): class BatchInput(PlaceholderTfInput): Hope it ehlps |
i am also getting the same error TypeError: config must be a tf.ConfigProto, but got <class 'int'> please help |
calling Batchinput from deepq.utils seems to be working |
config must be a tf.ConfigProto, but got <class 'int'>
I get this error and I wasn't able to resolve.
The text was updated successfully, but these errors were encountered: