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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: