devsisters / DQN-tensorflow

Tensorflow implementation of Human-Level Control through Deep Reinforcement Learning
MIT License
2.48k stars 764 forks source link

Fixed bug in import utils, added Python3 compatibility #26

Closed rsnk96 closed 7 years ago

rsnk96 commented 7 years ago

Changed import utils to import .utils in all files as utils.py is inside the dqn folder. Also changed pickle import and added print compatibility for Python3

carpedm20 commented 7 years ago

Thanks.