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

failed to run with the following error #11

Open
foxnudt opened this issue Oct 14, 2016 · 3 comments
Open

failed to run with the following error #11

foxnudt opened this issue Oct 14, 2016 · 3 comments

Comments

@foxnudt
Copy link

foxnudt commented Oct 14, 2016

File "/Users/fox/PycharmProjects/dqn-master/dqn.py", line 53, in build_functions
self.build_model()

assert type(outputs) in {list, tuple}, 'Output to a TensorFlow backend function should be a list or tuple.'
AssertionError: Output to a TensorFlow backend function should be a list or tuple.

@Thomas00010111
Copy link

I get the same error message. Could you solve it? How?

@lgmoneda
Copy link

Just change the backend to Theano. This implementation was built using Theano, so it's not guarantee to work with TF.

To change it, you can follow the instructions here.

@A-blackfish
Copy link

yes, thx

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

4 participants