sherjilozair / dqn

Basic DQN implementation
MIT License
217 stars 72 forks source link

Does not run example.py get error #12

Open Dahandla opened 7 years ago

Dahandla commented 7 years ago

when i try to run the example.py i get the following error:

raise TypeError('outputs of a TensorFlow backend function ' TypeError: outputs of a TensorFlow backend function should be a list or tuple.

any help would be appreciated