dqn icon indicating copy to clipboard operation
dqn copied to clipboard

failed to run with the following error

Open foxnudt opened this issue 8 years ago • 3 comments

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.

foxnudt avatar Oct 14 '16 00:10 foxnudt

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

Thomas00010111 avatar Nov 29 '16 01:11 Thomas00010111

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.

lgmoneda avatar Jun 23 '17 00:06 lgmoneda

yes, thx

A-blackfish avatar Aug 15 '17 03:08 A-blackfish