DeepRL-Agents
DeepRL-Agents copied to clipboard
DQN python3
trafficstars
see dqn.zip below
- corrected code from
Deep-Recurrent-Q-Network.ipynb
zip now is a class, so need to convert to list:
episodeBuffer = list(zip(bufferArray))
- corrected
helper.py
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