Open ivan-v-kush opened 7 years ago
what was wrong?
nothing, simply converted to Python3
I'm getting this error on Python 3
AttributeError: 'zip' object has no attribute 'append'
I changed to your helper.py but it still shows up. Do you know how to solve it?
EDIT: Nevermind, I hadn't re-imported the file
see
dqn.zip
belowDeep-Recurrent-Q-Network.ipynb
zip
now is a class, so need to convert tolist
:episodeBuffer = list(zip(bufferArray))
helper.py
dqn.zip